index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
udp_offload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-02
net: fix use-after-free in GRO with ESP
Sabrina Dubroca
1
-1
/
+1
2018-05-11
udp: avoid refcount_t saturation in __udp_gso_segment()
Eric Dumazet
1
-3
/
+11
2018-05-08
udp: Do not copy destructor if one is not present
Alexander Duyck
1
-8
/
+14
2018-05-08
udp: Add support for software checksum and GSO_PARTIAL with GSO offload
Alexander Duyck
1
-10
/
+19
2018-05-08
udp: Partially unroll handling of first segment and last segment
Alexander Duyck
1
-14
/
+19
2018-05-08
udp: Do not pass checksum as a parameter to GSO segmentation
Alexander Duyck
1
-14
/
+18
2018-05-08
udp: Do not pass MSS as parameter to GSO segmentation
Alexander Duyck
1
-2
/
+4
2018-05-02
udp: Complement partial checksum for GSO packet
Sean Tranchetti
1
-0
/
+1
2018-04-27
udp: remove stray export symbol
Willem de Bruijn
1
-1
/
+0
2018-04-26
udp: better wmem accounting on gso
Willem de Bruijn
1
-1
/
+15
2018-04-26
udp: add udp gso
Willem de Bruijn
1
-1
/
+52
2018-01-22
gso: validate gso_type in GSO handlers
Willem de Bruijn
1
-0
/
+3
2017-11-24
net: accept UFO datagrams from tuntap and packet
Willem de Bruijn
1
-4
/
+45
2017-10-08
gso: fix payload length when gso_size is zero
Alexey Kodanev
1
-1
/
+1
2017-07-17
inet: Remove software UFO fragmenting code.
David S. Miller
1
-54
/
+4
2017-07-17
net: Remove all references to SKB_GSO_UDP.
David S. Miller
1
-4
/
+2
2017-04-24
udp: disable inner UDP checksum offloads in IPsec case
Ansis Atteka
1
-0
/
+3
2016-10-20
net: add recursion limit to GRO
Sabrina Dubroca
1
-1
/
+1
2016-09-19
gso: Support partial splitting at the frag_list pointer
Steffen Klassert
1
-2
/
+4
2016-05-20
gso: Remove arbitrary checks for unsupported GSO
Tom Herbert
1
-10
/
+0
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+5
2016-05-06
udp_offload: Set encapsulation before inner completes.
Jarno Rajahalme
1
-3
/
+5
2016-04-14
GSO: Support partial segmentation offload
Alexander Duyck
1
-6
/
+21
2016-04-07
udp: Remove udp_offloads
Tom Herbert
1
-63
/
+0
2016-04-07
udp: Add GRO functions to UDP socket
Tom Herbert
1
-32
/
+20
2016-03-23
net: Reset encap_level to avoid resetting features on inner IP headers
Alexander Duyck
1
-0
/
+1
2016-03-20
tunnels: Don't apply GRO to multiple layers of encapsulation.
Jesse Gross
1
-3
/
+3
2016-03-13
GSO/UDP: Use skb->len instead of udph->len to determine length of original skb
Alexander Duyck
1
-5
/
+10
2016-02-26
GSO: Provide software checksum of tunneled UDP fragmentation offload
Alexander Duyck
1
-3
/
+12
2016-02-11
udp: Use uh->len instead of skb->len to compute checksum in segmentation
Alexander Duyck
1
-15
/
+13
2016-02-11
udp: Clean up the use of flags in UDP segmentation offload
Alexander Duyck
1
-19
/
+18
2016-02-11
net: Update remote checksum segmentation to support use of GSO checksum
Alexander Duyck
1
-12
/
+10
2016-02-11
net: Drop unecessary enc_features variable from tunnel segmentation functions
Alexander Duyck
1
-3
/
+3
2016-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+7
2016-01-10
udp: restrict offloads to one namespace
Hannes Frederic Sowa
1
-3
/
+7
2015-12-15
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
Tom Herbert
1
-2
/
+3
2015-04-03
ipv4: coding style: comparison for inequality with NULL
Ian Morris
1
-2
/
+2
2015-02-11
udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO path
Tom Herbert
1
-1
/
+12
2015-01-14
udp: pass udp_offload struct to UDP gro callbacks
Tom Herbert
1
-2
/
+5
2014-11-05
net: Remove MPLS GSO feature.
Pravin B Shelar
1
-2
/
+1
2014-11-05
udp: Changes to udp_offload to support remote checksum offload
Tom Herbert
1
-2
/
+16
2014-11-05
udp: Offload outer UDP tunnel csum if available
Tom Herbert
1
-16
/
+36
2014-10-20
net: gso: use feature flag argument in all protocol gso handlers
Florian Westphal
1
-1
/
+1
2014-10-03
fou: eliminate IPv4,v6 specific GRO functions
Tom Herbert
1
-0
/
+1
2014-10-01
udp: Generalize skb_udp_segment
Tom Herbert
1
-5
/
+46
2014-09-26
net: Remove gso_send_check as an offload callback
Tom Herbert
1
-6
/
+0
2014-09-26
udp: move logic out of udp[46]_ufo_send_check
Tom Herbert
1
-22
/
+15
2014-09-19
fou: Add GRO support
Tom Herbert
1
-1
/
+4
2014-09-12
udp: Fix inverted NAPI_GRO_CB(skb)->flush test
Scott Wood
1
-1
/
+1
2014-09-09
ipv4: udp4_gro_complete() is static
Eric Dumazet
1
-1
/
+1
[next]