index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
udp.h
Age
Commit message (
Expand
)
Author
2026-03-13
udp: Don't pass udptable to IPv4 socket lookup functions.
Kuniyuki Iwashima
2026-03-13
udp: Don't pass udptable to IPv6 socket lookup functions.
Kuniyuki Iwashima
2026-03-13
udp: Remove udp_table in struct udp_seq_afinfo.
Kuniyuki Iwashima
2026-03-13
udp: Remove partial csum code in RX.
Kuniyuki Iwashima
2026-03-13
udp: Remove UDP-Lite SNMP stats.
Kuniyuki Iwashima
2026-03-13
ipv4: Retire UDP-Lite.
Kuniyuki Iwashima
2026-03-13
ipv6: Retire UDP-Lite.
Kuniyuki Iwashima
2026-03-13
udp: Make udp[46]_seq_show() static.
Kuniyuki Iwashima
2026-03-04
net: fix off-by-one in udp_flow_src_port() / psp_write_headers()
Eric Dumazet
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-06
udp: udplite is unlikely
Eric Dumazet
2025-11-04
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
2025-09-23
udp: remove busylock and add per NUMA queues
Eric Dumazet
2025-09-19
net: ipv4: make udp_v4_early_demux explicitly return drop reason
Antoine Tenart
2025-09-18
udp: make busylock per socket
Eric Dumazet
2025-09-18
udp: add udp_drops_inc() helper
Eric Dumazet
2025-08-28
udp: add drop_counters to udp socket
Eric Dumazet
2025-08-28
net: add sk_drops_skbadd() helper
Eric Dumazet
2025-08-01
net: drop UFO packets in udp_rcv_segment()
Wang Liang
2025-07-02
udp: move udp_memory_allocated into net_aligned_data
Eric Dumazet
2025-04-08
udp_tunnel: create a fastpath GRO lookup.
Paolo Abeni
2024-11-18
ipv6/udp: Add 4-tuple hash for connected socket
Philo Lu
2024-11-18
ipv4/udp: Add 4-tuple hash for connected socket
Philo Lu
2024-11-18
net/udp: Add 4-tuple hash list basis
Philo Lu
2024-11-18
net/udp: Add a new struct for hash2 slot
Philo Lu
2024-08-26
net: Correct spelling in headers
Simon Horman
2024-08-05
ipv6: udp: constify 'struct net' parameter of socket lookups
Eric Dumazet
2024-08-05
udp: constify 'struct net' parameter of socket lookups
Eric Dumazet
2024-04-07
new helper: copy_to_iter_full()
Al Viro
2023-08-07
udp/udplite: Remove unused function declarations udp{,lite}_get_port()
Yue Haibing
2023-08-02
udp: Remove unused function declaration udp_bpf_get_proto()
Yue Haibing
2023-06-15
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
2023-06-08
ipv4, ipv6: Use splice_eof() to flush
David Howells
2023-05-19
udp: seq_file: Remove bpf_seq_afinfo from udp_iter_state
Aditi Ghag
2022-10-24
udp: track the forward memory release threshold in an hot cacheline
Paolo Abeni
2022-10-12
tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().
Kuniyuki Iwashima
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-20
udp: Fix a data-race around sysctl_udp_l3mdev_accept.
Kuniyuki Iwashima
2022-07-15
tcp/udp: Make early_demux back namespacified.
Kuniyuki Iwashima
2022-06-20
net: Introduce a new proto_ops ->read_skb()
Cong Wang
2022-06-10
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
2021-11-16
net: move gro definitions to include/net/gro.h
Eric Dumazet
2021-10-26
net: multicast: calculate csum of looped-back and forwarded packets
Cyril Strejc
2021-04-12
skmsg: Pass psock pointer to ->psock_update_sk_prot()
Cong Wang
2021-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-04-01
udp: Implement ->read_sock() for sockmap
Cong Wang
2021-04-01
sock: Introduce sk->sk_prot->psock_update_sk_prot()
Cong Wang
[next]