aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-5/+27
2020-06-15esp, ah: modernize the crypto algorithm selectionsEric Biggers1-6/+9
2020-06-15esp: select CRYPTO_SEQIVEric Biggers1-0/+1
2020-06-15esp, ah: consolidate the crypto algorithm selectionsEric Biggers1-0/+20
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-7/+7
2020-06-05xfrm: merge fixup for "remove output_finish indirection from xfrm_state_afinfo"Stephen Rothwell1-4/+0
2020-06-04xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen1-1/+3
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-18/+37
2020-05-29xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long1-1/+2
2020-05-25xfrm: fix a warning in xfrm_policy_insert_listXin Long1-6/+1
2020-05-06xfrm: remove output_finish indirection from xfrm_state_afinfoFlorian Westphal1-0/+16
2020-05-06xfrm: remove extract_output indirection from xfrm_state_afinfoFlorian Westphal1-8/+59
2020-05-06xfrm: move xfrm4_extract_header to common helperFlorian Westphal1-0/+14
2020-05-06xfrm: state: remove extract_input indirection from xfrm_state_afinfoFlorian Westphal2-10/+29
2020-05-06xfrm: avoid extract_output indirection for ipv4Florian Westphal1-0/+46
2020-04-28xfrm: add IPv6 support for espintcpSabrina Dubroca3-12/+49
2020-04-28xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca1-0/+3
2020-04-27xfrm interface: don't take extra reference to netdevNicolas Dichtel1-2/+0
2020-04-23xfrm interface: fix oops when deleting a x-netns interfaceNicolas Dichtel1-0/+21
2020-04-21xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_outputXin Long1-5/+7
2020-04-20xfrm: espintcp: save and call old ->sk_destructSabrina Dubroca1-0/+2
2020-04-15xfrm: do pskb_pull properly in __xfrm_transport_prepXin Long1-5/+3
2020-04-15xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long1-1/+1
2020-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-2/+28
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu1-2/+2
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+12
2020-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-5/+12
2020-03-26xfrm: add prep for esp beet mode offloadXin Long1-1/+27
2020-03-24xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing1-0/+2
2020-03-23Remove DST_HOSTDavid Laight1-2/+1
2020-03-04esp: remove the skb from the chain when it's enqueued in cryptd_wqXin Long1-4/+4
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni1-1/+1
2020-02-19xfrm: Use kmem_cache_zalloc() instead of kmem_cache_alloc() with flag GFP_ZERO.Huang Zijiang1-1/+1
2020-02-13xfrm: interface: use icmp_ndo_send helperJason A. Donenfeld1-3/+3
2020-02-12xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long1-0/+3
2020-02-12xfrm: fix uctx len check in verify_sec_ctx_lenXin Long1-1/+2
2020-02-04xfrm: handle NETDEV_UNREGISTER for xfrm deviceRaed Salem1-0/+1
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+26
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller5-4/+537
2020-01-14net: xfrm: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2-17/+7
2020-01-14xfrm: interface: do not confirm neighbor when do pmtu updateXu Wang1-1/+1
2020-01-14xfrm interface: fix packet tx through bpf_redirect()Nicolas Dichtel1-7/+25
2019-12-09xfrm: add espintcp (RFC 8229)Sabrina Dubroca4-0/+520
2019-12-09xfrm: introduce xfrm_trans_queue_netSabrina Dubroca1-4/+17
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-28/+5
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-3/+3
2019-11-21net: Fix Kconfig indentation, continuedKrzysztof Kozlowski1-5/+5
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-0/+5
2019-11-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-23/+0