aboutsummaryrefslogtreecommitdiffstats
path: root/net/key (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-23af_key: fix two typosLi RongQing1-1/+1
2015-08-24net: Fix RCU splat in af_keyDavid Ahern1-23/+23
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-05-28ipsec: Add IV generator information to xfrm_stateHerbert Xu1-0/+1
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-03-31xfrm: simplify xfrm_address_t useJiri Benc1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+2
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-07-15af_key: remove unnecessary break after returnFabian Frederick1-3/+0
2014-05-30af_key: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-04-23xfrm: Remove useless xfrm_audit struct.Tetsuo Handa1-23/+7
2014-04-22xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa1-7/+5
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+10
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov1-3/+3
2014-03-10net: af_key: fix sleeping under rcuNikolay Aleksandrov1-6/+7
2014-03-07xfrm: rename struct xfrm_filterNicolas Dichtel1-1/+1
2014-02-21pfkey: fix SADB_X_EXT_FILTER length checkNicolas Dichtel1-0/+1
2014-02-17ipsec: add support of limited SA dumpNicolas Dichtel1-1/+18
2014-02-13xfrm: avoid creating temporary SA when there are no listenersHoria Geanta1-0/+19
2013-12-16xfrm: export verify_userspi_info for pkfey and netlink interfaceFan Du1-0/+6
2013-12-06xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert1-3/+2
2013-12-06xfrm: Namespacify xfrm state/policy locksFan Du1-5/+10
2013-12-06xfrm: Using the right namespace to migrate key infoFan Du1-1/+2
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-1/+0
2013-09-17xfrm: Guard IPsec anti replay window against replay bitmapFan Du1-1/+2
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