aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17[IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu1-1/+1
2007-10-17[IPSEC]: Add missing BEET checksHerbert Xu1-2/+4
2007-10-17[IPSEC]: Move type and mode map into xfrm_state.cHerbert Xu1-173/+0
2007-10-10[IPSEC]: Remove bogus ref count in xfrm_secpath_rejectHerbert Xu1-5/+1
2007-10-10[NET]: Make the loopback device per network namespace.Eric W. Biederman1-1/+1
2007-10-10[NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano1-2/+2
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman1-0/+5
2007-10-10[XFRM]: xfrm audit callsJoy Latten1-133/+77
2007-10-10[XFRM] policy: Replace magic number with XFRM_POLICY_OUTThomas Graf1-1/+1
2007-08-13[XFRM]: Clean up duplicate includes in net/xfrm/Jesper Juhl1-2/+1
2007-08-02Net/Security: fix memory leaks from security_secid_to_secctx()Paul Moore1-2/+3
2007-07-31[XFRM]: State selection update to use inner addresses.Joakim Koskela1-1/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-19[NET] XFRM: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2007-07-18[XFRM]: Fix crash introduced by struct dst_entry reorderingPatrick McHardy1-1/+1
2007-06-07xfrm: Add security check before flushing SAD/SPDJoy Latten1-3/+60
2007-05-31[XFRM]: xfrm_larval_drop sysctl should be __read_mostly.David S. Miller1-1/+2
2007-05-24[XFRM]: Allow packet drops during larval state resolution.David S. Miller1-2/+26
2007-05-14[IPSEC]: Check validity of direction in xfrm_policy_byidHerbert Xu1-0/+4
2007-05-04[XFRM] SPD info TLV aggregationJamal Hadi Salim1-1/+1
2007-04-30[XFRM]: Restrict upper layer information by bundle.Masahide NAKAMURA1-0/+55
2007-04-28[XFRM]: Export SPD infoJamal Hadi Salim1-1/+15
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger1-1/+1
2007-04-25[NET]: Convert xtime.tv_sec to get_seconds()James Morris1-6/+6
2007-03-20[XFRM]: ipsecv6 needs a space when printing audit record.Joy Latten1-1/+1
2007-03-07[IPSEC]: xfrm_policy delete security check misplacedEric Paris1-2/+16
2007-02-13[IPSEC]: Fix the address family to refer encap_familyKazunori MIYAZAWA1-1/+1
2007-02-12[XFRM]: Fix OOPSes in xfrm_audit_log().David S. Miller1-1/+6
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