Age | Commit message (Expand) | Author |
2024-02-09 | net: fill in MODULE_DESCRIPTION()s for af_key | Breno Leitao |
2023-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-07-19 | Merge tag 'ipsec-next-2023-07-19' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski |
2023-06-29 | net: af_key: fix sadb_x_filter validation | Lin Ma |
2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells |
2023-06-09 | xfrm: delete not-needed clear to zero of encap_oa | Leon Romanovsky |
2023-05-10 | af_key: Reject optional tunnel/BEET mode templates in outbound policies | Tobias Brunner |
2023-02-13 | af_key: Fix heap information leak | Hyunwoo Kim |
2022-11-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | Jakub Kicinski |
2022-11-25 | xfrm: add extack to xfrm_alloc_userspi | Sabrina Dubroca |
2022-11-25 | xfrm: add extack to xfrm_do_migrate | Sabrina Dubroca |
2022-11-22 | xfrm: Fix oops in __xfrm_state_delete() | Thomas Jarosch |
2022-10-27 | af_key: Fix send_acquire race with pfkey_register | Herbert Xu |
2022-08-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2022-08-05 | af_key: Do not call xfrm_probe_algs in parallel | Herbert Xu |
2022-06-24 | xfrm: change the type of xfrm_register_km and xfrm_unregister_km | Zhengchao Shao |
2022-06-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | Jakub Kicinski |
2022-05-25 | Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process" | Michal Kubecek |
2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-05-18 | net: af_key: check encryption module availability consistency | Thomas Bartschies |
2022-05-18 | net: af_key: add check for pfkey_broadcast in function pfkey_process | Jiasheng Jiang |
2022-04-28 | net: SO_RCVMARK socket option for SO_MARK with recvmsg() | Erin MacNeil |
2022-04-06 | net: remove noblock parameter from skb_recv_datagram() | Oliver Hartkopp |
2022-03-10 | af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_regi... | Haimin Zhang |
2022-01-26 | xfrm: Check if_id in xfrm_migrate | Yan Yan |
2021-05-26 | net: Remove unnecessary variables | zuoqilin |
2021-01-04 | af_key: relax availability checks for skb size calculation | Cong Wang |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-22 | af_key: pfkey_dump needs parameter validation | Mark Salyzyn |
2020-07-19 | net: make ->{get,set}sockopt in proto_ops optional | Christoph Hellwig |
2020-06-24 | xfrm: policy: match with both mark and mask on user interfaces | Xin Long |
2019-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-07-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2019-06-09 | af_key: make use of BUG_ON macro | Hariprasad Kelam |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-28 | af_key: fix leaks in key_pol_get_resp and dump_sp. | Jeremy Sowden |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-03-26 | xfrm: clean up xfrm protocol checks | Cong Wang |
2019-02-12 | af_key: unconditionally clone on broadcast | Sean Tranchetti |
2019-02-05 | xfrm: destroy xfrm_state synchronously on net exit path | Cong Wang |
2018-11-15 | af_key: fix indentation on declaration statement | Colin Ian King |
2018-07-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds |
2018-06-23 | xfrm: Add a new lookup key to match xfrm interfaces. | Steffen Klassert |
2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2018-05-26 | net: convert datagram_poll users tp ->poll_mask | Christoph Hellwig |
2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig |
2018-04-09 | af_key: Always verify length of provided sadb_key | Kevin Easton |
2018-01-10 | af_key: Fix memory leak in key_notify_policy. | Steffen Klassert |
2017-12-30 | af_key: fix buffer overread in parse_exthdrs() | Eric Biggers |