aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp_offload.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca1-1/+1
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-6/+7
2018-05-11udp: avoid refcount_t saturation in __udp_gso_segment()Eric Dumazet1-3/+11
2018-05-08udp: Do not copy destructor if one is not presentAlexander Duyck1-8/+14
2018-05-08udp: Add support for software checksum and GSO_PARTIAL with GSO offloadAlexander Duyck1-10/+19
2018-05-08udp: Partially unroll handling of first segment and last segmentAlexander Duyck1-14/+19
2018-05-08udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck1-14/+18
2018-05-08udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck1-2/+4
2018-05-02udp: Complement partial checksum for GSO packetSean Tranchetti1-0/+1
2018-04-27udp: remove stray export symbolWillem de Bruijn1-1/+0
2018-04-26udp: better wmem accounting on gsoWillem de Bruijn1-1/+15
2018-04-26udp: add udp gsoWillem de Bruijn1-1/+52
2018-01-22gso: validate gso_type in GSO handlersWillem de Bruijn1-0/+3
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-4/+45
2017-10-08gso: fix payload length when gso_size is zeroAlexey Kodanev1-1/+1
2017-07-17inet: Remove software UFO fragmenting code.David S. Miller1-54/+4
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller1-4/+2
2017-04-24udp: disable inner UDP checksum offloads in IPsec caseAnsis Atteka1-0/+3
2016-10-20net: add recursion limit to GROSabrina Dubroca1-1/+1
2016-09-19gso: Support partial splitting at the frag_list pointerSteffen Klassert1-2/+4
2016-05-20gso: Remove arbitrary checks for unsupported GSOTom Herbert1-10/+0
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2016-05-06udp_offload: Set encapsulation before inner completes.Jarno Rajahalme1-3/+5
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck1-6/+21
2016-04-07udp: Remove udp_offloadsTom Herbert1-63/+0
2016-04-07udp: Add GRO functions to UDP socketTom Herbert1-32/+20
2016-03-23net: Reset encap_level to avoid resetting features on inner IP headersAlexander Duyck1-0/+1
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-3/+3
2016-03-13GSO/UDP: Use skb->len instead of udph->len to determine length of original skbAlexander Duyck1-5/+10
2016-02-26GSO: Provide software checksum of tunneled UDP fragmentation offloadAlexander Duyck1-3/+12
2016-02-11udp: Use uh->len instead of skb->len to compute checksum in segmentationAlexander Duyck1-15/+13
2016-02-11udp: Clean up the use of flags in UDP segmentation offloadAlexander Duyck1-19/+18
2016-02-11net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck1-12/+10
2016-02-11net: Drop unecessary enc_features variable from tunnel segmentation functionsAlexander Duyck1-3/+3
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2016-01-10udp: restrict offloads to one namespaceHannes Frederic Sowa1-3/+7
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-2/+3
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-2/+2
2015-02-11udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert1-1/+12
2015-01-14udp: pass udp_offload struct to UDP gro callbacksTom Herbert1-2/+5
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar1-2/+1
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert1-2/+16
2014-11-05udp: Offload outer UDP tunnel csum if availableTom Herbert1-16/+36
2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal1-1/+1
2014-10-03fou: eliminate IPv4,v6 specific GRO functionsTom Herbert1-0/+1
2014-10-01udp: Generalize skb_udp_segmentTom Herbert1-5/+46
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert1-6/+0
2014-09-26udp: move logic out of udp[46]_ufo_send_checkTom Herbert1-22/+15
2014-09-19fou: Add GRO supportTom Herbert1-1/+4