aboutsummaryrefslogtreecommitdiffstats
path: root/net/key (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14af_key: replace BUG_ON on WARN_ON in net_exit hookVasily Averin1-1/+1
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+26
2017-08-14af_key: do not use GFP_KERNEL in atomic contextsEric Dumazet1-22/+26
2017-07-18xfrm: remove flow cacheFlorian Westphal1-6/+0
2017-07-04net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+15
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-3/+5
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-66/+50
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-6/+3
2017-06-14xfrm: NULL dereference on allocation failureDan Carpenter1-0/+1
2017-06-14xfrm: Oops on error in pfkey_msg2xfrm_state()Dan Carpenter1-4/+12
2017-06-12xfrm: move xfrm_garbage_collect out of xfrm_policy_flushHangbin Liu1-0/+2
2017-06-07xfrm: add UDP encapsulation port in migrate messageAntony Antony1-2/+4
2017-06-07xfrm: extend MIGRATE with UDP encapsulation portAntony Antony1-1/+1
2017-05-08af_key: Fix slab-out-of-bounds in pfkey_compile_policy.Steffen Klassert1-1/+1
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-29/+64
2017-04-18af_key: Fix sadb_x_ipsecrequest parsingHerbert Xu1-21/+26
2017-04-03af_key: Add lock to key dumpYuejie Shi1-8/+38
2017-03-24xfrm: remove unused struct xfrm_mgr::idAlexey Dobriyan1-1/+0
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+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 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