aboutsummaryrefslogtreecommitdiffstats
path: root/net/key
AgeCommit message (Expand)Author
2024-02-09net: fill in MODULE_DESCRIPTION()s for af_keyBreno Leitao
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-19Merge tag 'ipsec-next-2023-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2023-06-29net: af_key: fix sadb_x_filter validationLin Ma
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-09xfrm: delete not-needed clear to zero of encap_oaLeon Romanovsky
2023-05-10af_key: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner
2023-02-13af_key: Fix heap information leakHyunwoo Kim
2022-11-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2022-11-25xfrm: add extack to xfrm_alloc_userspiSabrina Dubroca
2022-11-25xfrm: add extack to xfrm_do_migrateSabrina Dubroca
2022-11-22xfrm: Fix oops in __xfrm_state_delete()Thomas Jarosch
2022-10-27af_key: Fix send_acquire race with pfkey_registerHerbert Xu
2022-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-08-05af_key: Do not call xfrm_probe_algs in parallelHerbert Xu
2022-06-24xfrm: change the type of xfrm_register_km and xfrm_unregister_kmZhengchao Shao
2022-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2022-05-25Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process"Michal Kubecek
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-18net: af_key: check encryption module availability consistencyThomas Bartschies
2022-05-18net: af_key: add check for pfkey_broadcast in function pfkey_processJiasheng Jiang
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2022-03-10af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_regi...Haimin Zhang
2022-01-26xfrm: Check if_id in xfrm_migrateYan Yan
2021-05-26net: Remove unnecessary variableszuoqilin
2021-01-04af_key: relax availability checks for skb size calculationCong Wang
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-22af_key: pfkey_dump needs parameter validationMark Salyzyn
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-06-24xfrm: policy: match with both mark and mask on user interfacesXin Long
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-06-09af_key: make use of BUG_ON macroHariprasad Kelam
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-28af_key: fix leaks in key_pol_get_resp and dump_sp.Jeremy Sowden
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-26xfrm: clean up xfrm protocol checksCong Wang
2019-02-12af_key: unconditionally clone on broadcastSean Tranchetti
2019-02-05xfrm: destroy xfrm_state synchronously on net exit pathCong Wang
2018-11-15af_key: fix indentation on declaration statementColin Ian King
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-23xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-04-09af_key: Always verify length of provided sadb_keyKevin Easton
2018-01-10af_key: Fix memory leak in key_notify_policy.Steffen Klassert
2017-12-30af_key: fix buffer overread in parse_exthdrs()Eric Biggers