summaryrefslogtreecommitdiffstats
path: root/net/key
Commit message (Expand)AuthorAgeFilesLines
* af_key: pfkey_dump needs parameter validationMark Salyzyn2020-10-011-0/+7
* xfrm: clean up xfrm protocol checksCong Wang2019-09-161-1/+3
* af_key: fix leaks in key_pol_get_resp and dump_sp.Jeremy Sowden2019-08-041-2/+6
* af_key: Always verify length of provided sadb_keyKevin Easton2018-06-161-10/+35
* af_key: Fix slab-out-of-bounds in pfkey_compile_policy.Steffen Klassert2018-04-131-1/+1
* af_key: fix buffer overread in parse_exthdrs()Eric Biggers2018-01-231-0/+3
* af_key: fix buffer overread in verify_address_len()Eric Biggers2018-01-231-0/+5
* af_key: do not use GFP_KERNEL in atomic contextsEric Dumazet2017-08-301-22/+26
* af_key: Add lock to key dumpYuejie Shi2017-08-061-8/+38
* af_key: Fix sadb_x_ipsecrequest parsingHerbert Xu2017-07-271-21/+26
* xfrm: Oops on error in pfkey_msg2xfrm_state()Dan Carpenter2017-07-051-4/+12
* xfrm: NULL dereference on allocation failureDan Carpenter2017-07-051-0/+1
* af_key: fix two typosLi RongQing2015-10-231-1/+1
* net: Fix RCU splat in af_keyDavid Ahern2015-08-241-23/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-1/+1
|\
| * net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* | ipsec: Add IV generator information to xfrm_stateHerbert Xu2015-05-281-0/+1
|/
* xfrm: simplify xfrm_address_t useJiri Benc2015-03-311-1/+1
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+2
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
* af_key: remove unnecessary break after returnFabian Frederick2014-07-151-3/+0
* af_key: Replace comma with semicolonHimangi Saraogi2014-05-301-1/+1
* xfrm: Remove useless xfrm_audit struct.Tetsuo Handa2014-04-231-23/+7
* xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa2014-04-221-7/+5
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-251-9/+10
|\
| * selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov2014-03-101-3/+3
| * net: af_key: fix sleeping under rcuNikolay Aleksandrov2014-03-101-6/+7
* | xfrm: rename struct xfrm_filterNicolas Dichtel2014-03-071-1/+1
* | pfkey: fix SADB_X_EXT_FILTER length checkNicolas Dichtel2014-02-211-0/+1
* | ipsec: add support of limited SA dumpNicolas Dichtel2014-02-171-1/+18
* | xfrm: avoid creating temporary SA when there are no listenersHoria Geanta2014-02-131-0/+19
|/
* xfrm: export verify_userspi_info for pkfey and netlink interfaceFan Du2013-12-161-0/+6
* xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert2013-12-061-3/+2
* xfrm: Namespacify xfrm state/policy locksFan Du2013-12-061-5/+10
* xfrm: Using the right namespace to migrate key infoFan Du2013-12-061-1/+2
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-1/+0
* xfrm: Guard IPsec anti replay window against replay bitmapFan Du2013-09-171-1/+2
* xfrm: Remove rebundant address family checkingFan Du2013-08-071-8/+0
* af_key: constify lookup tablesMathias Krause2013-08-051-2/+2
* xfrm: constify mark argument of xfrm_find_acq()Mathias Krause2013-08-051-1/+1
* af_key: more info leaks in pfkey messagesDan Carpenter2013-07-301-0/+4
* af_key: fix info leaks in notify messagesMathias Krause2013-06-261-0/+2
* xfrm: force a garbage collection after deleting a policyPaul Moore2013-05-311-0/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-03-271-0/+1
|\
| * af_key: initialize satype in key_notify_policy_flush()Nicolas Dichtel2013-02-211-0/+1
* | afkey: fix a typoJunwei Zhang2013-03-071-4/+4
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
|/
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1