summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_output.c
AgeCommit message (Expand)Author
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller
2021-06-22net/xfrm: Add inner_ipproto into sec_pathHuy Nguyen
2021-06-21xfrm: replay: remove last replay indirectionFlorian Westphal
2021-06-16xfrm: avoid compiler warning when ipv6 is disabledFlorian Westphal
2021-06-11xfrm: merge dstopt and routing hdroff functionsFlorian Westphal
2021-06-11xfrm: remove hdr_offset indirectionFlorian Westphal
2021-06-11xfrm: ipv6: move mip6_rthdr_offset into xfrm coreFlorian Westphal
2021-06-11xfrm: ipv6: move mip6_destopt_offset into xfrm coreFlorian Westphal
2021-06-11xfrm: ipv6: add xfrm6_hdr_offset helperFlorian Westphal
2021-06-01xfrm: remove the fragment check for ipv6 beet modeXin Long
2021-03-24xfrm: BEET mode doesn't support fragments for inner packetsXin Long
2021-03-03xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo
2020-06-05xfrm: merge fixup for "remove output_finish indirection from xfrm_state_afinfo"Stephen Rothwell
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-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: avoid extract_output indirection for ipv4Florian Westphal
2020-04-21xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_outputXin Long
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu
2020-01-14net: xfrm: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-08xfrm: store xfrm_mode directly, not its addressFlorian Westphal
2019-04-08xfrm: make xfrm modes builtinFlorian Westphal
2019-04-08xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove output2 indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove output indirection from xfrm_modeFlorian Westphal
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19xfrm: prefer secpath_set over secpath_dupFlorian Westphal
2018-10-28xfrm: Fix error return code in xfrm_output_one()Wei Yongjun
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-09-11xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.Steffen Klassert
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller
2018-06-23xfrm: Extend the output_mark to support input direction and masking.Steffen Klassert
2018-03-16xfrm: fix rcu_read_unlock usage in xfrm_local_errorTaehee Yoo
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller
2017-10-31xfrm: Fix GSO for IPsec with GRE tunnel.Steffen Klassert
2017-08-11net: xfrm: support setting an output mark.Lorenzo Colitti
2017-04-14xfrm: Add encapsulation header offsets while SKB is not encryptedIlan Tayari
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert
2017-01-10xfrm: remove xfrm_state_put_afinfoFlorian Westphal
2016-03-17xfrm: Reset encapsulation field of the skb before transformationSteffen Klassert
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman
2015-10-08dst: Pass a sk into .local_outEric W. Biederman
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman
2015-09-17netfilter: Add blank lines in callers of netfilter hooksEric W. Biederman