summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_output.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* xfrm: store xfrm_mode directly, not its addressFlorian Westphal2019-04-081-10/+10
* xfrm: make xfrm modes builtinFlorian Westphal2019-04-081-10/+5Star
* xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal2019-04-081-1/+11
* xfrm: remove output2 indirection from xfrm_modeFlorian Westphal2019-04-081-5/+207
* xfrm: remove output indirection from xfrm_modeFlorian Westphal2019-04-081-3/+163
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-0/+1
|\
| * xfrm: Fix error return code in xfrm_output_one()Wei Yongjun2018-10-281-0/+1
* | xfrm: prefer secpath_set over secpath_dupFlorian Westphal2018-12-191-5/+2Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-0/+4
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-10-021-0/+4
| |\
| | * xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.Steffen Klassert2018-09-111-0/+4
* | | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
|/ /
* / xfrm: Extend the output_mark to support input direction and masking.Steffen Klassert2018-06-231-2/+1Star
|/
* xfrm: fix rcu_read_unlock usage in xfrm_local_errorTaehee Yoo2018-03-161-2/+3
* net: Create and use new helper xfrm_dst_child().David Miller2017-11-301-1/+1
* xfrm: Fix GSO for IPsec with GRE tunnel.Steffen Klassert2017-10-311-1/+3
* net: xfrm: support setting an output mark.Lorenzo Colitti2017-08-111-0/+3
* xfrm: Add encapsulation header offsets while SKB is not encryptedIlan Tayari2017-04-141-0/+2
* xfrm: Add an IPsec hardware offloading APISteffen Klassert2017-04-141-6/+38
* xfrm: remove xfrm_state_put_afinfoFlorian Westphal2017-01-101-5/+3Star
* xfrm: Reset encapsulation field of the skb before transformationSteffen Klassert2016-03-171-0/+3
* net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-151-0/+2
* ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman2015-10-081-1/+1
* dst: Pass a sk into .local_outEric W. Biederman2015-10-081-1/+1
* net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-1/+1
* netfilter: Add blank lines in callers of netfilter hooksEric W. Biederman2015-09-181-0/+1
* netfilter: Pass net into okfnEric W. Biederman2015-09-181-6/+6
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-181-1/+2
* net: Merge dst_output and dst_output_skEric W. Biederman2015-09-181-1/+1
* net: make skb_dst_pop routine staticYing Xue2015-05-131-0/+12
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-8/+8
* net: make skb_gso_segment error handling more robustFlorian Westphal2014-10-201-0/+2
* net: use kfree_skb_list() helper in more placesFlorian Westphal2014-09-101-5/+1Star
* net/xfrm/xfrm_output.c: move EXPORT_SYMBOLFabian Frederick2014-05-131-3/+2Star
* xfrm: choose protocol family by skb protocolHannes Frederic Sowa2013-08-191-1/+9
* xfrm: make local error reporting more robustHannes Frederic Sowa2013-08-141-0/+13
* xfrm: simplify the exit path of xfrm_output_one()Jean Sacren2013-06-051-5/+4Star
* xfrm: properly handle invalid states as an errorTimo Teräs2013-05-231-0/+1
* xfrm: fix a unbalanced lockLi RongQing2013-02-011-1/+1
* xfrm: removes a superfluous check and add a statisticLi RongQing2013-01-071-0/+6
* xfrm: Remove unused xfrm_state from xfrm_state_check_spaceSteffen Klassert2012-03-231-2/+2
* dst: Clone child entry in skb_dst_popSteffen Klassert2011-03-281-1/+1
* xfrm: Force a dst refcount before entering the xfrm type handlersSteffen Klassert2011-03-281-0/+2
* xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert2011-03-141-11/+4Star
* xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert2011-03-141-1/+1
* xfrm: dont assume rcu_read_lock in xfrm_output_one()Eric Dumazet2010-09-171-1/+1
* net: check for refcount if pop a stacked dst_entrySteffen Klassert2010-06-051-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: skb->dst accessorsEric Dumazet2009-06-031-10/+11