Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-31udp: properly complete L4 GRO over UDP tunnel packetPaolo Abeni
2021-03-31udp: skip L4 aggregation for UDP tunnel packetsPaolo Abeni
2021-02-28net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-02-02udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi
2021-01-24udp: allow forwarding of plain (non-fraglisted) UDP GRO packetsAlexander Lobakin
2021-01-21udp: not remove the CRC flag from dev features when need_csum is falseXin Long
2020-11-13Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-13net: udp: remove redundant initialization in udp_gro_completeMenglong Dong
2020-11-12net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin
2020-11-12net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin
2020-10-31udp: support sctp over udp in skb_udp_tunnel_segmentXin Long
2020-03-30udp: initialize is_flist with 0 in udp_gro_receiveXin Long
2020-01-27udp: Support UDP fraglist GRO/GSO.Steffen Klassert
2020-01-03net: remove the check argument from __skb_gro_checksum_convertLi RongQing
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-19net/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-06net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-02udp: fix GRO packet of deathEric Dumazet
2019-04-28udp: fix GRO reception in case of length mismatchPaolo Abeni
2018-12-16udp: use indirect call wrappers for GRO socket lookupPaolo Abeni
2018-12-16net: use indirect call wrappers at GRO transport layerPaolo Abeni
2018-11-08udp: 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-09udp: Do not copy destructor if one is not presentAlexander Duyck
2018-05-09udp: Add support for software checksum and GSO_PARTIAL with GSO offloadAlexander Duyck
2018-05-09udp: Partially unroll handling of first segment and last segmentAlexander Duyck
2018-05-09udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck
2018-05-09udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck
2018-05-02udp: Complement partial checksum for GSO packetSean Tranchetti
2018-04-28udp: 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-23gso: validate gso_type in GSO handlersWillem de Bruijn
2017-11-23net: 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-20gso: Support partial splitting at the frag_list pointerSteffen Klassert
2016-05-21gso: 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-07udp_offload: Set encapsulation before inner completes.Jarno Rajahalme