summaryrefslogtreecommitdiff
path: root/net/key
AgeCommit message (Expand)AuthorFilesLines
2024-02-10net: fill in MODULE_DESCRIPTION()s for af_keyBreno Leitao1-0/+1
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-07-20Merge tag 'ipsec-next-2023-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-1/+0
2023-06-29net: af_key: fix sadb_x_filter validationLin Ma1-2/+2
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-1/+0
2023-06-09xfrm: delete not-needed clear to zero of encap_oaLeon Romanovsky1-1/+0
2023-05-10af_key: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner1-4/+8
2023-02-13af_key: Fix heap information leakHyunwoo Kim1-1/+1
2022-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski1-3/+3
2022-11-25xfrm: add extack to xfrm_alloc_userspiSabrina Dubroca1-2/+2
2022-11-25xfrm: add extack to xfrm_do_migrateSabrina Dubroca1-1/+1
2022-11-22xfrm: Fix oops in __xfrm_state_delete()Thomas Jarosch1-1/+1
2022-10-27af_key: Fix send_acquire race with pfkey_registerHerbert Xu1-10/+22
2022-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David 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-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub 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_regi...Haimin 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-20net: 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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2019-07-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-2/+6
2019-06-10af_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/klasse...David 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/vi...Linus 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