- c6d1b26 net/xfrm: switch xfrm_user_policy to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
- 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- 8f9a1fa4 net: xfrmi: implement header_ops->parse_protocol for AF_PACKET by Jason A. Donenfeld · 4 years, 6 months ago
- 7bed145 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- bdfd2d1 bonding/xfrm: use real_dev instead of slave_dev by Jarod Wilson · 4 years, 7 months ago
- 272c233 xfrm: bail early on slave pass over skb by Jarod Wilson · 4 years, 7 months ago
- 0e5f9d5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 4 years, 7 months ago
- be01369 esp, ah: modernize the crypto algorithm selections by Eric Biggers · 4 years, 7 months ago
- 37ea0f1 esp: select CRYPTO_SEQIV by Eric Biggers · 4 years, 7 months ago
- 7d4e391 esp, ah: consolidate the crypto algorithm selections by Eric Biggers · 4 years, 7 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
- a4902d9 xfrm: merge fixup for "remove output_finish indirection from xfrm_state_afinfo" by Stephen Rothwell · 4 years, 8 months ago
- 94579ac xfrm: Fix double ESP trailer insertion in IPsec crypto offload. by Huy Nguyen · 4 years, 7 months ago
- 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- f6a23d8 xfrm: fix a NULL-ptr deref in xfrm_local_error by Xin Long · 4 years, 7 months ago
- ed17b8d xfrm: fix a warning in xfrm_policy_insert_list by Xin Long · 4 years, 8 months ago
- 2ab6096 xfrm: remove output_finish indirection from xfrm_state_afinfo by Florian Westphal · 4 years, 8 months ago
- f3075f48 xfrm: remove extract_output indirection from xfrm_state_afinfo by Florian Westphal · 4 years, 8 months ago
- 171916c xfrm: move xfrm4_extract_header to common helper by Florian Westphal · 4 years, 8 months ago
- a269fbf xfrm: state: remove extract_input indirection from xfrm_state_afinfo by Florian Westphal · 4 years, 8 months ago
- 6d64be3 xfrm: avoid extract_output indirection for ipv4 by Florian Westphal · 4 years, 8 months ago
- 26333c3 xfrm: add IPv6 support for espintcp by Sabrina Dubroca · 4 years, 8 months ago
- 0146dca xfrm: add support for UDPv6 encapsulation of ESP by Sabrina Dubroca · 4 years, 8 months ago
- e62905a xfrm interface: don't take extra reference to netdev by Nicolas Dichtel · 4 years, 9 months ago
- c95c5f5 xfrm interface: fix oops when deleting a x-netns interface by Nicolas Dichtel · 4 years, 9 months ago
- a204aef xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_output by Xin Long · 4 years, 9 months ago
- 9f0cadc xfrm: espintcp: save and call old ->sk_destruct by Sabrina Dubroca · 4 years, 9 months ago
- 06a0afc xfrm: do pskb_pull properly in __xfrm_transport_prep by Xin Long · 4 years, 9 months ago
- afcaf61b xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input by Xin Long · 4 years, 9 months ago
- acc086b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 4 years, 9 months ago
- a08e7fd net: Fix typo of SKB_SGO_CB_OFFSET by Cambda Zhu · 4 years, 9 months ago
- f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 9 months ago
- e00dd94 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 4 years, 9 months ago
- 3084917 xfrm: add prep for esp beet mode offload by Xin Long · 4 years, 9 months ago
- 4c59406 xfrm: policy: Fix doulbe free in xfrm_policy_timer by YueHaibing · 4 years, 10 months ago
- af13b3c Remove DST_HOST by David Laight · 4 years, 10 months ago
- d1d17a3 esp: remove the skb from the chain when it's enqueued in cryptd_wq by Xin Long · 4 years, 10 months ago
- e427cad net: datagram: drop 'destructor' argument from several helpers by Paolo Abeni · 4 years, 10 months ago
- a4c278d xfrm: Use kmem_cache_zalloc() instead of kmem_cache_alloc() with flag GFP_ZERO. by Huang Zijiang · 5 years ago
- 45942ba xfrm: interface: use icmp_ndo_send helper by Jason A. Donenfeld · 5 years ago
- a1a7e3a xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquire by Xin Long · 5 years ago
- 171d449 xfrm: fix uctx len check in verify_sec_ctx_len by Xin Long · 5 years ago
- 03891f8 xfrm: handle NETDEV_UNREGISTER for xfrm device by Raed Salem · 5 years ago
- 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
- 4d8773b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 4f2c17e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 5 years ago
- c3b18e0 net: xfrm: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
- 8aaea2b xfrm: interface: do not confirm neighbor when do pmtu update by Xu Wang · 5 years ago
- f042365 xfrm interface: fix packet tx through bpf_redirect() by Nicolas Dichtel · 5 years ago
- e27cca9 xfrm: add espintcp (RFC 8229) by Sabrina Dubroca · 5 years ago
- 7b38019 xfrm: introduce xfrm_trans_queue_net by Sabrina Dubroca · 5 years ago
- 386403a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
- 642356c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
- 43da141 net: Fix Kconfig indentation, continued by Krzysztof Kozlowski · 5 years ago
- 19b7e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 895badf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 5 years ago
- 4944a4b xfrm: release device reference for invalid state by Xiaodong Xu · 5 years ago
- 86c6739 xfrm: Fix memleak on xfrm state destroy by Steffen Klassert · 5 years ago
- b95bba5 crypto: skcipher - rename the crypto_blkcipher module and kconfig option by Eric Biggers · 5 years ago
- c65058b crypto: skcipher - remove the "blkcipher" algorithm type by Eric Biggers · 5 years ago
- 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
- 4361f5b xfrm: remove the unnecessary .net_exit for xfrmi by Xin Long · 5 years ago
- aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 2e9550ed Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 5 years ago
- 68aaf44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- c3b4c3a xfrm/xfrm_policy: fix dst dev null pointer dereference in collect_md mode by Hangbin Liu · 5 years ago
- 769a807 xfrm: policy: avoid warning splat when merging nodes by Florian Westphal · 5 years ago
- b54c9d5 net: Use skb_frag_off accessors by Jonathan Lemon · 5 years ago
- 22d6552 xfrm interface: fix management of phydev by Nicolas Dichtel · 5 years ago
- c5d1030 xfrm interface: fix list corruption for x-netns by Nicolas Dichtel · 5 years ago
- e0aaa33 xfrm interface: ifname may be wrong in logs by Nicolas Dichtel · 5 years ago
- e9e7e85 xfrm interface: avoid corruption on changelink by Nicolas Dichtel · 5 years ago
- af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
- e3b60ff Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 6 years ago
- 114b5b3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
- 56c5ee1 xfrm interface: fix memory leak on creation by Nicolas Dichtel · 6 years ago
- fd70972 xfrm: policy: fix bydst hlist corruption on hash rebuild by Florian Westphal · 6 years ago
- 52e63a4 xfrm: remove a duplicated assignment by Cong Wang · 6 years ago
- c7b37c7 xfrm: remove get_mtu indirection from xfrm_type by Florian Westphal · 6 years ago
- 597179b ipsec: select crypto ciphers for xfrm_algo by Arnd Bergmann · 6 years ago
- b8d6d00 xfrm: fix sa selector validation by Nicolas Dichtel · 6 years ago
- 8928aa6 xfrm: remove empty xfrmi_init_net by Li RongQing · 6 years ago
- 1be451d xfrm: fix bogus WARN_ON with ipv6 by Florian Westphal · 6 years ago
- 4f518e8 xfrm: remove type and offload_type map from xfrm_state_afinfo by Florian Westphal · 6 years ago
- 4c203b0 xfrm: remove eth_proto value from xfrm_state_afinfo by Florian Westphal · 6 years ago
- 3aaf391 xfrm: remove state and template sort indirections from xfrm_state_afinfo by Florian Westphal · 6 years ago
- a61127c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 by Thomas Gleixner · 6 years ago
- e468174 xfrm: remove init_flags indirection from xfrm_state_afinfo by Florian Westphal · 6 years ago
- 5c1b9ab xfrm: remove init_temprop indirection from xfrm_state_afinfo by Florian Westphal · 6 years ago
- bac9593 xfrm: remove init_tempsel indirection from xfrm_state_afinfo by Florian Westphal · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- b38ff40 xfrm: Fix xfrm sel prefix length validation by Anirudh Gupta · 6 years ago
- 2c1212d Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- 858e540 xfrm: ressurrect "Fix uninitialized memory read in _decode_session4" by Florian Westphal · 6 years ago
- 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
- a0e928e Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago