| Commit message (Expand) | Author | Age | Files | Lines |
* | udp: avoid refcount_t saturation in __udp_gso_segment() | Eric Dumazet | 2018-05-11 | 1 | -3/+11 |
* | udp: Do not copy destructor if one is not present | Alexander Duyck | 2018-05-09 | 1 | -8/+14 |
* | udp: Add support for software checksum and GSO_PARTIAL with GSO offload | Alexander Duyck | 2018-05-09 | 1 | -10/+19 |
* | udp: Partially unroll handling of first segment and last segment | Alexander Duyck | 2018-05-09 | 1 | -14/+19 |
* | udp: Do not pass checksum as a parameter to GSO segmentation | Alexander Duyck | 2018-05-09 | 1 | -14/+18 |
* | udp: Do not pass MSS as parameter to GSO segmentation | Alexander Duyck | 2018-05-09 | 1 | -2/+4 |
* | udp: Complement partial checksum for GSO packet | Sean Tranchetti | 2018-05-02 | 1 | -0/+1 |
* | udp: remove stray export symbol | Willem de Bruijn | 2018-04-28 | 1 | -1/+0 |
* | udp: better wmem accounting on gso | Willem de Bruijn | 2018-04-26 | 1 | -1/+15 |
* | udp: add udp gso | Willem de Bruijn | 2018-04-26 | 1 | -1/+52 |
* | gso: validate gso_type in GSO handlers | Willem de Bruijn | 2018-01-22 | 1 | -0/+3 |
* | net: accept UFO datagrams from tuntap and packet | Willem de Bruijn | 2017-11-23 | 1 | -4/+45 |
* | gso: fix payload length when gso_size is zero | Alexey Kodanev | 2017-10-08 | 1 | -1/+1 |
* | inet: Remove software UFO fragmenting code. | David S. Miller | 2017-07-17 | 1 | -54/+4 |
* | net: Remove all references to SKB_GSO_UDP. | David S. Miller | 2017-07-17 | 1 | -4/+2 |
* | udp: disable inner UDP checksum offloads in IPsec case | Ansis Atteka | 2017-04-24 | 1 | -0/+3 |
* | net: add recursion limit to GRO | Sabrina Dubroca | 2016-10-20 | 1 | -1/+1 |
* | gso: Support partial splitting at the frag_list pointer | Steffen Klassert | 2016-09-20 | 1 | -2/+4 |
* | gso: Remove arbitrary checks for unsupported GSO | Tom Herbert | 2016-05-21 | 1 | -10/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-05-09 | 1 | -3/+5 |
|\ |
|
| * | udp_offload: Set encapsulation before inner completes. | Jarno Rajahalme | 2016-05-07 | 1 | -3/+5 |
* | | GSO: Support partial segmentation offload | Alexander Duyck | 2016-04-14 | 1 | -6/+21 |
* | | udp: Remove udp_offloads | Tom Herbert | 2016-04-07 | 1 | -63/+0 |
* | | udp: Add GRO functions to UDP socket | Tom Herbert | 2016-04-07 | 1 | -32/+20 |
|/ |
|
* | net: Reset encap_level to avoid resetting features on inner IP headers | Alexander Duyck | 2016-03-23 | 1 | -0/+1 |
* | tunnels: Don't apply GRO to multiple layers of encapsulation. | Jesse Gross | 2016-03-20 | 1 | -3/+3 |
* | GSO/UDP: Use skb->len instead of udph->len to determine length of original skb | Alexander Duyck | 2016-03-14 | 1 | -5/+10 |
* | GSO: Provide software checksum of tunneled UDP fragmentation offload | Alexander Duyck | 2016-02-26 | 1 | -3/+12 |
* | udp: Use uh->len instead of skb->len to compute checksum in segmentation | Alexander Duyck | 2016-02-11 | 1 | -15/+13 |
* | udp: Clean up the use of flags in UDP segmentation offload | Alexander Duyck | 2016-02-11 | 1 | -19/+18 |
* | net: Update remote checksum segmentation to support use of GSO checksum | Alexander Duyck | 2016-02-11 | 1 | -12/+10 |
* | net: Drop unecessary enc_features variable from tunnel segmentation functions | Alexander Duyck | 2016-02-11 | 1 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-01-12 | 1 | -3/+7 |
|\ |
|
| * | udp: restrict offloads to one namespace | Hannes Frederic Sowa | 2016-01-10 | 1 | -3/+7 |
* | | net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM | Tom Herbert | 2015-12-15 | 1 | -2/+3 |
|/ |
|
* | ipv4: coding style: comparison for inequality with NULL | Ian Morris | 2015-04-03 | 1 | -2/+2 |
* | udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO path | Tom Herbert | 2015-02-12 | 1 | -1/+12 |
* | udp: pass udp_offload struct to UDP gro callbacks | Tom Herbert | 2015-01-14 | 1 | -2/+5 |
* | net: Remove MPLS GSO feature. | Pravin B Shelar | 2014-11-06 | 1 | -2/+1 |
* | udp: Changes to udp_offload to support remote checksum offload | Tom Herbert | 2014-11-05 | 1 | -2/+16 |
* | udp: Offload outer UDP tunnel csum if available | Tom Herbert | 2014-11-05 | 1 | -16/+36 |
* | net: gso: use feature flag argument in all protocol gso handlers | Florian Westphal | 2014-10-20 | 1 | -1/+1 |
* | fou: eliminate IPv4,v6 specific GRO functions | Tom Herbert | 2014-10-04 | 1 | -0/+1 |
* | udp: Generalize skb_udp_segment | Tom Herbert | 2014-10-02 | 1 | -5/+46 |
* | net: Remove gso_send_check as an offload callback | Tom Herbert | 2014-09-26 | 1 | -6/+0 |
* | udp: move logic out of udp[46]_ufo_send_check | Tom Herbert | 2014-09-26 | 1 | -22/+15 |
* | fou: Add GRO support | Tom Herbert | 2014-09-19 | 1 | -1/+4 |
* | udp: Fix inverted NAPI_GRO_CB(skb)->flush test | Scott Wood | 2014-09-12 | 1 | -1/+1 |
* | ipv4: udp4_gro_complete() is static | Eric Dumazet | 2014-09-10 | 1 | -1/+1 |
* | udp: Add support for doing checksum unnecessary conversion | Tom Herbert | 2014-09-02 | 1 | -8/+17 |