index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
udp_offload.c
Age
Commit message (
Expand
)
Author
2020-03-30
udp: initialize is_flist with 0 in udp_gro_receive
Xin Long
2020-01-27
udp: Support UDP fraglist GRO/GSO.
Steffen Klassert
2020-01-03
net: remove the check argument from __skb_gro_checksum_convert
Li RongQing
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-18
net/udp_gso: Allow TX timestamp with UDP GSO
Fred Klassen
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-05
net: ipv4: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-01
udp: fix GRO packet of death
Eric Dumazet
2019-04-27
udp: fix GRO reception in case of length mismatch
Paolo Abeni
2018-12-15
udp: use indirect call wrappers for GRO socket lookup
Paolo Abeni
2018-12-15
net: use indirect call wrappers at GRO transport layer
Paolo Abeni
2018-11-07
udp: implement GRO for plain UDP sockets.
Paolo Abeni
2018-10-05
udp: gro behind static key
Willem de Bruijn
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-02
net: fix use-after-free in GRO with ESP
Sabrina Dubroca
2018-06-26
net: Convert GRO SKB handling to list_head.
David Miller
2018-05-11
udp: avoid refcount_t saturation in __udp_gso_segment()
Eric Dumazet
2018-05-08
udp: Do not copy destructor if one is not present
Alexander Duyck
2018-05-08
udp: Add support for software checksum and GSO_PARTIAL with GSO offload
Alexander Duyck
2018-05-08
udp: Partially unroll handling of first segment and last segment
Alexander Duyck
2018-05-08
udp: Do not pass checksum as a parameter to GSO segmentation
Alexander Duyck
2018-05-08
udp: Do not pass MSS as parameter to GSO segmentation
Alexander Duyck
2018-05-02
udp: Complement partial checksum for GSO packet
Sean Tranchetti
2018-04-27
udp: remove stray export symbol
Willem de Bruijn
2018-04-26
udp: better wmem accounting on gso
Willem de Bruijn
2018-04-26
udp: add udp gso
Willem de Bruijn
2018-01-22
gso: validate gso_type in GSO handlers
Willem de Bruijn
2017-11-24
net: accept UFO datagrams from tuntap and packet
Willem de Bruijn
2017-10-08
gso: fix payload length when gso_size is zero
Alexey Kodanev
2017-07-17
inet: Remove software UFO fragmenting code.
David S. Miller
2017-07-17
net: Remove all references to SKB_GSO_UDP.
David S. Miller
2017-04-24
udp: disable inner UDP checksum offloads in IPsec case
Ansis Atteka
2016-10-20
net: add recursion limit to GRO
Sabrina Dubroca
2016-09-19
gso: Support partial splitting at the frag_list pointer
Steffen Klassert
2016-05-20
gso: Remove arbitrary checks for unsupported GSO
Tom Herbert
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-05-06
udp_offload: Set encapsulation before inner completes.
Jarno Rajahalme
2016-04-14
GSO: Support partial segmentation offload
Alexander Duyck
2016-04-07
udp: Remove udp_offloads
Tom Herbert
2016-04-07
udp: Add GRO functions to UDP socket
Tom Herbert
2016-03-23
net: Reset encap_level to avoid resetting features on inner IP headers
Alexander Duyck
2016-03-20
tunnels: Don't apply GRO to multiple layers of encapsulation.
Jesse Gross
2016-03-13
GSO/UDP: Use skb->len instead of udph->len to determine length of original skb
Alexander Duyck
2016-02-26
GSO: Provide software checksum of tunneled UDP fragmentation offload
Alexander Duyck
2016-02-11
udp: Use uh->len instead of skb->len to compute checksum in segmentation
Alexander Duyck
2016-02-11
udp: Clean up the use of flags in UDP segmentation offload
Alexander Duyck
2016-02-11
net: Update remote checksum segmentation to support use of GSO checksum
Alexander Duyck
2016-02-11
net: Drop unecessary enc_features variable from tunnel segmentation functions
Alexander Duyck
2016-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
[next]