aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_output.c
AgeCommit message (Expand)Author
2020-06-03xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long
2020-06-03xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_outputXin Long
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
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman
2015-05-12net: make skb_dst_pop routine staticYing Xue
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal
2014-09-09net: use kfree_skb_list() helper in more placesFlorian Westphal
2014-05-13net/xfrm/xfrm_output.c: move EXPORT_SYMBOLFabian Frederick
2013-08-19xfrm: choose protocol family by skb protocolHannes Frederic Sowa
2013-08-14xfrm: make local error reporting more robustHannes Frederic Sowa
2013-06-04xfrm: simplify the exit path of xfrm_output_one()Jean Sacren
2013-05-23xfrm: properly handle invalid states as an errorTimo Teräs
2013-02-01xfrm: fix a unbalanced lockLi RongQing
2013-01-07xfrm: removes a superfluous check and add a statisticLi RongQing
2012-03-22xfrm: Remove unused xfrm_state from xfrm_state_check_spaceSteffen Klassert
2011-03-27dst: Clone child entry in skb_dst_popSteffen Klassert
2011-03-27xfrm: Force a dst refcount before entering the xfrm type handlersSteffen Klassert
2011-03-13xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert
2011-03-13xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert