summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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-171-0/+1
* netfilter: Pass net into okfnEric W. Biederman2015-09-171-6/+6
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-1/+2
* net: Merge dst_output and dst_output_skEric W. Biederman2015-09-171-1/+1
* net: make skb_dst_pop routine staticYing Xue2015-05-121-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-091-5/+1
* net/xfrm/xfrm_output.c: move EXPORT_SYMBOLFabian Frederick2014-05-131-3/+2
* 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-041-5/+4
* 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-221-2/+2
* dst: Clone child entry in skb_dst_popSteffen Klassert2011-03-271-1/+1
* xfrm: Force a dst refcount before entering the xfrm type handlersSteffen Klassert2011-03-271-0/+2
* xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert2011-03-131-11/+4
* xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert2011-03-131-1/+1
* xfrm: dont assume rcu_read_lock in xfrm_output_one()Eric Dumazet2010-09-161-1/+1
* net: check for refcount if pop a stacked dst_entrySteffen Klassert2010-06-041-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
* netns xfrm: per-netns MIBsAlexey Dobriyan2008-11-251-7/+8
* netns xfrm: per-netns NETLINK_XFRM socketAlexey Dobriyan2008-11-251-1/+2
* ipsec: Fix pskb_expand_head corruption in xfrm_state_check_spaceHerbert Xu2008-09-301-4/+8
* xfrm: remove unnecessary variable in xfrm_output_resume() 2nd tryJean-Christophe DUBOIS2008-08-131-4/+1
* net: Allow netdevices to specify needed head/tailroomJohannes Berg2008-05-121-3/+3
* Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-291-1/+1
* [IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA2008-03-241-1/+17
* [IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu2008-02-121-1/+1
* [XFRM]: Fix statistics.Masahide NAKAMURA2008-01-311-0/+1
* [IPSEC]: Return EOVERFLOW when output sequence number overflowsHerbert Xu2008-01-281-0/+1
* [IPSEC]: Fix double free on skb on async outputHerbert Xu2008-01-281-0/+2
* [XFRM]: Fix outbound statistics.Masahide NAKAMURA2008-01-281-3/+9
* [XFRM]: Drop packets when replay counter would overflowPaul Moore2008-01-281-1/+4
* [XFRM]: RFC4303 compliant auditingPaul Moore2008-01-281-0/+2
* [XFRM]: Support to increment packet dropping statistics.Masahide NAKAMURA2008-01-281-1/+5
* [IPSEC]: Do xfrm_state_check_space before encapsulationHerbert Xu2008-01-281-12/+6
* [IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller2008-01-281-1/+1
* [IPSEC]: Add async resume support on outputHerbert Xu2008-01-281-17/+40
* [IPSEC]: Merge most of the output pathHerbert Xu2008-01-281-3/+67
* [IPSEC]: Move x->outer_mode->output out of locked sectionHerbert Xu2008-01-281-4/+4
* [IPSEC]: Use dst->header_len when resizing on outputHerbert Xu2008-01-281-1/+2