aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_output.c
AgeCommit message (Expand)Author
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
2010-09-16xfrm: dont assume rcu_read_lock in xfrm_output_one()Eric Dumazet
2010-06-04net: check for refcount if pop a stacked dst_entrySteffen Klassert
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-06-03net: skb->dst accessorsEric Dumazet
2008-11-25netns xfrm: per-netns MIBsAlexey Dobriyan
2008-11-25netns xfrm: per-netns NETLINK_XFRM socketAlexey Dobriyan
2008-09-30ipsec: Fix pskb_expand_head corruption in xfrm_state_check_spaceHerbert Xu
2008-08-13xfrm: remove unnecessary variable in xfrm_output_resume() 2nd tryJean-Christophe DUBOIS
2008-05-12net: Allow netdevices to specify needed head/tailroomJohannes Berg
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa