summaryrefslogtreecommitdiffstats
path: root/net/xfrm
AgeCommit message (Expand)Author
2020-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-07-30espintcp: count packets dropped in espintcp_rcvSabrina Dubroca
2020-07-30espintcp: handle short messages instead of breaking the encap socketSabrina Dubroca
2020-07-17xfrm: policy: fix IPv6-only espintcp compilationSabrina Dubroca
2020-07-17espintcp: recv() should return 0 when the peer socket is closedSabrina Dubroca
2020-07-17espintcp: support non-blocking sendsSabrina Dubroca
2020-06-30net: xfrmi: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-06-24xfrm: policy: match with both mark and mask on user interfacesXin Long
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-06-15esp, ah: modernize the crypto algorithm selectionsEric Biggers
2020-06-15esp: select CRYPTO_SEQIVEric Biggers
2020-06-15esp, ah: consolidate the crypto algorithm selectionsEric Biggers
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-05xfrm: merge fixup for "remove output_finish indirection from xfrm_state_afinfo"Stephen Rothwell
2020-06-04xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-29xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long
2020-05-25xfrm: fix a warning in xfrm_policy_insert_listXin Long
2020-05-06xfrm: remove output_finish indirection from xfrm_state_afinfoFlorian Westphal
2020-05-06xfrm: remove extract_output indirection from xfrm_state_afinfoFlorian Westphal
2020-05-06xfrm: move xfrm4_extract_header to common helperFlorian Westphal
2020-05-06xfrm: state: remove extract_input indirection from xfrm_state_afinfoFlorian Westphal
2020-05-06xfrm: avoid extract_output indirection for ipv4Florian Westphal
2020-04-28xfrm: add IPv6 support for espintcpSabrina Dubroca
2020-04-28xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca
2020-04-27xfrm interface: don't take extra reference to netdevNicolas Dichtel
2020-04-23xfrm interface: fix oops when deleting a x-netns interfaceNicolas Dichtel
2020-04-21xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_outputXin Long
2020-04-20xfrm: espintcp: save and call old ->sk_destructSabrina Dubroca
2020-04-15xfrm: do pskb_pull properly in __xfrm_transport_prepXin Long
2020-04-15xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long
2020-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2020-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-03-26xfrm: add prep for esp beet mode offloadXin Long
2020-03-24xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing
2020-03-23Remove DST_HOSTDavid Laight
2020-03-04esp: remove the skb from the chain when it's enqueued in cryptd_wqXin Long
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni
2020-02-19xfrm: Use kmem_cache_zalloc() instead of kmem_cache_alloc() with flag GFP_ZERO.Huang Zijiang
2020-02-13xfrm: interface: use icmp_ndo_send helperJason A. Donenfeld
2020-02-12xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long
2020-02-12xfrm: fix uctx len check in verify_sec_ctx_lenXin Long
2020-02-04xfrm: handle NETDEV_UNREGISTER for xfrm deviceRaed Salem
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-01-14net: xfrm: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2020-01-14xfrm: interface: do not confirm neighbor when do pmtu updateXu Wang