David S. Miller
|
5cd3da4ba2
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
|
7 years ago |
Sabrina Dubroca
|
603d4cf8fe
net: fix use-after-free in GRO with ESP
|
7 years ago |
David Miller
|
d4546c2509
net: Convert GRO SKB handling to list_head.
|
7 years ago |
Eric Dumazet
|
575b65bc5b
udp: avoid refcount_t saturation in __udp_gso_segment()
|
7 years ago |
Alexander Duyck
|
04d55b257c
udp: Do not copy destructor if one is not present
|
7 years ago |
Alexander Duyck
|
6053d0f189
udp: Add support for software checksum and GSO_PARTIAL with GSO offload
|
7 years ago |
Alexander Duyck
|
0ad6509571
udp: Partially unroll handling of first segment and last segment
|
7 years ago |
Alexander Duyck
|
9a0d41b359
udp: Do not pass checksum as a parameter to GSO segmentation
|
7 years ago |
Alexander Duyck
|
b21c034b3d
udp: Do not pass MSS as parameter to GSO segmentation
|
7 years ago |
Sean Tranchetti
|
6c035ba7e7
udp: Complement partial checksum for GSO packet
|
7 years ago |
Willem de Bruijn
|
af201bab50
udp: remove stray export symbol
|
7 years ago |
Willem de Bruijn
|
ad405857b1
udp: better wmem accounting on gso
|
7 years ago |
Willem de Bruijn
|
ee80d1ebe5
udp: add udp gso
|
7 years ago |
Willem de Bruijn
|
121d57af30
gso: validate gso_type in GSO handlers
|
7 years ago |
Willem de Bruijn
|
0c19f846d5
net: accept UFO datagrams from tuntap and packet
|
7 years ago |
Alexey Kodanev
|
3d0241d57c
gso: fix payload length when gso_size is zero
|
8 years ago |
David S. Miller
|
6800b2e040
inet: Remove software UFO fragmenting code.
|
8 years ago |
David S. Miller
|
880388aa3c
net: Remove all references to SKB_GSO_UDP.
|
8 years ago |
Ansis Atteka
|
b40c5f4fde
udp: disable inner UDP checksum offloads in IPsec case
|
8 years ago |
Sabrina Dubroca
|
fcd91dd449
net: add recursion limit to GRO
|
8 years ago |
Steffen Klassert
|
07b26c9454
gso: Support partial splitting at the frag_list pointer
|
9 years ago |
Tom Herbert
|
5c7cdf339a
gso: Remove arbitrary checks for unsupported GSO
|
9 years ago |
David S. Miller
|
e800072c18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
9 years ago |
Jarno Rajahalme
|
229740c631
udp_offload: Set encapsulation before inner completes.
|
9 years ago |
Alexander Duyck
|
802ab55adc
GSO: Support partial segmentation offload
|
9 years ago |
Tom Herbert
|
46aa2f30aa
udp: Remove udp_offloads
|
9 years ago |
Tom Herbert
|
a6024562ff
udp: Add GRO functions to UDP socket
|
9 years ago |
Alexander Duyck
|
5197f3499c
net: Reset encap_level to avoid resetting features on inner IP headers
|
9 years ago |
Jesse Gross
|
fac8e0f579
tunnels: Don't apply GRO to multiple layers of encapsulation.
|
9 years ago |
Alexander Duyck
|
0833482495
GSO/UDP: Use skb->len instead of udph->len to determine length of original skb
|
9 years ago |