summaryrefslogtreecommitdiffstats
path: root/net/key
Commit message (Expand)AuthorAgeFilesLines
* [IPSEC]: Temporarily remove locks around copying of non-atomic fieldsHerbert Xu2007-11-261-2/+0
* [PFKEY]: Sending an SADB_GET responds with an SADB_GETCharles Hardin2007-11-221-1/+1
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [AF_KEY]: suppress a warning for 64k pages.Stephen Rothwell2007-10-301-2/+2
* [IPSEC]: Lock state when copying non-atomic fields to user-spaceHerbert Xu2007-10-101-10/+25
* [IPSEC]: Move common code into xfrm_alloc_spiHerbert Xu2007-10-101-17/+12
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-2/+5
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-2/+3
* [XFRM]: xfrm audit callsJoy Latten2007-10-101-11/+10
* [NET] Cleanup: DIV_ROUND_UPIlpo Järvinen2007-10-101-12/+5
* [PF_KEY]: Fix ipsec not working in 2.6.23-rc1-git10Joy Latten2007-08-021-0/+3
* net/* misc endianness annotationsAl Viro2007-07-261-2/+2
* xfrm: Add security check before flushing SAD/SPDJoy Latten2007-06-071-2/+8
* [IPSEC] pfkey: Load specific algorithm in pfkey_add rather than allHerbert Xu2007-05-191-2/+0
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [IPSEC] af_key: Fix thinko in pfkey_xfrm_policy2msg()David S. Miller2007-04-181-1/+1
* [KEY]: Fix conversion between IPSEC_MODE_xxx and XFRM_MODE_xxx.Kazunori MIYAZAWA2007-04-171-15/+75
* [IPSEC]: xfrm audit hook misplaced in pfkey_delete and xfrm_del_saEric Paris2007-03-071-3/+2
* [IPSEC]: Add xfrm policy change auditing to pfkey_spdgetEric Paris2007-03-071-6/+11
* [IPSEC]: xfrm_policy delete security check misplacedEric Paris2007-03-071-4/+2
* [XFRM]: Fix OOPSes in xfrm_audit_log().David S. Miller2007-02-121-5/+6
* [NET] KEY: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-78/+78
* [PFKEYV2]: Extension for dynamic update of endpoint address(es)Shinta Sugimoto2007-02-081-0/+422
* audit: Add auditing to ipsecJoy Latten2006-12-061-3/+24
* [IPSEC]: Add AF_KEY interface for encapsulation family.Miika Komu2006-12-021-15/+25
* [XFRM]: annotate ->new_mapping()Al Viro2006-12-021-1/+1
* IPsec: correct semantics for SELinux policy matchingVenkat Yekkirala2006-10-111-5/+0
* [XFRM]: ports in struct xfrm_selector annotatedAl Viro2006-09-281-4/+4
* [XFRM] POLICY: Support netlink socket interface for sub policy.Masahide NAKAMURA2006-09-221-5/+13
* [XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA2006-09-221-3/+3
* [MLSXFRM]: Default labeling of socket specific IPSec policiesVenkat Yekkirala2006-09-221-4/+11
* [MLSXFRM]: Add security context to acquire messages using PF_KEYVenkat Yekkirala2006-09-221-0/+22
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [LSM-IPsec]: SELinux AuthorizeCatherine Zhang2006-06-171-6/+11
* [NET] sem2mutex: net/Arjan van de Ven2006-03-201-2/+2
* [IPSEC]: Sync series - userJamal Hadi Salim2006-03-201-0/+2
* [XFRM]: Eliminate refcounting confusion by creating __xfrm_state_put().Herbert Xu2006-02-231-1/+1
* [AF_KEY]: no message type setJerome Borsboom2006-01-241-0/+2
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-111-0/+1
* [NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn2006-01-091-2/+1
* [NET]: move struct proto_ops to constEric Dumazet2006-01-031-2/+2
* [LSM-IPSec]: Security association restriction.Trent Jaeger2006-01-031-8/+189
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-3/+3
* [IPSEC]: Document that policy direction is derived from the index.Herbert Xu2005-10-051-3/+8
* [AF_KEY]: fix sparse gfp nocast warningsRandy Dunlap2005-10-041-3/+4
* [IPSEC]: Add XFRM_STATE_NOPMTUDISC flagHerbert Xu2005-06-201-0/+4
* [IPSEC]: Add xfrm_init_stateHerbert Xu2005-06-201-9/+3
* [IPSEC] Fix xfrm_state leaks in error pathPatrick McHardy2005-06-181-2/+2
* [IPSEC] Use XFRM_MSG_* instead of XFRM_SAP_*Herbert Xu2005-06-181-30/+30