aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-10[NET] XFRM: Fix whitespace errors.YOSHIFUJI Hideaki1-20/+20
2007-02-08[XFRM]: xfrm_migrate() needs exporting to modules.David S. Miller1-0/+1
2007-02-08[XFRM]: Extension for dynamic update of endpoint address(es)Shinta Sugimoto1-0/+230
2007-01-23[IPSEC]: Policy list disorderHerbert Xu1-11/+5
2006-12-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-31/+146
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-06audit: disable ipsec auditing when CONFIG_AUDITSYSCALL=nJoy Latten1-0/+2
2006-12-06audit: Add auditing to ipsecJoy Latten1-1/+119
2006-12-06[XFRM] Optimize policy dumpingJamal Hadi Salim1-30/+25
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-1/+37
2006-12-02[IPSEC]: Add encapsulation family.Miika Komu1-0/+1
2006-12-02[XFRM]: uninline xfrm_selector_match()Andrew Morton1-0/+34
2006-12-02SELinux: Fix SA selection semanticsVenkat Yekkirala1-1/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+4
2006-10-11IPsec: fix handling of errors for socket policiesVenkat Yekkirala1-8/+18
2006-10-11IPsec: correct semantics for SELinux policy matchingVenkat Yekkirala1-3/+4
2006-10-11IPsec: propagate security module errors up from flow_cache_lookupJames Morris1-15/+53
2006-10-04[XFRM]: Clearing xfrm_policy_count[] to zero during flush is incorrect.David S. Miller1-2/+5
2006-09-22[XFRM]: Fix wildcard as tunnel sourcePatrick McHardy1-0/+21
2006-09-22[XFRM]: remove xerr_idxp from __xfrm_policy_check()James Morris1-7/+6
2006-09-22[NET]: Use SLAB_PANICAlexey Dobriyan1-3/+1
2006-09-22[XFRM]: Respect priority in policy lookups.David S. Miller1-9/+10
2006-09-22[XFRM]: Extract common hashing code into xfrm_hash.[ch]David S. Miller1-87/+8
2006-09-22[XFRM]: Hash policies when non-prefixed.David S. Miller1-140/+541
2006-09-22[XFRM]: Purge dst references to deleted SAs passively.David S. Miller1-1/+1
2006-09-22[XFRM]: Do not flush all bundles on SA insert.David S. Miller1-10/+0
2006-09-22[XFRM]: Add generation count to xfrm_state and xfrm_dst.David S. Miller1-0/+2
2006-09-22[XFRM]: Add sorting interface for state and template.Masahide NAKAMURA1-2/+14
2006-09-22[XFRM] POLICY: sub policy support.Masahide NAKAMURA1-36/+216
2006-09-22[XFRM]: Trace which secpath state is reject factor.Masahide NAKAMURA1-7/+48
2006-09-22[XFRM] IPV6: Restrict bundle reusingMasahide NAKAMURA1-2/+6
2006-09-22[XFRM]: Rename secpath_has_tunnel to secpath_has_nontransport.Masahide NAKAMURA1-3/+3
2006-09-22[XFRM]: Restrict authentication algorithm only when inbound transformation protocol is IPsec.Masahide NAKAMURA1-1/+2
2006-09-22[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA1-5/+6
2006-09-22[MLSXFRM]: Add flow labelingVenkat Yekkirala1-2/+1
2006-09-22[MLSXFRM]: Flow based matching of xfrm policy and stateVenkat Yekkirala1-13/+15
2006-08-13[IPSEC]: Validate properly in xfrm_dst_check()David S. Miller1-3/+24
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-17[IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu1-0/+83
2006-06-17[IPSEC] xfrm: Undo afinfo lock proliferationHerbert Xu1-24/+34
2006-04-29[XFRM]: fix incorrect xfrm_policy_afinfo_lock useIngo Molnar1-4/+4
2006-04-29[XFRM]: fix softirq-unsafe xfrm typemap->lock useIngo Molnar1-4/+4
2006-04-01[IPSEC]: Kill unused decap state structureHerbert Xu1-5/+5
2006-03-20[NET] sem2mutex: net/Arjan van de Ven1-2/+2
2006-03-20[XFRM]: Add some missing exports.David S. Miller1-0/+1
2006-03-20[IPSEC]: Sync series - policy expiresJamal Hadi Salim1-2/+2
2006-02-27[IPSEC]: Kill post_input hook and do NAT-T in esp_input directlyHerbert Xu1-7/+0
2006-02-23[NETFILTER]: Fix bridge netfilter related in xfrm_lookupPatrick McHardy1-3/+4
2006-02-19[XFRM]: Fix policy double putPatrick McHardy1-2/+0