aboutsummaryrefslogtreecommitdiffstats
path: root/net/key (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-07xfrm: Remove rebundant address family checkingFan Du1-8/+0
2013-08-05af_key: constify lookup tablesMathias Krause1-2/+2
2013-08-05xfrm: constify mark argument of xfrm_find_acq()Mathias Krause1-1/+1
2013-07-30af_key: more info leaks in pfkey messagesDan Carpenter1-0/+4
2013-06-26af_key: fix info leaks in notify messagesMathias Krause1-0/+2
2013-05-31xfrm: force a garbage collection after deleting a policyPaul Moore1-0/+4
2013-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid 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/klassert/ipsec-nextDavid S. Miller1-9/+31
2013-02-01pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfkey supportJussi 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/ebiederm/user-namespaceDavid 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 implicit slab.h inclusion from percpu.hTejun 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/net-2.6David S. Miller1-7/+8
2010-02-03af_key: fix netns ops ordering on module load/unloadAlexey Dobriyan1-7/+8