Age | Commit message (Expand) | Author | Files | Lines |
2015-10-27 | ipv6: gre: support SIT encapsulation | Eric Dumazet | 1 | -1/+2 |
2015-04-03 | ipv4: coding style: comparison for inequality with NULL | Ian Morris | 1 | -1/+1 |
2015-04-03 | ipv4: coding style: comparison for equality with NULL | Ian Morris | 1 | -1/+1 |
2014-12-06 | gre: Set inner mac header in gro complete | Tom Herbert | 1 | -0/+3 |
2014-10-31 | gre: Use inner mac length when computing tunnel length | Tom Herbert | 1 | -1/+1 |
2014-10-20 | net: gso: use feature flag argument in all protocol gso handlers | Florian Westphal | 1 | -1/+1 |
2014-10-18 | ipv4: fix a potential use after free in gre_offload.c | Li RongQing | 1 | -3/+3 |
2014-09-26 | net: Remove gso_send_check as an offload callback | Tom Herbert | 1 | -8/+3 |
2014-09-02 | gre: Add support for checksum unnecessary conversions | Tom Herbert | 1 | -2/+6 |
2014-08-30 | net: Allow GRO to use and set levels of checksum unnecessary | Tom Herbert | 1 | -5/+2 |
2014-08-25 | gre: call skb_gro_checksum_simple_validate | Tom Herbert | 1 | -36/+7 |
2014-07-30 | net/ipv4: Use IS_ERR_OR_NULL | Himangi Saraogi | 1 | -1/+1 |
2014-07-17 | net-gre-gro: Fix a bug that breaks the forwarding path | Jerry Chu | 1 | -0/+3 |
2014-06-12 | net: Save software checksum complete | Tom Herbert | 1 | -2/+4 |
2014-06-05 | gre: Call gso_make_checksum | Tom Herbert | 1 | -2/+8 |
2014-01-17 | net/ipv4: don't use module_init in non-modular gre_offload | Paul Gortmaker | 1 | -8/+2 |
2014-01-13 | gre_offload: simplify GRE header length calculation in gre_gso_segment() | Neal Cardwell | 1 | -10/+6 |
2014-01-13 | gre_offload: fix sparse non static symbol warning | Wei Yongjun | 1 | -1/+1 |
2014-01-08 | net-gre-gro: Add GRE support to the GRO stack | Jerry Chu | 1 | -0/+160 |
2014-01-07 | gre_offload: statically build GRE offloading support | Eric Dumazet | 1 | -2/+5 |
2014-01-03 | ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NIC | Wei-Chun Chao | 1 | -4/+7 |
2013-10-20 | ipip: add GSO/TSO support | Eric Dumazet | 1 | -1/+2 |
2013-07-11 | gso: Update tunnel segmentation to support Tx checksum offload | Alexander Duyck | 1 | -0/+3 |
2013-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2013-07-04 | net: gre: move GSO functions to gre_offload | Daniel Borkmann | 1 | -0/+127 |