| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-10-30 | 1 | -2/+2 |
|\ |
|
| * | net: add recursion limit to GRO | Sabrina Dubroca | 2016-10-20 | 1 | -2/+2 |
* | | genetlink: mark families as __ro_after_init | Johannes Berg | 2016-10-27 | 1 | -1/+1 |
* | | genetlink: statically initialize families | Johannes Berg | 2016-10-27 | 1 | -9/+13 |
* | | genetlink: no longer support using static family IDs | Johannes Berg | 2016-10-27 | 1 | -1/+0 |
|/ |
|
* | fou: make nla_policy const | stephen hemminger | 2016-09-01 | 1 | -1/+1 |
* | gue: Implement direction IP encapsulation | Tom Herbert | 2016-06-07 | 1 | -5/+76 |
* | fou: Support IPv6 in fou | Tom Herbert | 2016-05-20 | 1 | -12/+35 |
* | fou: Split out {fou,gue}_build_header | Tom Herbert | 2016-05-20 | 1 | -10/+37 |
* | fou: Call setup_udp_tunnel_sock | Tom Herbert | 2016-05-20 | 1 | -34/+16 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-05-09 | 1 | -2/+4 |
|\ |
|
| * | udp_offload: Set encapsulation before inner completes. | Jarno Rajahalme | 2016-05-06 | 1 | -0/+4 |
| * | udp_tunnel: Remove redundant udp_tunnel_gro_complete(). | Jarno Rajahalme | 2016-05-06 | 1 | -2/+0 |
* | | ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb | Alexander Duyck | 2016-04-16 | 1 | -8/+8 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-09 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU | Alexander Duyck | 2016-04-07 | 1 | -0/+6 |
* | | fou: change to use UDP socket GRO | Tom Herbert | 2016-04-07 | 1 | -31/+17 |
|/ |
|
* | gro: Allow tunnel stacking in the case of FOU/GUE | Alexander Duyck | 2016-03-30 | 1 | -0/+16 |
* | tunnels: Remove encapsulation offloads on decap. | Jesse Gross | 2016-03-20 | 1 | -2/+11 |
* | gro: Defer clearing of flush bit in tunnel paths | Alexander Duyck | 2016-03-13 | 1 | -2/+1 |
* | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads | Edward Cree | 2016-02-12 | 1 | -2/+2 |
* | fou: enable LCO in FOU and GUE | Edward Cree | 2016-02-12 | 1 | -8/+6 |
* | udp: restrict offloads to one namespace | Hannes Frederic Sowa | 2016-01-10 | 1 | -1/+1 |
* | fou: clean up socket with kfree_rcu | Hannes Frederic Sowa | 2015-12-16 | 1 | -1/+2 |
* | fou: reject IPv6 config | Jiri Benc | 2015-08-29 | 1 | -1/+1 |
* | fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacks | Tom Herbert | 2015-08-23 | 1 | -1/+1 |
* | gro: Fix remcsum offload to deal with frags in GRO | Tom Herbert | 2015-08-23 | 1 | -16/+12 |
* | fou: avoid missing unlock in failure path | WANG Cong | 2015-04-16 | 1 | -2/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-04-14 | 1 | -2/+2 |
|\ |
|
| * | fou: Don't use const __read_mostly | Andi Kleen | 2015-04-08 | 1 | -2/+2 |
* | | fou: implement FOU_CMD_GET | WANG Cong | 2015-04-12 | 1 | -0/+109 |
* | | fou: add network namespace support | WANG Cong | 2015-04-12 | 1 | -39/+67 |
* | | fou: always use be16 for port | WANG Cong | 2015-04-12 | 1 | -3/+3 |
* | | fou: exit early when parsing config fails | WANG Cong | 2015-04-12 | 1 | -1/+4 |
* | | fou: avoid calling udp_del_offload() twice | WANG Cong | 2015-04-12 | 1 | -2/+2 |
|/ |
|
* | gue: Use checksum partial with remote checksum offload | Tom Herbert | 2015-02-11 | 1 | -6/+22 |
* | net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload | Tom Herbert | 2015-02-11 | 1 | -2/+2 |
* | net: Fix remcsum in GRO path to not change packet | Tom Herbert | 2015-02-11 | 1 | -10/+10 |
* | net: add skb functions to process remote checksum offload | Tom Herbert | 2015-02-04 | 1 | -16/+2 |
* | udp: pass udp_offload struct to UDP gro callbacks | Tom Herbert | 2015-01-14 | 1 | -4/+8 |
* | ip: Move checksum convert defines to inet | Tom Herbert | 2015-01-05 | 1 | -1/+1 |
* | gue: Call remcsum_adjust | Tom Herbert | 2014-11-26 | 1 | -67/+17 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-11-14 | 1 | -0/+2 |
|\ |
|
| * | udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete. | Jesse Gross | 2014-11-10 | 1 | -0/+2 |
* | | FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELS | Thomas Graf | 2014-11-13 | 1 | -1/+1 |
* | | ip_tunnel: Ops registration for secondary encap (fou, gue) | Tom Herbert | 2014-11-12 | 1 | -0/+85 |
* | | gue: Receive side of remote checksum offload | Tom Herbert | 2014-11-05 | 1 | -9/+161 |
* | | gue: TX support for using remote checksum offload option | Tom Herbert | 2014-11-05 | 1 | -3/+32 |
* | | gue: Add infrastructure for flags and options | Tom Herbert | 2014-11-05 | 1 | -48/+94 |
* | | net: Move fou_build_header into fou.c and refactor | Tom Herbert | 2014-11-05 | 1 | -0/+73 |
|/ |
|