summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* net: xfrmi: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-06-193-5/+27
|\
| * esp, ah: modernize the crypto algorithm selectionsEric Biggers2020-06-151-6/+9
| * esp: select CRYPTO_SEQIVEric Biggers2020-06-151-0/+1
| * esp, ah: consolidate the crypto algorithm selectionsEric Biggers2020-06-151-0/+20
| * xfrm: merge fixup for "remove output_finish indirection from xfrm_state_afinfo"Stephen Rothwell2020-06-051-4/+0
| * xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen2020-06-041-1/+3
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-7/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-316-18/+37
|\
| * xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long2020-05-291-1/+2
| * xfrm: fix a warning in xfrm_policy_insert_listXin Long2020-05-251-6/+1
| * xfrm interface: fix oops when deleting a x-netns interfaceNicolas Dichtel2020-04-231-0/+21
| * xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_outputXin Long2020-04-211-5/+7
| * xfrm: espintcp: save and call old ->sk_destructSabrina Dubroca2020-04-201-0/+2
| * xfrm: do pskb_pull properly in __xfrm_transport_prepXin Long2020-04-151-5/+3
| * xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long2020-04-151-1/+1
* | xfrm: remove output_finish indirection from xfrm_state_afinfoFlorian Westphal2020-05-061-0/+16
* | xfrm: remove extract_output indirection from xfrm_state_afinfoFlorian Westphal2020-05-061-8/+59
* | xfrm: move xfrm4_extract_header to common helperFlorian Westphal2020-05-061-0/+14
* | xfrm: state: remove extract_input indirection from xfrm_state_afinfoFlorian Westphal2020-05-062-10/+29
* | xfrm: avoid extract_output indirection for ipv4Florian Westphal2020-05-061-0/+46
* | xfrm: add IPv6 support for espintcpSabrina Dubroca2020-04-283-12/+49
* | xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca2020-04-281-0/+3
* | xfrm interface: don't take extra reference to netdevNicolas Dichtel2020-04-271-2/+0
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-03-302-2/+28
|\
| * xfrm: add prep for esp beet mode offloadXin Long2020-03-261-1/+27
| * xfrm: Use kmem_cache_zalloc() instead of kmem_cache_alloc() with flag GFP_ZERO.Huang Zijiang2020-02-191-1/+1
* | net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu2020-03-291-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-293-5/+12
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-03-273-5/+12
| |\ \ | | |/ | |/|
| | * xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing2020-03-241-0/+2
| | * esp: remove the skb from the chain when it's enqueued in cryptd_wqXin Long2020-03-041-4/+4
| | * xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long2020-02-121-0/+3
| | * xfrm: fix uctx len check in verify_sec_ctx_lenXin Long2020-02-121-1/+2
| | * xfrm: handle NETDEV_UNREGISTER for xfrm deviceRaed Salem2020-02-041-0/+1
* | | Remove DST_HOSTDavid Laight2020-03-231-2/+1
* | | net: datagram: drop 'destructor' argument from several helpersPaolo Abeni2020-02-281-1/+1
|/ /
* | xfrm: interface: use icmp_ndo_send helperJason A. Donenfeld2020-02-131-3/+3
* | treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-8/+26
|\
| * xfrm: interface: do not confirm neighbor when do pmtu updateXu Wang2020-01-141-1/+1
| * xfrm interface: fix packet tx through bpf_redirect()Nicolas Dichtel2020-01-141-7/+25
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-01-215-4/+537
|\ \
| * | xfrm: add espintcp (RFC 8229)Sabrina Dubroca2019-12-094-0/+520
| * | xfrm: introduce xfrm_trans_queue_netSabrina Dubroca2019-12-091-4/+17
| |/
* / net: xfrm: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-142-17/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-252-28/+5
|\
| * net: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-211-5/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-162-0/+5
| |\
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-11-131-23/+0
| |\ \