| Commit message (Expand) | Author | Age | Files | Lines |
* | xfrm: fix unused variable warning if CONFIG_NETFILTER=n | Florian Westphal | 2020-05-11 | 1 | -1/+1 |
* | xfrm: remove output_finish indirection from xfrm_state_afinfo | Florian Westphal | 2020-05-06 | 1 | -22/+1 |
* | xfrm: avoid extract_output indirection for ipv4 | Florian Westphal | 2020-05-06 | 1 | -40/+0 |
* | netfilter: Support iif matches in POSTROUTING | Phil Sutter | 2019-11-15 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | xfrm: store xfrm_mode directly, not its address | Florian Westphal | 2019-04-08 | 1 | -1/+1 |
* | xfrm: remove afinfo pointer from xfrm_mode | Florian Westphal | 2019-04-08 | 1 | -1/+11 |
* | xfrm: remove output indirection from xfrm_mode | Florian Westphal | 2019-04-08 | 1 | -15/+0 |
* | net: xfrm: use skb_gso_validate_network_len() to check gso sizes | Daniel Axtens | 2018-03-04 | 1 | -1/+2 |
* | xfrm: Add an IPsec hardware offloading API | Steffen Klassert | 2017-04-14 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-24 | 1 | -0/+2 |
|\ |
|
| * | xfrm: Fix pmtu discovery for local generated packets. | Steffen Klassert | 2015-10-19 | 1 | -0/+2 |
* | | dst: Pass net into dst->output | Eric W. Biederman | 2015-10-08 | 1 | -3/+1 |
* | | net: Pass net into dst_output and remove dst_output_okfn | Eric W. Biederman | 2015-10-08 | 1 | -1/+1 |
* | | netfilter: Add blank lines in callers of netfilter hooks | Eric W. Biederman | 2015-09-18 | 1 | -0/+1 |
* | | netfilter: Pass net into okfn | Eric W. Biederman | 2015-09-18 | 1 | -1/+1 |
* | | netfilter: Pass struct net into the netfilter hooks | Eric W. Biederman | 2015-09-18 | 1 | -2/+4 |
* | | net: Merge dst_output and dst_output_sk | Eric W. Biederman | 2015-09-18 | 1 | -1/+1 |
|/ |
|
* | netfilter: Pass socket pointer down through okfn(). | David Miller | 2015-04-07 | 1 | -6/+6 |
* | xfrm: Fix local error reporting crash with interfamily tunnels | Steffen Klassert | 2015-02-09 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-05-24 | 1 | -14/+18 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2014-05-16 | 1 | -14/+18 |
| |\ |
|
| | * | xfrm: Fix crash with ipv6 IPsec tunnel and NAT. | Steffen Klassert | 2014-04-07 | 1 | -14/+18 |
* | | | net: rename local_df to ignore_df | WANG Cong | 2014-05-12 | 1 | -1/+1 |
|/ / |
|
* / | ipv4: add a sock pointer to dst->output() path. | Eric Dumazet | 2014-04-15 | 1 | -1/+1 |
|/ |
|
* | xfrm: revert ipv4 mtu determination to dst_mtu | Hannes Frederic Sowa | 2013-08-26 | 1 | -1/+1 |
* | xfrm: introduce helper for safe determination of mtu | Hannes Frederic Sowa | 2013-08-14 | 1 | -3/+1 |
* | xfrm: make local error reporting more robust | Hannes Frederic Sowa | 2013-08-14 | 1 | -2/+10 |
* | xfrm4: Don't call icmp_send on local error | Steffen Klassert | 2011-07-02 | 1 | -1/+6 |
* | xfrm: Assign the inner mode output function to the dst entry | Steffen Klassert | 2011-05-11 | 1 | -2/+6 |
* | netfilter: ipv4: use NFPROTO values for NF_HOOK invocation | Jan Engelhardt | 2010-03-25 | 1 | -1/+1 |
* | net: skb->dst accessors | Eric Dumazet | 2009-06-03 | 1 | -3/+3 |
* | [IPSEC]: Fix inter address family IPsec tunnel handling. | Kazunori MIYAZAWA | 2008-03-24 | 1 | -1/+1 |
* | [NETFILTER]: Introduce NF_INET_ hook values | Patrick McHardy | 2008-01-28 | 1 | -2/+2 |
* | [IPSEC]: Remove nhoff from xfrm_input | Herbert Xu | 2008-01-28 | 1 | -0/+2 |
* | [IPSEC]: Merge most of the output path | Herbert Xu | 2008-01-28 | 1 | -72/+4 |
* | [IPV4]: Add ip_local_out | Herbert Xu | 2008-01-28 | 1 | -7/+1 |
* | [IPSEC]: Separate inner/outer mode processing on output | Herbert Xu | 2008-01-28 | 1 | -11/+30 |
* | [IPSEC]: Rename mode to outer_mode and add inner_mode | Herbert Xu | 2007-10-18 | 1 | -1/+1 |
* | [IPSEC]: Add missing BEET checks | Herbert Xu | 2007-10-18 | 1 | -1/+1 |
* | [NETFILTER]: Replace sk_buff ** with sk_buff * | Herbert Xu | 2007-10-15 | 1 | -2/+2 |
* | [IPSEC]: Move IP length/checksum setting out of transforms | Herbert Xu | 2007-10-11 | 1 | -0/+5 |
* | [IPSEC]: Move common output code to xfrm_output | Herbert Xu | 2007-10-11 | 1 | -36/+4 |
* | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -2/+1 |
* | [NET] IPV4: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-11 | 1 | -4/+4 |
* | [IPSEC]: output mode to take an xfrm state as input param | Jamal Hadi Salim | 2006-09-23 | 1 | -1/+1 |
* | [XFRM]: Add XFRM_MODE_xxx for future use. | Masahide NAKAMURA | 2006-09-23 | 1 | -2/+2 |
* | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE | Patrick McHardy | 2006-09-22 | 1 | -2/+2 |
* | [NET] gso: Add skb_is_gso | Herbert Xu | 2006-07-08 | 1 | -1/+1 |
* | [IPSEC]: Handle GSO packets | Herbert Xu | 2006-06-23 | 1 | -8/+46 |