aboutsummaryrefslogtreecommitdiffstats
path: root/net/key (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1
2007-10-30[AF_KEY]: suppress a warning for 64k pages.Stephen Rothwell1-2/+2
2007-10-10[IPSEC]: Lock state when copying non-atomic fields to user-spaceHerbert Xu1-10/+25
2007-10-10[IPSEC]: Move common code into xfrm_alloc_spiHerbert Xu1-17/+12
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman1-2/+5
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-2/+3
2007-10-10[XFRM]: xfrm audit callsJoy Latten1-11/+10
2007-10-10[NET] Cleanup: DIV_ROUND_UPIlpo Järvinen1-12/+5
2007-08-02[PF_KEY]: Fix ipsec not working in 2.6.23-rc1-git10Joy Latten1-0/+3
2007-07-26net/* misc endianness annotationsAl Viro1-2/+2
2007-06-07xfrm: Add security check before flushing SAD/SPDJoy Latten1-2/+8
2007-05-19[IPSEC] pfkey: Load specific algorithm in pfkey_add rather than allHerbert Xu1-2/+0
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-18[IPSEC] af_key: Fix thinko in pfkey_xfrm_policy2msg()David S. Miller1-1/+1
2007-04-17[KEY]: Fix conversion between IPSEC_MODE_xxx and XFRM_MODE_xxx.Kazunori MIYAZAWA1-15/+75
2007-03-07[IPSEC]: xfrm audit hook misplaced in pfkey_delete and xfrm_del_saEric Paris1-3/+2
2007-03-07[IPSEC]: Add xfrm policy change auditing to pfkey_spdgetEric Paris1-6/+11
2007-03-07[IPSEC]: xfrm_policy delete security check misplacedEric Paris1-4/+2
2007-02-12[XFRM]: Fix OOPSes in xfrm_audit_log().David S. Miller1-5/+6
2007-02-10[NET] KEY: Fix whitespace errors.YOSHIFUJI Hideaki1-78/+78
2007-02-08[PFKEYV2]: Extension for dynamic update of endpoint address(es)Shinta Sugimoto1-0/+422
2006-12-06audit: Add auditing to ipsecJoy Latten1-3/+24
2006-12-02[IPSEC]: Add AF_KEY interface for encapsulation family.Miika Komu1-15/+25
2006-12-02[XFRM]: annotate ->new_mapping()Al Viro1-1/+1
2006-10-11IPsec: correct semantics for SELinux policy matchingVenkat Yekkirala1-5/+0
2006-09-28[XFRM]: ports in struct xfrm_selector annotatedAl Viro1-4/+4
2006-09-22[XFRM] POLICY: Support netlink socket interface for sub policy.Masahide NAKAMURA1-5/+13
2006-09-22[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA1-3/+3
2006-09-22[MLSXFRM]: Default labeling of socket specific IPSec policiesVenkat Yekkirala1-4/+11
2006-09-22[MLSXFRM]: Add security context to acquire messages using PF_KEYVenkat Yekkirala1-0/+22
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-17[LSM-IPsec]: SELinux AuthorizeCatherine Zhang1-6/+11
2006-03-20[NET] sem2mutex: net/Arjan van de Ven1-2/+2
2006-03-20[IPSEC]: Sync series - userJamal Hadi Salim1-0/+2
2006-02-23[XFRM]: Eliminate refcounting confusion by creating __xfrm_state_put().Herbert Xu1-1/+1
2006-01-24[AF_KEY]: no message type setJerome Borsboom1-0/+2
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap1-0/+1
2006-01-09[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn1-2/+1
2006-01-03[NET]: move struct proto_ops to constEric Dumazet1-2/+2
2006-01-03[LSM-IPSec]: Security association restriction.Trent Jaeger1-8/+189
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-3/+3
2005-10-05[IPSEC]: Document that policy direction is derived from the index.Herbert Xu1-3/+8
2005-10-04[AF_KEY]: fix sparse gfp nocast warningsRandy Dunlap1-3/+4
2005-06-20[IPSEC]: Add XFRM_STATE_NOPMTUDISC flagHerbert Xu1-0/+4
2005-06-20[IPSEC]: Add xfrm_init_stateHerbert Xu1-9/+3
2005-06-18[IPSEC] Fix xfrm_state leaks in error pathPatrick McHardy1-2/+2
2005-06-18[IPSEC] Use XFRM_MSG_* instead of XFRM_SAP_*Herbert Xu1-30/+30
2005-06-18[IPSEC] Turn km_event.data into a unionHerbert Xu1-12/+5
2005-06-18[IPSEC] Fix xfrm to pfkey SA state conversionHerbert Xu1-5/+10