summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c
Commit message (Expand)AuthorAgeFilesLines
* [IPSEC]: SPD auditing fix to include the netmask/prefix-lengthPaul Moore2008-01-281-18/+26
* [IPSEC]: Merge common code into xfrm_bundle_createHerbert Xu2008-01-281-24/+159
* [IPSEC]: Move flow construction into xfrm_dst_lookupHerbert Xu2008-01-281-10/+15
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-3/+2Star
* [XFRM]: Audit function arguments misorderedPaul Moore2007-12-201-2/+2
* [IPSEC]: Fix potential dst leak in xfrm_lookupHerbert Xu2007-12-111-3/+6
* [IPSEC]: Fix uninitialised dst warning in __xfrm_lookupHerbert Xu2007-11-291-0/+1
* [IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu2007-10-181-1/+1
* [IPSEC]: Add missing BEET checksHerbert Xu2007-10-181-2/+4
* [IPSEC]: Move type and mode map into xfrm_state.cHerbert Xu2007-10-181-173/+0Star
* [IPSEC]: Remove bogus ref count in xfrm_secpath_rejectHerbert Xu2007-10-111-5/+1Star
* [NET]: Make the loopback device per network namespace.Eric W. Biederman2007-10-111-1/+1
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-111-2/+2
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-111-0/+5
* [XFRM]: xfrm audit callsJoy Latten2007-10-111-133/+77Star
* [XFRM] policy: Replace magic number with XFRM_POLICY_OUTThomas Graf2007-10-111-1/+1
* [XFRM]: Clean up duplicate includes in net/xfrm/Jesper Juhl2007-08-141-2/+1Star
* Net/Security: fix memory leaks from security_secid_to_secctx()Paul Moore2007-08-021-2/+3
* [XFRM]: State selection update to use inner addresses.Joakim Koskela2007-07-311-1/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [NET] XFRM: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-191-1/+1
* [XFRM]: Fix crash introduced by struct dst_entry reorderingPatrick McHardy2007-07-181-1/+1
* xfrm: Add security check before flushing SAD/SPDJoy Latten2007-06-071-3/+60
* [XFRM]: xfrm_larval_drop sysctl should be __read_mostly.David S. Miller2007-05-311-1/+2
* [XFRM]: Allow packet drops during larval state resolution.David S. Miller2007-05-251-2/+26
* [IPSEC]: Check validity of direction in xfrm_policy_byidHerbert Xu2007-05-141-0/+4
* [XFRM] SPD info TLV aggregationJamal Hadi Salim2007-05-041-1/+1
* [XFRM]: Restrict upper layer information by bundle.Masahide NAKAMURA2007-04-301-0/+55
* [XFRM]: Export SPD infoJamal Hadi Salim2007-04-291-1/+15
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-261-1/+1
* [NET]: Convert xtime.tv_sec to get_seconds()James Morris2007-04-261-6/+6
* [XFRM]: ipsecv6 needs a space when printing audit record.Joy Latten2007-03-201-1/+1
* [IPSEC]: xfrm_policy delete security check misplacedEric Paris2007-03-081-2/+16
* [IPSEC]: Fix the address family to refer encap_familyKazunori MIYAZAWA2007-02-131-1/+1
* [XFRM]: Fix OOPSes in xfrm_audit_log().David S. Miller2007-02-121-1/+6
* [NET] XFRM: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-20/+20
* [XFRM]: xfrm_migrate() needs exporting to modules.David S. Miller2007-02-081-0/+1
* [XFRM]: Extension for dynamic update of endpoint address(es)Shinta Sugimoto2007-02-081-0/+230
* [IPSEC]: Policy list disorderHerbert Xu2007-01-241-11/+5Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-12-071-31/+146
|\
| * audit: disable ipsec auditing when CONFIG_AUDITSYSCALL=nJoy Latten2006-12-071-0/+2
| * audit: Add auditing to ipsecJoy Latten2006-12-071-1/+119
| * [XFRM] Optimize policy dumpingJamal Hadi Salim2006-12-071-30/+25Star
* | [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-1/+37
|\
| * [IPSEC]: Add encapsulation family.Miika Komu2006-12-031-0/+1
| * [XFRM]: uninline xfrm_selector_match()Andrew Morton2006-12-031-0/+34
| * SELinux: Fix SA selection semanticsVenkat Yekkirala2006-12-031-1/+2
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+4
|/
* IPsec: fix handling of errors for socket policiesVenkat Yekkirala2006-10-121-8/+18