aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/udp_offload.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-01udp: fix GRO packet of deathGravatar Eric Dumazet 1-3/+10
2019-04-27udp: fix GRO reception in case of length mismatchGravatar Paolo Abeni 1-4/+5
2018-12-15udp: use indirect call wrappers for GRO socket lookupGravatar Paolo Abeni 1-2/+6
2018-12-15net: use indirect call wrappers at GRO transport layerGravatar Paolo Abeni 1-3/+4
2018-11-07udp: implement GRO for plain UDP sockets.Gravatar Paolo Abeni 1-22/+87
2018-10-05udp: gro behind static keyGravatar Willem de Bruijn 1-1/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2018-07-02net: fix use-after-free in GRO with ESPGravatar Sabrina Dubroca 1-1/+1
2018-06-26net: Convert GRO SKB handling to list_head.Gravatar David Miller 1-6/+7
2018-05-11udp: avoid refcount_t saturation in __udp_gso_segment()Gravatar Eric Dumazet 1-3/+11
2018-05-08udp: Do not copy destructor if one is not presentGravatar Alexander Duyck 1-8/+14
2018-05-08udp: Add support for software checksum and GSO_PARTIAL with GSO offloadGravatar Alexander Duyck 1-10/+19
2018-05-08udp: Partially unroll handling of first segment and last segmentGravatar Alexander Duyck 1-14/+19
2018-05-08udp: Do not pass checksum as a parameter to GSO segmentationGravatar Alexander Duyck 1-14/+18
2018-05-08udp: Do not pass MSS as parameter to GSO segmentationGravatar Alexander Duyck 1-2/+4
2018-05-02udp: Complement partial checksum for GSO packetGravatar Sean Tranchetti 1-0/+1
2018-04-27udp: remove stray export symbolGravatar Willem de Bruijn 1-1/+0
2018-04-26udp: better wmem accounting on gsoGravatar Willem de Bruijn 1-1/+15
2018-04-26udp: add udp gsoGravatar Willem de Bruijn 1-1/+52
2018-01-22gso: validate gso_type in GSO handlersGravatar Willem de Bruijn 1-0/+3
2017-11-24net: accept UFO datagrams from tuntap and packetGravatar Willem de Bruijn 1-4/+45
2017-10-08gso: fix payload length when gso_size is zeroGravatar Alexey Kodanev 1-1/+1
2017-07-17inet: Remove software UFO fragmenting code.Gravatar David S. Miller 1-54/+4
2017-07-17net: Remove all references to SKB_GSO_UDP.Gravatar David S. Miller 1-4/+2
2017-04-24udp: disable inner UDP checksum offloads in IPsec caseGravatar Ansis Atteka 1-0/+3
2016-10-20net: add recursion limit to GROGravatar Sabrina Dubroca 1-1/+1
2016-09-19gso: Support partial splitting at the frag_list pointerGravatar Steffen Klassert 1-2/+4
2016-05-20gso: Remove arbitrary checks for unsupported GSOGravatar Tom Herbert 1-10/+0
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+5
2016-05-06udp_offload: Set encapsulation before inner completes.Gravatar Jarno Rajahalme 1-3/+5
2016-04-14GSO: Support partial segmentation offloadGravatar Alexander Duyck 1-6/+21
2016-04-07udp: Remove udp_offloadsGravatar Tom Herbert 1-63/+0
2016-04-07udp: Add GRO functions to UDP socketGravatar Tom Herbert 1-32/+20
2016-03-23net: Reset encap_level to avoid resetting features on inner IP headersGravatar Alexander Duyck 1-0/+1
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Gravatar Jesse Gross 1-3/+3
2016-03-13GSO/UDP: Use skb->len instead of udph->len to determine length of original skbGravatar Alexander Duyck 1-5/+10
2016-02-26GSO: Provide software checksum of tunneled UDP fragmentation offloadGravatar Alexander Duyck 1-3/+12
2016-02-11udp: Use uh->len instead of skb->len to compute checksum in segmentationGravatar Alexander Duyck 1-15/+13
2016-02-11udp: Clean up the use of flags in UDP segmentation offloadGravatar Alexander Duyck 1-19/+18
2016-02-11net: Update remote checksum segmentation to support use of GSO checksumGravatar Alexander Duyck 1-12/+10
2016-02-11net: Drop unecessary enc_features variable from tunnel segmentation functionsGravatar Alexander Duyck 1-3/+3
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+7
2016-01-10udp: restrict offloads to one namespaceGravatar Hannes Frederic Sowa 1-3/+7
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMGravatar Tom Herbert 1-2/+3
2015-04-03ipv4: coding style: comparison for inequality with NULLGravatar Ian Morris 1-2/+2
2015-02-11udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathGravatar Tom Herbert 1-1/+12
2015-01-14udp: pass udp_offload struct to UDP gro callbacksGravatar Tom Herbert 1-2/+5
2014-11-05net: Remove MPLS GSO feature.Gravatar Pravin B Shelar 1-2/+1
2014-11-05udp: Changes to udp_offload to support remote checksum offloadGravatar Tom Herbert 1-2/+16