summaryrefslogtreecommitdiffstats
path: root/net/key
Commit message (Expand)AuthorAgeFilesLines
* net: fill in MODULE_DESCRIPTION()s for af_keyBreno Leitao2024-02-091-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-2/+2
|\
| * net: af_key: fix sadb_x_filter validationLin Ma2023-06-291-2/+2
* | Merge tag 'ipsec-next-2023-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-07-191-1/+0
|\ \ | |/ |/|
| * xfrm: delete not-needed clear to zero of encap_oaLeon Romanovsky2023-06-091-1/+0
* | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-1/+0
* | af_key: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner2023-05-101-4/+8
|/
* af_key: Fix heap information leakHyunwoo Kim2023-02-131-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-11-291-3/+3
|\
| * xfrm: add extack to xfrm_alloc_userspiSabrina Dubroca2022-11-251-2/+2
| * xfrm: add extack to xfrm_do_migrateSabrina Dubroca2022-11-251-1/+1
* | xfrm: Fix oops in __xfrm_state_delete()Thomas Jarosch2022-11-221-1/+1
* | af_key: Fix send_acquire race with pfkey_registerHerbert Xu2022-10-271-10/+22
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-08-241-0/+3
|\
| * af_key: Do not call xfrm_probe_algs in parallelHerbert Xu2022-08-051-0/+3
* | xfrm: change the type of xfrm_register_km and xfrm_unregister_kmZhengchao Shao2022-06-241-5/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-06-011-4/+6
|\
| * Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process"Michal Kubecek2022-05-251-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-5/+7
|\|
| * net: af_key: check encryption module availability consistencyThomas Bartschies2022-05-181-3/+3
| * net: af_key: add check for pfkey_broadcast in function pfkey_processJiasheng Jiang2022-05-181-2/+4
* | net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-1/+1
* | net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-1/+1
|/
* af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_regi...Haimin Zhang2022-03-101-1/+1
* xfrm: Check if_id in xfrm_migrateYan Yan2022-01-261-1/+1
* net: Remove unnecessary variableszuoqilin2021-05-261-5/+1
* af_key: relax availability checks for skb size calculationCong Wang2021-01-041-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-2/+9
|\
| * af_key: pfkey_dump needs parameter validationMark Salyzyn2020-07-221-0/+7
| * xfrm: policy: match with both mark and mask on user interfacesXin Long2020-06-241-2/+2
* | net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-2/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-2/+6
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-07-051-2/+6
| |\
| | * af_key: fix leaks in key_pol_get_resp and dump_sp.Jeremy Sowden2019-05-281-2/+6
* | | af_key: make use of BUG_ON macroHariprasad Kelam2019-06-091-4/+2
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* xfrm: clean up xfrm protocol checksCong Wang2019-03-261-1/+3
* af_key: unconditionally clone on broadcastSean Tranchetti2019-02-121-25/+15
* xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2019-02-051-1/+1
* af_key: fix indentation on declaration statementColin Ian King2018-11-151-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-271-3/+3
|\
| * xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert2018-06-231-3/+3
* | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
|/
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-14/+2
* | af_key: Always verify length of provided sadb_keyKevin Easton2018-04-091-10/+35
|/
* af_key: Fix memory leak in key_notify_policy.Steffen Klassert2018-01-101-1/+3
* af_key: fix buffer overread in parse_exthdrs()Eric Biggers2017-12-301-0/+3