aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c
Commit message (Expand)AuthorAge
* IPsec: fix handling of errors for socket policiesVenkat Yekkirala2006-10-12
* IPsec: correct semantics for SELinux policy matchingVenkat Yekkirala2006-10-12
* IPsec: propagate security module errors up from flow_cache_lookupJames Morris2006-10-12
* [XFRM]: Clearing xfrm_policy_count[] to zero during flush is incorrect.David S. Miller2006-10-04
* [XFRM]: Fix wildcard as tunnel sourcePatrick McHardy2006-09-22
* [XFRM]: remove xerr_idxp from __xfrm_policy_check()James Morris2006-09-22
* [NET]: Use SLAB_PANICAlexey Dobriyan2006-09-22
* [XFRM]: Respect priority in policy lookups.David S. Miller2006-09-22
* [XFRM]: Extract common hashing code into xfrm_hash.[ch]David S. Miller2006-09-22
* [XFRM]: Hash policies when non-prefixed.David S. Miller2006-09-22
* [XFRM]: Purge dst references to deleted SAs passively.David S. Miller2006-09-22
* [XFRM]: Do not flush all bundles on SA insert.David S. Miller2006-09-22
* [XFRM]: Add generation count to xfrm_state and xfrm_dst.David S. Miller2006-09-22
* [XFRM]: Add sorting interface for state and template.Masahide NAKAMURA2006-09-22
* [XFRM] POLICY: sub policy support.Masahide NAKAMURA2006-09-22
* [XFRM]: Trace which secpath state is reject factor.Masahide NAKAMURA2006-09-22
* [XFRM] IPV6: Restrict bundle reusingMasahide NAKAMURA2006-09-22
* [XFRM]: Rename secpath_has_tunnel to secpath_has_nontransport.Masahide NAKAMURA2006-09-22
* [XFRM]: Restrict authentication algorithm only when inbound transformation pr...Masahide NAKAMURA2006-09-22
* [XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA2006-09-22
* [MLSXFRM]: Add flow labelingVenkat Yekkirala2006-09-22
* [MLSXFRM]: Flow based matching of xfrm policy and stateVenkat Yekkirala2006-09-22
* [IPSEC]: Validate properly in xfrm_dst_check()David S. Miller2006-08-13
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-21
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu2006-06-18
* [IPSEC] xfrm: Undo afinfo lock proliferationHerbert Xu2006-06-18
* [XFRM]: fix incorrect xfrm_policy_afinfo_lock useIngo Molnar2006-04-29
* [XFRM]: fix softirq-unsafe xfrm typemap->lock useIngo Molnar2006-04-29
* [IPSEC]: Kill unused decap state structureHerbert Xu2006-04-01
* [NET] sem2mutex: net/Arjan van de Ven2006-03-21
* [XFRM]: Add some missing exports.David S. Miller2006-03-20
* [IPSEC]: Sync series - policy expiresJamal Hadi Salim2006-03-20
* [IPSEC]: Kill post_input hook and do NAT-T in esp_input directlyHerbert Xu2006-02-27
* [NETFILTER]: Fix bridge netfilter related in xfrm_lookupPatrick McHardy2006-02-23
* [XFRM]: Fix policy double putPatrick McHardy2006-02-20
* [IPSEC]: Fix strange IPsec freeze.Herbert Xu2006-02-13
* [PATCH] remove bogus asm/bug.h includes.Al Viro2006-02-07
* [NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn2006-01-09
* [NETFILTER]: Handle NAT in IPsec policy checksPatrick McHardy2006-01-07
* [NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy2006-01-07
* [LSM-IPSec]: Security association restriction.Trent Jaeger2006-01-03
* [IPSEC]: Fix policy updates missed by socketsDavid S. Miller2005-12-22
* [IPSEC]: Perform SA switchover immediately.David S. Miller2005-12-19
* [IPSEC]: Kill obsolete get_mss functionHerbert Xu2005-10-25
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-08
* [IPSEC]: Document that policy direction is derived from the index.Herbert Xu2005-10-05
* [XFRM]: fix sparse gfp nocast warningsRandy Dunlap2005-10-05
* [XFRM]: Always release dst_entry on error in xfrm_lookupPatrick McHardy2005-09-08
* [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet2005-08-29