aboutsummaryrefslogtreecommitdiffstats
path: root/net/key
AgeCommit message (Expand)AuthorFilesLines
2013-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+1
2013-03-07afkey: fix a typoJunwei Zhang1-4/+4
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-21af_key: initialize satype in key_notify_policy_flush()Nicolas Dichtel1-0/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-9/+31
2013-02-01pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfk...Jussi Kivilinna1-8/+31
2013-01-29xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明1-4/+4
2013-01-28af_key: remove a duplicated skb_orphan()Cong Wang1-1/+0
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman1-1/+1
2012-10-01net/key/af_key.c: add range checks on ->sadb_x_policy_lenDan Carpenter1-0/+3
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-16/+16
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller1-1/+1
2012-08-15xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du1-2/+2
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+2
2012-04-13net/key/af_key.c: add missing kfree_skbJulia Lawall1-1/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-9/+9
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-1/+1
2011-06-16net: Remove casts of void *Joe Perches1-10/+10
2011-05-24net: convert %p usage to %pKDan Rosenberg1-1/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-1/+1
2011-03-01pfkey: fix warningStephen Hemminger1-1/+1
2011-02-25pfkey: Use const where possible.David S. Miller1-94/+107
2011-02-23xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller1-11/+11
2011-02-23xfrm: Pass km_event pointers around as const when possible.David S. Miller1-8/+8
2011-02-23afkey: add sparse annotation about rcustephen hemminger1-0/+2
2010-09-23net: return operator cleanupEric Dumazet1-2/+2
2010-05-17pfkey: add severity to printkstephen hemminger1-5/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-24af_key: return error if pfkey_xfrm_policy2msg_prep() failsDan Carpenter1-5/+3
2010-02-22xfrm: SP lookups signature with markJamal Hadi Salim1-2/+2
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim1-6/+8
2010-02-22af_key: locking changestephen hemminger1-60/+16
2010-02-19xfrm: Flushing empty SPD generates false eventsJamal Hadi Salim1-2/+5
2010-02-19xfrm: Flushing empty SAD generates false eventsJamal Hadi Salim1-1/+4
2010-02-19pfkey: fix SA and SP flush sequenceJamal Hadi Salim1-6/+27
2010-02-17xfrm: Revert false event eliding commits.David S. Miller1-2/+2
2010-02-15xfrm: Flushing empty SPD generates false eventsjamal1-1/+1
2010-02-15xfrm: Flushing empty SAD generates false eventsjamal1-1/+1
2010-02-10net: af_key: use seq_hlist_foo() helpersLi Zefan1-17/+3
2010-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+8
2010-02-03af_key: fix netns ops ordering on module load/unloadAlexey Dobriyan1-7/+8
2010-02-02xfrm: avoid spinlock in get_acqseq()Eric Dumazet1-5/+4
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan1-3/+3
2009-12-11xfrm: Fix truncation length of authentication algorithms installed via PF_KEYMartin Willi1-0/+1
2009-12-01net: Simplify af_key pernet operations.Eric W. Biederman1-19/+6
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet1-1/+1
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+1
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-02net: file_operations should be constStephen Hemminger1-1/+1
2009-09-02net: seq_operations should be constStephen Hemminger1-1/+1
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-2/+2
2009-02-26af_key: remove some pointless conditionals before kfree_skb()Wei Yongjun1-4/+2
2009-01-25af_key: initialize xfrm encap_oaTimo Teras1-0/+1
2008-11-25netns PF_KEY: per-netns /proc/pfkeyAlexey Dobriyan1-17/+17
2008-11-25netns PF_KEY: part 2Alexey Dobriyan1-45/+60
2008-11-25netns PF_KEY: part 1Alexey Dobriyan1-15/+73
2008-11-25netns xfrm: pass netns with KM notificationsAlexey Dobriyan1-0/+2
2008-11-25netns xfrm: policy walking in netnsAlexey Dobriyan1-2/+2
2008-11-25netns xfrm: finding policy in netnsAlexey Dobriyan1-3/+3
2008-11-25netns xfrm: policy flushing in netnsAlexey Dobriyan1-1/+1
2008-11-25netns xfrm: state walking in netnsAlexey Dobriyan1-1/+1
2008-11-25netns xfrm: finding states in netnsAlexey Dobriyan1-3/+3
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan1-1/+1
2008-11-25netns xfrm: state flush in netnsAlexey Dobriyan1-1/+1
2008-11-25netns xfrm: add struct xfrm_policy::xp_netAlexey Dobriyan1-2/+2
2008-11-25netns xfrm: per-netns km_waitqAlexey Dobriyan1-1/+1
2008-11-25netns xfrm: add struct xfrm_state::xs_netAlexey Dobriyan1-1/+1
2008-11-06af_key: mark policy as dead before destroyingAlexey Dobriyan1-0/+1
2008-10-31key: fix setkey(8) policy set breakageAlexey Dobriyan1-1/+0
2008-10-10af_key: fix SADB_X_SPDDELETE responseTobias Brunner1-0/+1
2008-10-05xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate)Arnaud Ebalard1-17/+69
2008-10-01ipsec: Put dumpers on the dump listHerbert Xu1-5/+33
2008-10-01af_key: Free dumping state on socket closeTimo Teras1-11/+19
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-2/+2
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+3
2008-06-12key: Use xfrm_addr_cmp() where appropriate.YOSHIFUJI Hideaki1-8/+1
2008-06-12key: Share common code path to extract address from sockaddr{}.YOSHIFUJI Hideaki1-69/+38
2008-06-12key: Share common code path to fill sockaddr{}.YOSHIFUJI Hideaki1-347/+111
2008-06-12key: Introduce pfkey_sockaddr_len() for raw sockaddr{} length.YOSHIFUJI Hideaki1-31/+19
2008-06-10ipsec: pfkey should ignore events when no listenersJamal Hadi Salim1-0/+3
2008-05-21af_key: Fix selector family initialization.Kazunori MIYAZAWA1-1/+1
2008-04-28Audit: collect sessionid in netlink messagesEric Paris1-5/+12
2008-04-24af_key: Fix af_key.c compiler warningBrian Haley1-3/+2
2008-04-22[IPSEC]: Fix catch-22 with algorithm IDs above 31Herbert Xu1-1/+1
2008-04-12LSM: Make the Labeled IPsec hooks more stack friendlyPaul Moore1-12/+11
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-1/+1
2008-03-24[IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA1-1/+1
2008-03-03[AF_KEY]: Dump SA/SP entries non-atomicallyTimo Teras1-29/+91
2008-02-28[XFRM]: Speed up xfrm_policy and xfrm_state walkingTimo Teras1-4/+20
2008-02-26[AF_KEY]: Fix oops by converting to proc_net_*().David S. Miller1-3/+2
2008-02-14[AF_KEY]: Fix bug in spdaddKazunori MIYAZAWA1-0/+1
2008-02-09[KEY]: Convert net/pfkey to use seq files.Pavel Emelyanov1-35/+57
2008-02-09[KEY]: Clean up proc files creation a bit.Pavel Emelyanov1-8/+27
2008-02-01[PATCH] switch audit_get_loginuid() to task_struct *Al Viro1-7/+7
2008-01-28[XFRM] xfrm_policy_destroy: Rename and relative fixes.WANG Cong1-4/+2
2008-01-20[AF_KEY]: Fix skb leak on pfkey_send_migrate() errorPatrick McHardy1-7/+9
2007-12-19[IPSEC]: Avoid undefined shift operation when testing algorithm IDHerbert Xu1-2/+12
2007-11-26[IPSEC]: Temporarily remove locks around copying of non-atomic fieldsHerbert Xu1-2/+0
2007-11-22[PFKEY]: Sending an SADB_GET responds with an SADB_GETCharles Hardin1-1/+1
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
2005-06-18[IPSEC] Add complete xfrm event notificationJamal Hadi Salim1-90/+267
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2-0/+2908