aboutsummaryrefslogtreecommitdiffstats
path: root/net/key (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+3
2022-08-05af_key: Do not call xfrm_probe_algs in parallelHerbert Xu1-0/+3
2022-06-24xfrm: change the type of xfrm_register_km and xfrm_unregister_kmZhengchao Shao1-5/+1
2022-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski1-4/+6
2022-05-25Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process"Michal Kubecek1-4/+6
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+7
2022-05-18net: af_key: check encryption module availability consistencyThomas Bartschies1-3/+3
2022-05-18net: af_key: add check for pfkey_broadcast in function pfkey_processJiasheng Jiang1-2/+4
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil1-1/+1
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp1-1/+1
2022-03-10af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_registerHaimin Zhang1-1/+1
2022-01-26xfrm: Check if_id in xfrm_migrateYan Yan1-1/+1
2021-05-26net: Remove unnecessary variableszuoqilin1-5/+1
2021-01-04af_key: relax availability checks for skb size calculationCong Wang1-3/+3
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+9
2020-07-22af_key: pfkey_dump needs parameter validationMark Salyzyn1-0/+7
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+0
2020-06-24xfrm: policy: match with both mark and mask on user interfacesXin Long1-2/+2
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2019-07-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-2/+6
2019-06-09af_key: make use of BUG_ON macroHariprasad Kelam1-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-28af_key: fix leaks in key_pol_get_resp and dump_sp.Jeremy Sowden1-2/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-26xfrm: clean up xfrm protocol checksCong Wang1-1/+3
2019-02-12af_key: unconditionally clone on broadcastSean Tranchetti1-25/+15
2019-02-05xfrm: destroy xfrm_state synchronously on net exit pathCong Wang1-1/+1
2018-11-15af_key: fix indentation on declaration statementColin Ian King1-1/+1
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-3/+3
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-06-23xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert1-3/+3
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-14/+2
2018-04-09af_key: Always verify length of provided sadb_keyKevin Easton1-10/+35
2018-01-10af_key: Fix memory leak in key_notify_policy.Steffen Klassert1-1/+3
2017-12-30af_key: fix buffer overread in parse_exthdrs()Eric Biggers1-0/+3
2017-12-30af_key: fix buffer overread in verify_address_len()Eric Biggers1-0/+5
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