summaryrefslogtreecommitdiffstats
path: root/net/key
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-151-22/+26
|\
| * af_key: do not use GFP_KERNEL in atomic contextsEric Dumazet2017-08-141-22/+26
* | xfrm: remove flow cacheFlorian Westphal2017-07-181-6/+0
|/
* net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-4/+15
|\
| * xfrm: NULL dereference on allocation failureDan Carpenter2017-06-141-0/+1
| * xfrm: Oops on error in pfkey_msg2xfrm_state()Dan Carpenter2017-06-141-4/+12
| * xfrm: move xfrm_garbage_collect out of xfrm_policy_flushHangbin Liu2017-06-121-0/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-231-3/+5
|\ \
| * | xfrm: add UDP encapsulation port in migrate messageAntony Antony2017-06-071-2/+4
| * | xfrm: extend MIGRATE with UDP encapsulation portAntony Antony2017-06-071-1/+1
* | | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-66/+50
* | | networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+1
* | | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-6/+3
| |/ |/|
* | af_key: Fix slab-out-of-bounds in pfkey_compile_policy.Steffen Klassert2017-05-081-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-211-29/+64
|\
| * af_key: Fix sadb_x_ipsecrequest parsingHerbert Xu2017-04-181-21/+26
| * af_key: Add lock to key dumpYuejie Shi2017-04-031-8/+38
* | xfrm: remove unused struct xfrm_mgr::idAlexey Dobriyan2017-03-241-1/+0
|/
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+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
OpenPOWER on IntegriCloud