summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_output.c
Commit message (Expand)AuthorAge
* xfrm: Fix GSO for IPsec with GRE tunnel.Steffen Klassert2017-10-31
* net: xfrm: support setting an output mark.Lorenzo Colitti2017-08-11
* xfrm: Add encapsulation header offsets while SKB is not encryptedIlan Tayari2017-04-14
* xfrm: Add an IPsec hardware offloading APISteffen Klassert2017-04-14
* xfrm: remove xfrm_state_put_afinfoFlorian Westphal2017-01-10
* xfrm: Reset encapsulation field of the skb before transformationSteffen Klassert2016-03-17
* net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-15
* ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman2015-10-08
* dst: Pass a sk into .local_outEric W. Biederman2015-10-08
* net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-08
* netfilter: Add blank lines in callers of netfilter hooksEric W. Biederman2015-09-17
* netfilter: Pass net into okfnEric W. Biederman2015-09-17
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-17
* net: Merge dst_output and dst_output_skEric W. Biederman2015-09-17
* net: make skb_dst_pop routine staticYing Xue2015-05-12
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-07
* net: make skb_gso_segment error handling more robustFlorian Westphal2014-10-20
* net: use kfree_skb_list() helper in more placesFlorian Westphal2014-09-09
* net/xfrm/xfrm_output.c: move EXPORT_SYMBOLFabian Frederick2014-05-13
* xfrm: choose protocol family by skb protocolHannes Frederic Sowa2013-08-19
* xfrm: make local error reporting more robustHannes Frederic Sowa2013-08-14
* xfrm: simplify the exit path of xfrm_output_one()Jean Sacren2013-06-04
* xfrm: properly handle invalid states as an errorTimo Teräs2013-05-23
* xfrm: fix a unbalanced lockLi RongQing2013-02-01
* xfrm: removes a superfluous check and add a statisticLi RongQing2013-01-07
* xfrm: Remove unused xfrm_state from xfrm_state_check_spaceSteffen Klassert2012-03-22
* dst: Clone child entry in skb_dst_popSteffen Klassert2011-03-27
* xfrm: Force a dst refcount before entering the xfrm type handlersSteffen Klassert2011-03-27
* xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert2011-03-13
* xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert2011-03-13
* xfrm: dont assume rcu_read_lock in xfrm_output_one()Eric Dumazet2010-09-16
* net: check for refcount if pop a stacked dst_entrySteffen Klassert2010-06-04
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* net: skb->dst accessorsEric Dumazet2009-06-03
* netns xfrm: per-netns MIBsAlexey Dobriyan2008-11-25
* netns xfrm: per-netns NETLINK_XFRM socketAlexey Dobriyan2008-11-25
* ipsec: Fix pskb_expand_head corruption in xfrm_state_check_spaceHerbert Xu2008-09-30
* xfrm: remove unnecessary variable in xfrm_output_resume() 2nd tryJean-Christophe DUBOIS2008-08-13
* net: Allow netdevices to specify needed head/tailroomJohannes Berg2008-05-12
* Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-29
* [IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA2008-03-24
* [IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu2008-02-12
* [XFRM]: Fix statistics.Masahide NAKAMURA2008-01-31
* [IPSEC]: Return EOVERFLOW when output sequence number overflowsHerbert Xu2008-01-28
* [IPSEC]: Fix double free on skb on async outputHerbert Xu2008-01-28
* [XFRM]: Fix outbound statistics.Masahide NAKAMURA2008-01-28
* [XFRM]: Drop packets when replay counter would overflowPaul Moore2008-01-28
* [XFRM]: RFC4303 compliant auditingPaul Moore2008-01-28
* [XFRM]: Support to increment packet dropping statistics.Masahide NAKAMURA2008-01-28
* [IPSEC]: Do xfrm_state_check_space before encapsulationHerbert Xu2008-01-28