summaryrefslogtreecommitdiff
path: root/net/ipv4/udp_offload.c
AgeCommit message (Expand)Author
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-18net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-01udp: fix GRO packet of deathEric Dumazet
2019-04-27udp: fix GRO reception in case of length mismatchPaolo Abeni
2018-12-15udp: use indirect call wrappers for GRO socket lookupPaolo Abeni
2018-12-15net: use indirect call wrappers at GRO transport layerPaolo Abeni
2018-11-07udp: implement GRO for plain UDP sockets.Paolo Abeni
2018-10-05udp: gro behind static keyWillem de Bruijn
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca
2018-06-26net: Convert GRO SKB handling to list_head.David Miller
2018-05-11udp: avoid refcount_t saturation in __udp_gso_segment()Eric Dumazet
2018-05-08udp: Do not copy destructor if one is not presentAlexander Duyck
2018-05-08udp: Add support for software checksum and GSO_PARTIAL with GSO offloadAlexander Duyck
2018-05-08udp: Partially unroll handling of first segment and last segmentAlexander Duyck
2018-05-08udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck
2018-05-08udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck
2018-05-02udp: Complement partial checksum for GSO packetSean Tranchetti
2018-04-27udp: remove stray export symbolWillem de Bruijn
2018-04-26udp: better wmem accounting on gsoWillem de Bruijn
2018-04-26udp: add udp gsoWillem de Bruijn
2018-01-22gso: validate gso_type in GSO handlersWillem de Bruijn
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-10-08gso: fix payload length when gso_size is zeroAlexey Kodanev
2017-07-17inet: Remove software UFO fragmenting code.David S. Miller
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller
2017-04-24udp: disable inner UDP checksum offloads in IPsec caseAnsis Atteka
2016-10-20net: add recursion limit to GROSabrina Dubroca
2016-09-19gso: Support partial splitting at the frag_list pointerSteffen Klassert
2016-05-20gso: Remove arbitrary checks for unsupported GSOTom Herbert
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-06udp_offload: Set encapsulation before inner completes.Jarno Rajahalme
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck
2016-04-07udp: Remove udp_offloadsTom Herbert
2016-04-07udp: Add GRO functions to UDP socketTom Herbert
2016-03-23net: Reset encap_level to avoid resetting features on inner IP headersAlexander Duyck
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-03-13GSO/UDP: Use skb->len instead of udph->len to determine length of original skbAlexander Duyck
2016-02-26GSO: Provide software checksum of tunneled UDP fragmentation offloadAlexander Duyck
2016-02-11udp: Use uh->len instead of skb->len to compute checksum in segmentationAlexander Duyck
2016-02-11udp: Clean up the use of flags in UDP segmentation offloadAlexander Duyck
2016-02-11net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck
2016-02-11net: Drop unecessary enc_features variable from tunnel segmentation functionsAlexander Duyck
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-10udp: restrict offloads to one namespaceHannes Frederic Sowa
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris