aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcpv6_offload.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-13net: gro: use cb instead of skb->network_headerRichard Gobert1-1/+2
2024-05-06net: add heuristic for enabling TCP fraglist GROFelix Fietkau1-0/+35
2024-05-06net: create tcp_gro_header_pull helper functionFelix Fietkau1-5/+13
2024-05-06net: add code for TCP fraglist GROFelix Fietkau1-0/+9
2024-05-06net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau1-0/+58
2024-03-07net: move tcpv4_offload and tcpv6_offload to net_hotdataEric Dumazet1-8/+8
2023-05-31net: Make gro complete function to return voidParav Pandit1-1/+2
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-12-15net: use indirect call wrappers at GRO transport layerPaolo Abeni1-3/+4
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-2/+2
2018-01-22gso: validate gso_type in GSO handlersWillem de Bruijn1-0/+3
2015-02-28tcp: cleanup static functionsEric Dumazet1-2/+2
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert1-6/+0
2014-09-26tcp: move logic out of tcp_v[64]_gso_send_checkTom Herbert1-13/+24
2014-08-24tcp: Call skb_gro_checksum_validateTom Herbert1-23/+3
2014-07-16net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu1-1/+1
2014-05-21ipv6: gro: fix CHECKSUM_COMPLETE supportEric Dumazet1-1/+1
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu1-3/+3
2013-11-23gro: Clean up tcpX_gro_receive checksum verificationHerbert Xu1-17/+10
2013-11-23gro: Only verify TCP checksums for candidatesHerbert Xu1-0/+5
2013-10-18tcp: rename tcp_tso_segment()Eric Dumazet1-1/+1
2012-11-15net: Remove code duplication between offload structuresVlad Yasevich1-4/+6
2012-11-15ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich1-5/+0
2012-11-15ipv6: Separate tcp offload functionalityVlad Yasevich1-0/+98