Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
e2f5efd0f0e229bd110eab513e7c0331d61a4649
/
net
/
ipv6
/
udp_offload.c
e0e3070
udp: properly complete L4 GRO over UDP tunnel packet
by Paolo Abeni
· 3 years, 9 months ago
c3df39a
udp: ipv4: manipulate network header of NATed UDP GRO fraglist
by Dongseok Yi
· 4 years ago
e1d9d7b
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Jakub Kicinski
· 4 years, 2 months ago
55e7298
net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GRO
by Alexander Lobakin
· 4 years, 2 months ago
3c7d441
udp6: move the mss check after udp gso tunnel processing
by Xin Long
· 4 years, 2 months ago
9fd1ff5
udp: Support UDP fraglist GRO/GSO.
by Steffen Klassert
· 5 years ago
b39c78b
net: remove the check argument from __skb_gro_checksum_convert
by Li RongQing
· 5 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
028e0a4
net: use indirect call wrappers at GRO transport layer
by Paolo Abeni
· 6 years ago
e20cf8d
udp: implement GRO for plain UDP sockets.
by Paolo Abeni
· 6 years ago
f2e9de2
udp: gro behind static key
by Willem de Bruijn
· 6 years ago
d4546c2
net: Convert GRO SKB handling to list_head.
by David Miller
· 7 years ago
6053d0f
udp: Add support for software checksum and GSO_PARTIAL with GSO offload
by Alexander Duyck
· 7 years ago
9a0d41b
udp: Do not pass checksum as a parameter to GSO segmentation
by Alexander Duyck
· 7 years ago
b21c034
udp: Do not pass MSS as parameter to GSO segmentation
by Alexander Duyck
· 7 years ago
ee80d1e
udp: add udp gso
by Willem de Bruijn
· 7 years ago
121d57a
gso: validate gso_type in GSO handlers
by Willem de Bruijn
· 7 years ago
0c19f846
net: accept UFO datagrams from tuntap and packet
by Willem de Bruijn
· 7 years ago
6800b2e
inet: Remove software UFO fragmenting code.
by David S. Miller
· 7 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
5c7cdf33
gso: Remove arbitrary checks for unsupported GSO
by Tom Herbert
· 9 years ago
a602456
udp: Add GRO functions to UDP socket
by Tom Herbert
· 9 years ago
2246387
GSO: Provide software checksum of tunneled UDP fragmentation offload
by Alexander Duyck
· 9 years ago
5a352dd
ipv6: hash net ptr into fragmentation bucket selection
by Hannes Frederic Sowa
· 10 years ago
8e199df
ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_fragment
by Sabrina Dubroca
· 10 years ago
6db93ea
udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO path
by Tom Herbert
· 10 years ago
0508c07
ipv6: Select fragment id during UFO segmentation if not set.
by Vlad Yasevich
· 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
efc98d0
fou: eliminate IPv4,v6 specific GRO functions
by Tom Herbert
· 10 years ago
8bce6d7
udp: Generalize skb_udp_segment
by Tom Herbert
· 10 years ago
53e5039
net: Remove gso_send_check as an offload callback
by Tom Herbert
· 10 years ago
f71470b
udp: move logic out of udp[46]_ufo_send_check
by Tom Herbert
· 10 years ago
2d8f7e2
udp: Fix inverted NAPI_GRO_CB(skb)->flush test
by Scott Wood
· 10 years ago
cc9c668
ipv6: udp6_gro_complete() is static
by Eric Dumazet
· 10 years ago
2abb7cd
udp: Add support for doing checksum unnecessary conversion
by Tom Herbert
· 10 years ago
57c67ff
udp: additional GRO support
by Tom Herbert
· 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
916e4cf
ipv6: reuse ip6_frag_id from ip6_ufo_append_data
by Hannes Frederic Sowa
· 11 years ago
0e033e0
ipv6: fix headroom calculation in udp6_ufo_fragment
by Hannes Frederic Sowa
· 11 years ago
61c1db7
ipv6: sit: add GSO/TSO support
by Eric Dumazet
· 11 years ago
cb32f51
ipip: add GSO/TSO support
by Eric Dumazet
· 11 years ago
eb3c0d8
net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment()
by Cong Wang
· 11 years ago
d949d82
ipv6: Add generic UDP Tunnel segmentation
by Cong Wang
· 11 years ago
6bc19fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
1e2bd51
udp6: Fix udp fragmentation for tunnel traffic.
by Pravin B Shelar
· 12 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
68c3316
v4 GRE: Add TCP segmentation offload for GRE
by Pravin B Shelar
· 12 years ago
d4d0d35
ipv6: Fix build error with udp_offload
by Vlad Yasevich
· 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
5edbb07
ipv6: Separate out UDP offload functionality
by Vlad Yasevich
· 12 years ago