Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
d4213b70931640a327b4693bc3f9b5784f86b6dd
/
net
/
ipv6
/
ip6_offload.c
6db6932
udp: move gro declarations to net/udp.h
by Eric Dumazet
· 4 years, 7 months ago
5521d95
net: move tcp gro declarations to net/tcp.h
by Eric Dumazet
· 4 years, 7 months ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
418e897
gso: validate gso_type on ipip style tunnels
by Willem de Bruijn
· 6 years ago
028e0a4
net: use indirect call wrappers at GRO transport layer
by Paolo Abeni
· 6 years ago
aaa5d90
net: use indirect call wrappers at GRO network layer
by Paolo Abeni
· 6 years ago
0b215b9
ipv6: gro: do not use slow memcmp() in ipv6_gro_receive()
by Eric Dumazet
· 6 years ago
c56cae2
gso_segment: Reset skb->mac_len after modifying network header
by Toke Høiland-Jørgensen
· 6 years ago
d4546c2
net: Convert GRO SKB handling to list_head.
by David Miller
· 7 years ago
ee80d1e
udp: add udp gso
by Willem de Bruijn
· 7 years ago
3d0241d
gso: fix payload length when gso_size is zero
by Alexey Kodanev
· 7 years ago
e3e86b5
ipv6: Fix leak in ipv6_gso_segment().
by David S. Miller
· 8 years ago
7dd7eb9
ipv6: Check ip6_find_1stfragopt() return value properly.
by David S. Miller
· 8 years ago
2423496
ipv6: Prevent overrun when parsing v6 header options
by Craig Gallek
· 8 years ago
294acf1
net/tunnel: set inner protocol in network gro hooks
by Paolo Abeni
· 8 years ago
5f11416
net: Add a skb_gro_flush_final helper.
by Steffen Klassert
· 8 years ago
57ea52a
gro: Disable frag0 optimization on IPv6 ext headers
by Herbert Xu
· 8 years ago
6b6ebb6
ip6_offload: check segs for NULL in ipv6_gso_segment.
by Artem Savkov
· 8 years ago
fcd91dd
net: add recursion limit to GRO
by Sabrina Dubroca
· 8 years ago
07b26c9
gso: Support partial splitting at the frag_list pointer
by Steffen Klassert
· 8 years ago
b8921ca
ip4ip6: Support for GSO/GRO
by Tom Herbert
· 9 years ago
815d22e
ip6ip6: Support for GSO/GRO
by Tom Herbert
· 9 years ago
7e13318
net: define gso types for IPx over IPv4 and IPv6
by Tom Herbert
· 9 years ago
5c7cdf33
gso: Remove arbitrary checks for unsupported GSO
by Tom Herbert
· 9 years ago
802ab55
GSO: Support partial segmentation offload
by Alexander Duyck
· 9 years ago
1530545
GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values
by Alexander Duyck
· 9 years ago
cbc53e0
GSO: Add GSO type for fixed IPv4 ID
by Alexander Duyck
· 9 years ago
a602456
udp: Add GRO functions to UDP socket
by Tom Herbert
· 9 years ago
fac8e0f
tunnels: Don't apply GRO to multiple layers of encapsulation.
by Jesse Gross
· 9 years ago
feec0cb
ipv6: gro: support sit protocol
by Eric Dumazet
· 9 years ago
fdbf5b0
Revert "sit: Add gro callbacks to sit_offload"
by Herbert Xu
· 9 years ago
53b24b8
ipv6: coding style: comparison for inequality with NULL
by Ian Morris
· 10 years ago
60b7379
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
b6fef4c
ipv6: Do not treat a GSO_TCPV4 request from UDP tunnel over IPv6 as invalid
by Alexander Duyck
· 10 years ago
59b93b4
net: Remove MPLS GSO feature.
by Pravin B Shelar
· 10 years ago
e585f23
udp: Changes to udp_offload to support remote checksum offload
by Tom Herbert
· 10 years ago
1e16aa3
net: gso: use feature flag argument in all protocol gso handlers
by Florian Westphal
· 10 years ago
fc6fb41
ipv6: fix a potential use after free in ip6_offload.c
by Li RongQing
· 10 years ago
53e5039
net: Remove gso_send_check as an offload callback
by Tom Herbert
· 10 years ago
19424e0
sit: Add gro callbacks to sit_offload
by Tom Herbert
· 10 years ago
03d56da
ipv6: Clear flush_id to make GRO work
by Tom Herbert
· 10 years ago
67ba415
ipv6: White-space cleansing : Line Layouts
by Ian Morris
· 10 years ago
4749c09
gre: Call gso_make_checksum
by Tom Herbert
· 11 years ago
0f4f4ff
net: Add GSO support for UDP tunnels with checksum
by Tom Herbert
· 11 years ago
4de462a
ipv6: gro: fix CHECKSUM_COMPLETE support
by Eric Dumazet
· 11 years ago
91a48a2
ipv4: ipv6: better estimate tunnel header cut for correct ufo handling
by Hannes Frederic Sowa
· 11 years ago
bf5a755
net-gre-gro: Add GRE support to the GRO stack
by Jerry Chu
· 11 years ago
810c23a
net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len()
by Jerry Chu
· 11 years ago
f52d81d
ipv6: fix compiler warning in ipv6_exthdrs_len
by Hannes Frederic Sowa
· 11 years ago
299603e8
net-gro: Prepare GRO stack for the upcoming tunneling support
by Jerry Chu
· 11 years ago
61c1db7
ipv6: sit: add GSO/TSO support
by Eric Dumazet
· 11 years ago
d3e5e00
ipv6: gso: make ipv6_gso_segment() stackable
by Eric Dumazet
· 11 years ago
cb32f51
ipip: add GSO/TSO support
by Eric Dumazet
· 11 years ago
b917eb1
ipv6: gso: remove redundant locking
by Eric Dumazet
· 11 years ago
d949d82
ipv6: Add generic UDP Tunnel segmentation
by Cong Wang
· 11 years ago
0d89d20
MPLS: Add limited GSO support
by Simon Horman
· 12 years ago
7313626
tunneling: Add generic Tunnel segmentation.
by Pravin B Shelar
· 12 years ago
ec5f061
net: Kill link between CSUM and SG features.
by Pravin B Shelar
· 12 years ago
68c3316
v4 GRE: Add TCP segmentation offload for GRE
by Pravin B Shelar
· 12 years ago
c9af6db
net: Fix possible wrong checksum generation.
by Pravin B Shelar
· 12 years ago
cef401d
net: fix possible wrong checksum generation
by Eric Dumazet
· 12 years ago
f191a1d
net: Remove code duplication between offload structures
by Vlad Yasevich
· 12 years ago
c6b641a
ipv6: Pull IPv6 GSO registration out of the module
by Vlad Yasevich
· 12 years ago
d1da932
ipv6: Separate ipv6 offload support
by Vlad Yasevich
· 12 years ago