summaryrefslogtreecommitdiffstats
path: root/net/ipv4/xfrm4_output.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-0/+2
|\
| * xfrm: Fix pmtu discovery for local generated packets.Steffen Klassert2015-10-191-0/+2
* | dst: Pass net into dst->outputEric W. Biederman2015-10-081-3/+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-1/+1
* | netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-2/+4
* | net: Merge dst_output and dst_output_skEric W. Biederman2015-09-171-1/+1
|/
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-6/+6
* xfrm: Fix local error reporting crash with interfamily tunnelsSteffen Klassert2015-02-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-14/+18
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-05-151-14/+18
| |\
| | * xfrm: Fix crash with ipv6 IPsec tunnel and NAT.Steffen Klassert2014-04-071-14/+18
* | | net: rename local_df to ignore_dfWANG Cong2014-05-121-1/+1
|/ /
* / ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-1/+1
|/
* xfrm: revert ipv4 mtu determination to dst_mtuHannes Frederic Sowa2013-08-261-1/+1
* xfrm: introduce helper for safe determination of mtuHannes Frederic Sowa2013-08-141-3/+1
* xfrm: make local error reporting more robustHannes Frederic Sowa2013-08-141-2/+10
* xfrm4: Don't call icmp_send on local errorSteffen Klassert2011-07-011-1/+6
* xfrm: Assign the inner mode output function to the dst entrySteffen Klassert2011-05-101-2/+6
* netfilter: ipv4: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-251-1/+1
* net: skb->dst accessorsEric Dumazet2009-06-031-3/+3
* [IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA2008-03-241-1/+1
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-2/+2
* [IPSEC]: Remove nhoff from xfrm_inputHerbert Xu2008-01-281-0/+2
* [IPSEC]: Merge most of the output pathHerbert Xu2008-01-281-72/+4
* [IPV4]: Add ip_local_outHerbert Xu2008-01-281-7/+1
* [IPSEC]: Separate inner/outer mode processing on outputHerbert Xu2008-01-281-11/+30
* [IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu2007-10-171-1/+1
* [IPSEC]: Add missing BEET checksHerbert Xu2007-10-171-1/+1
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-2/+2
* [IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu2007-10-101-0/+5
* [IPSEC]: Move common output code to xfrm_outputHerbert Xu2007-10-101-36/+4
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-2/+1
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-4/+4
* [IPSEC]: output mode to take an xfrm state as input paramJamal Hadi Salim2006-09-221-1/+1
* [XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA2006-09-221-2/+2
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-2/+2
* [NET] gso: Add skb_is_gsoHerbert Xu2006-07-081-1/+1
* [IPSEC]: Handle GSO packetsHerbert Xu2006-06-231-8/+46
* [IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu2006-06-171-58/+3
* [IPSEC]: Fix IP ID selectionHerbert Xu2006-04-291-1/+1
* [XFRM]: Fix SNAT-related crash in xfrm4_output_finishPatrick McHardy2006-02-151-3/+10
* [NETFILTER]: Redo policy lookups after NAT when neccessaryPatrick McHardy2006-01-071-1/+1
* [NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy2006-01-071-0/+1
* [XFRM]: Netfilter IPsec output hooksPatrick McHardy2006-01-071-17/+54
* [IPSEC]: Add XFRM_STATE_NOPMTUDISC flagHerbert Xu2005-06-201-2/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+141