aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-10xfrm: remove xfrm_state_put_afinfoFlorian Westphal1-5/+3
2016-03-17xfrm: Reset encapsulation field of the skb before transformationSteffen Klassert1-0/+3
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-0/+2
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman1-1/+1
2015-10-08dst: Pass a sk into .local_outEric W. Biederman1-1/+1
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman1-1/+1
2015-09-17netfilter: Add blank lines in callers of netfilter hooksEric W. Biederman1-0/+1
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-6/+6
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-1/+2
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman1-1/+1
2015-05-12net: make skb_dst_pop routine staticYing Xue1-0/+12
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-8/+8
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal1-0/+2
2014-09-09net: use kfree_skb_list() helper in more placesFlorian Westphal1-5/+1
2014-05-13net/xfrm/xfrm_output.c: move EXPORT_SYMBOLFabian Frederick1-3/+2
2013-08-19xfrm: choose protocol family by skb protocolHannes Frederic Sowa1-1/+9
2013-08-14xfrm: make local error reporting more robustHannes Frederic Sowa1-0/+13
2013-06-04xfrm: simplify the exit path of xfrm_output_one()Jean Sacren1-5/+4
2013-05-23xfrm: properly handle invalid states as an errorTimo Teräs1-0/+1
2013-02-01xfrm: fix a unbalanced lockLi RongQing1-1/+1
2013-01-07xfrm: removes a superfluous check and add a statisticLi RongQing1-0/+6
2012-03-22xfrm: Remove unused xfrm_state from xfrm_state_check_spaceSteffen Klassert1-2/+2
2011-03-27dst: Clone child entry in skb_dst_popSteffen Klassert1-1/+1
2011-03-27xfrm: Force a dst refcount before entering the xfrm type handlersSteffen Klassert1-0/+2
2011-03-13xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert1-11/+4
2011-03-13xfrm: Use separate low and high order bits of the sequence numbers in xfrm_skb_cbSteffen Klassert1-1/+1
2010-09-16xfrm: dont assume rcu_read_lock in xfrm_output_one()Eric Dumazet1-1/+1
2010-06-04net: check for refcount if pop a stacked dst_entrySteffen Klassert1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-06-03net: skb->dst accessorsEric Dumazet1-10/+11
2008-11-25netns xfrm: per-netns MIBsAlexey Dobriyan1-7/+8
2008-11-25netns xfrm: per-netns NETLINK_XFRM socketAlexey Dobriyan1-1/+2
2008-09-30ipsec: Fix pskb_expand_head corruption in xfrm_state_check_spaceHerbert Xu1-4/+8
2008-08-13xfrm: remove unnecessary variable in xfrm_output_resume() 2nd tryJean-Christophe DUBOIS1-4/+1
2008-05-12net: Allow netdevices to specify needed head/tailroomJohannes Berg1-3/+3
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-03-24[IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA1-1/+17
2008-02-12[IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu1-1/+1
2008-01-31[XFRM]: Fix statistics.Masahide NAKAMURA1-0/+1
2008-01-28[IPSEC]: Return EOVERFLOW when output sequence number overflowsHerbert Xu1-0/+1
2008-01-28[IPSEC]: Fix double free on skb on async outputHerbert Xu1-0/+2
2008-01-28[XFRM]: Fix outbound statistics.Masahide NAKAMURA1-3/+9
2008-01-28[XFRM]: Drop packets when replay counter would overflowPaul Moore1-1/+4
2008-01-28[XFRM]: RFC4303 compliant auditingPaul Moore1-0/+2
2008-01-28[XFRM]: Support to increment packet dropping statistics.Masahide NAKAMURA1-1/+5
2008-01-28[IPSEC]: Do xfrm_state_check_space before encapsulationHerbert Xu1-12/+6
2008-01-28[IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller1-1/+1
2008-01-28[IPSEC]: Add async resume support on outputHerbert Xu1-17/+40
2008-01-28[IPSEC]: Merge most of the output pathHerbert Xu1-3/+67
2008-01-28[IPSEC]: Move x->outer_mode->output out of locked sectionHerbert Xu1-4/+4