aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_output.c
AgeCommit message (Expand)Author
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
2008-03-24[IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA
2008-02-12[IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu
2008-01-31[XFRM]: Fix statistics.Masahide NAKAMURA
2008-01-28[IPSEC]: Return EOVERFLOW when output sequence number overflowsHerbert Xu
2008-01-28[IPSEC]: Fix double free on skb on async outputHerbert Xu
2008-01-28[XFRM]: Fix outbound statistics.Masahide NAKAMURA
2008-01-28[XFRM]: Drop packets when replay counter would overflowPaul Moore
2008-01-28[XFRM]: RFC4303 compliant auditingPaul Moore
2008-01-28[XFRM]: Support to increment packet dropping statistics.Masahide NAKAMURA
2008-01-28[IPSEC]: Do xfrm_state_check_space before encapsulationHerbert Xu
2008-01-28[IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller
2008-01-28[IPSEC]: Add async resume support on outputHerbert Xu