summaryrefslogtreecommitdiff
path: root/net/ipv6/tcpv6_offload.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-12-16net: 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-23gso: validate gso_type in GSO handlersWillem de Bruijn1-0/+3
2015-03-01tcp: 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-25tcp: Call skb_gro_checksum_validateTom Herbert1-23/+3
2014-07-17net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu1-1/+1
2014-05-22ipv6: 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-24gro: Clean up tcpX_gro_receive checksum verificationHerbert Xu1-17/+10
2013-11-24gro: Only verify TCP checksums for candidatesHerbert Xu1-0/+5
2013-10-18tcp: rename tcp_tso_segment()Eric Dumazet1-1/+1
2012-11-16net: Remove code duplication between offload structuresVlad Yasevich1-4/+6
2012-11-16ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich1-5/+0
2012-11-16ipv6: Separate tcp offload functionalityVlad Yasevich1-0/+98