aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/xfrm4_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-04net: xfrm: use skb_gso_validate_network_len() to check gso sizesDaniel Axtens1-1/+2
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert1-1/+2
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-10-19xfrm: Fix pmtu discovery for local generated packets.Steffen Klassert1-0/+2
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-3/+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-1/+1
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-2/+4
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman1-1/+1
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-6/+6
2015-02-09xfrm: Fix local error reporting crash with interfamily tunnelsSteffen Klassert1-1/+1
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+18
2014-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-14/+18
2014-05-12net: rename local_df to ignore_dfWANG Cong1-1/+1
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-1/+1
2014-04-07xfrm: Fix crash with ipv6 IPsec tunnel and NAT.Steffen Klassert1-14/+18
2013-08-26xfrm: revert ipv4 mtu determination to dst_mtuHannes Frederic Sowa1-1/+1
2013-08-14xfrm: introduce helper for safe determination of mtuHannes Frederic Sowa1-3/+1
2013-08-14xfrm: make local error reporting more robustHannes Frederic Sowa1-2/+10
2011-07-01xfrm4: Don't call icmp_send on local errorSteffen Klassert1-1/+6
2011-05-10xfrm: Assign the inner mode output function to the dst entrySteffen Klassert1-2/+6
2010-03-25netfilter: ipv4: use NFPROTO values for NF_HOOK invocationJan Engelhardt1-1/+1
2009-06-03net: skb->dst accessorsEric Dumazet1-3/+3
2008-03-24[IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA1-1/+1
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-2/+2
2008-01-28[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu1-0/+2
2008-01-28[IPSEC]: Merge most of the output pathHerbert Xu1-72/+4
2008-01-28[IPV4]: Add ip_local_outHerbert Xu1-7/+1
2008-01-28[IPSEC]: Separate inner/outer mode processing on outputHerbert Xu1-11/+30
2007-10-17[IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu1-1/+1
2007-10-17[IPSEC]: Add missing BEET checksHerbert Xu1-1/+1
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-2/+2
2007-10-10[IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu1-0/+5
2007-10-10[IPSEC]: Move common output code to xfrm_outputHerbert Xu1-36/+4
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-2/+1
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-4/+4
2006-09-22[IPSEC]: output mode to take an xfrm state as input paramJamal Hadi Salim1-1/+1
2006-09-22[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA1-2/+2
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-2/+2
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu1-1/+1
2006-06-23[IPSEC]: Handle GSO packetsHerbert Xu1-8/+46
2006-06-17[IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu1-58/+3
2006-04-29[IPSEC]: Fix IP ID selectionHerbert Xu1-1/+1
2006-02-15[XFRM]: Fix SNAT-related crash in xfrm4_output_finishPatrick McHardy1-3/+10
2006-01-07[NETFILTER]: Redo policy lookups after NAT when neccessaryPatrick McHardy1-1/+1
2006-01-07[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy1-0/+1
2006-01-07[XFRM]: Netfilter IPsec output hooksPatrick McHardy1-17/+54
2005-06-20[IPSEC]: Add XFRM_STATE_NOPMTUDISC flagHerbert Xu1-2/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+141