index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
udp.h
Age
Commit message (
Expand
)
Author
2024-11-18
net/udp: Add 4-tuple hash list basis
Philo Lu
2024-05-15
Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-06
printk: Change type of CONFIG_BASE_SMALL to bool
Yoann Congal
2024-04-14
net: change maximum number of UDP segments to 128
Yuri Benditovich
2024-03-29
udp: do not accept non-tunnel GSO skbs landing in a tunnel
Antoine Tenart
2024-02-21
udp: add local "peek offset enabled" flag
Paolo Abeni
2023-09-14
udplite: fix various data-races
Eric Dumazet
2023-09-14
udplite: remove UDPLITE_BIT
Eric Dumazet
2023-09-14
udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO
Eric Dumazet
2023-09-14
udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags
Eric Dumazet
2023-09-14
udp: move udp->gro_enabled to udp->udp_flags
Eric Dumazet
2023-09-14
udp: move udp->no_check6_rx to udp->udp_flags
Eric Dumazet
2023-09-14
udp: move udp->no_check6_tx to udp->udp_flags
Eric Dumazet
2023-09-14
udp: introduce udp->udp_flags
Eric Dumazet
2023-03-18
udp: preserve const qualifier in udp_sk()
Eric Dumazet
2022-11-16
udp: Introduce optional per-netns hash table.
Kuniyuki Iwashima
2022-11-08
net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()
David Howells
2022-10-24
udp: track the forward memory release threshold in an hot cacheline
Paolo Abeni
2022-09-01
rxrpc: Fix ICMP/ICMP6 error handling
David Howells
2022-01-27
udp: remove inner_udp_hdr()
Jakub Kicinski
2021-03-30
vxlan: allow L4 GRO passthrough
Paolo Abeni
2021-03-30
udp: never accept GSO_FRAGLIST packets
Paolo Abeni
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-11-08
udp: Handle ICMP errors for tunnels with same destination port on both endpoints
Stefano Brivio
2018-11-07
udp: cope with UDP GRO packet misdirection
Paolo Abeni
2018-11-07
udp: add support for UDP_GRO cmsg
Paolo Abeni
2018-11-07
udp: implement GRO for plain UDP sockets.
Paolo Abeni
2018-11-07
udp: implement complete book-keeping for encap_needed
Paolo Abeni
2018-06-26
net: Convert GRO SKB handling to list_head.
David Miller
2018-04-26
udp: generate gso with UDP_SEGMENT
Willem de Bruijn
2017-05-16
udp: use a separate rx queue for packet reception
Paolo Abeni
2017-04-01
udp: use sk_protocol instead of pcflag to detect udplite sockets
Paolo Abeni
2016-12-09
udp: add batching to udp_rmem_release()
Eric Dumazet
2016-04-07
udp: Add GRO functions to UDP socket
Tom Herbert
2016-04-04
udp: no longer use SLAB_DESTROY_BY_RCU
Eric Dumazet
2015-03-18
netns: constify net_hash_mix() and various callers
Eric Dumazet
2015-01-05
ip: Move checksum convert defines to inet
Tom Herbert
2014-09-01
udp: Add support for doing checksum unnecessary conversion
Tom Herbert
2014-05-23
net: Make enabling of zero UDP6 csums more restrictive
Tom Herbert
2013-03-20
udp: add encap_destroy callback
Tom Parkin
2012-12-09
net: Add support for hardware-offloaded encapsulation
Joseph Gasparakis
2012-10-13
UAPI: (Scripted) Disintegrate include/linux
David Howells
2009-11-10
udp: bind() optimisation
Eric Dumazet
2009-11-08
udp: secondary hash on (local port, local address)
Eric Dumazet
2009-11-08
udp: split sk_hash into two u16 hashes
Eric Dumazet
2009-10-07
udp: dynamically size hash tables at boot time
Eric Dumazet
2008-06-16
netns: introduce the net_hash_mix "salt" for hashes
Pavel Emelyanov
2008-06-16
udp: add struct net argument to udp_hashfn
Pavel Emelyanov
2008-06-16
udp: introduce a udp_hashfn function
Pavel Emelyanov
2008-03-23
[NET]: include/linux/udp.h - remove duplicate include
Joe Perches
[next]