summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-10-27BACKPORT: xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert7-24/+98
2018-06-16af_key: Always verify length of provided sadb_keyKevin Easton1-10/+35
2018-04-13af_key: Fix slab-out-of-bounds in pfkey_compile_policy.Steffen Klassert1-1/+1
2018-01-23af_key: fix buffer overread in parse_exthdrs()Eric Biggers1-0/+3
2018-01-23af_key: fix buffer overread in verify_address_len()Eric Biggers1-0/+5
2017-08-30af_key: do not use GFP_KERNEL in atomic contextsEric Dumazet1-22/+26
2017-08-07af_key: Add lock to key dumpYuejie Shi1-8/+38
2017-07-27af_key: Fix sadb_x_ipsecrequest parsingHerbert Xu1-21/+26
2017-07-05xfrm: Oops on error in pfkey_msg2xfrm_state()Dan Carpenter1-4/+12
2017-07-05xfrm: NULL dereference on allocation failureDan Carpenter1-0/+1
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 Torvalds1418-27524/+109442
2015-05-28ipsec: Add IV generator information to xfrm_stateHerbert Xu3-9/+33
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman59-108/+109
2015-03-31xfrm: simplify xfrm_address_t useJiri Benc6-13/+13
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue75-442/+302
2014-11-24new helper: memcpy_from_msg()Al Viro36-57/+57
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller43-57/+58
2014-07-15af_key: remove unnecessary break after returnFabian Frederick1-3/+0
2014-05-31af_key: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-04-23xfrm: Remove useless xfrm_audit struct.Tetsuo Handa5-124/+60
2014-04-22xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa5-71/+36
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller58-121/+112
2014-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller129-784/+971
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov11-38/+59
2014-03-10net: af_key: fix sleeping under rcuNikolay Aleksandrov1-6/+7
2014-03-07xfrm: rename struct xfrm_filterNicolas Dichtel5-11/+11
2014-02-21pfkey: fix SADB_X_EXT_FILTER length checkNicolas Dichtel1-0/+1
2014-02-17ipsec: add support of limited SA dumpNicolas Dichtel6-9/+98
2014-02-13xfrm: avoid creating temporary SA when there are no listenersHoria Geanta4-0/+71
2013-12-16xfrm: export verify_userspi_info for pkfey and netlink interfaceFan Du4-24/+32
2013-12-06xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert4-44/+5
2013-12-06xfrm: Namespacify xfrm state/policy locksFan Du6-114/+138
2013-12-06xfrm: Using the right namespace to migrate key infoFan Du4-8/+10
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa35-115/+67
2013-09-17xfrm: Guard IPsec anti replay window against replay bitmapFan Du3-4/+5
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 Krause3-7/+9
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-06-01xfrm: force a garbage collection after deleting a policyPaul Moore4-1/+13
2013-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-1/+66
2013-03-07afkey: fix a typoJunwei Zhang1-4/+4
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin218-1494/+987
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 feng60-112/+112
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng52-86/+100
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller10-41/+438
[next]