index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
udp.c
Age
Commit message (
Expand
)
Author
7 days
udp: convert udp_lib_getsockopt to sockopt_t
Breno Leitao
2026-06-04
udp: clear skb->dev before running a sockmap verdict
Sechang Lim
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2026-04-13
udp: Force compute_score to always inline
Gabriel Krisman Bertazi
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-04-12
net: change sk_filter_trim_cap() to return a drop_reason by value
Eric Dumazet
2026-03-29
ipv4: drop ipv6_stub usage and use direct function calls
Fernando Fernandez Mancera
2026-03-29
net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macros
Fernando Fernandez Mancera
2026-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-03-23
udp: Fix wildcard bind conflict check when using hash2
Martin KaFai Lau
2026-03-13
udp: Don't pass proto to __udp4_lib_rcv() and __udp6_lib_rcv().
Kuniyuki Iwashima
2026-03-13
udp: Don't pass udptable to IPv4 socket lookup functions.
Kuniyuki Iwashima
2026-03-13
udp: Remove dead check in __udp[46]_lib_lookup() for BPF.
Kuniyuki Iwashima
2026-03-13
udp: Remove udp_table in struct udp_seq_afinfo.
Kuniyuki Iwashima
2026-03-13
udp: Remove struct proto.h.udp_table.
Kuniyuki Iwashima
2026-03-13
udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.
Kuniyuki Iwashima
2026-03-13
udp: Remove partial csum code in TX.
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
udp: Make udp[46]_seq_show() static.
Kuniyuki Iwashima
2026-03-06
net: change sock.sk_ino and sock_i_ino() to u64
Jeff Layton
2026-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-03-02
net: remove addr_len argument of recvmsg() handlers
Eric Dumazet
2026-02-28
udp: Unhash auto-bound connected sk from 4-tuple hash table when disconnected.
Kuniyuki Iwashima
2026-02-26
net: annotate data-races around sk->sk_{data_ready,write_space}
Eric Dumazet
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-30
udp: add drop count for packets in udp_prod_queue
Mahdi Faramarzpour
2026-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-01-06
udp: udplite is unlikely
Eric Dumazet
2026-01-06
udp: call skb_orphan() before skb_attempt_defer_free()
Eric Dumazet
2026-01-06
ipv4/inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
2025-11-04
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
2025-10-16
udp: do not use skb_release_head_state() before skb_attempt_defer_free()
Eric Dumazet
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: use skb_attempt_defer_free()
Eric Dumazet
2025-09-18
udp: make busylock per socket
Eric Dumazet
2025-09-18
udp: add udp_drops_inc() helper
Eric Dumazet
2025-09-18
udp: update sk_rmem_alloc before busylock acquisition
Eric Dumazet
2025-09-18
udp: refine __udp_enqueue_schedule_skb() test
Eric Dumazet
2025-09-09
ipv4: udp: fix typos in comments
Alok Tiwari
2025-08-28
net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers
Eric Dumazet
2025-07-18
net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
Jesper Dangaard Brouer
2025-07-02
udp: move udp_memory_allocated into net_aligned_data
Eric Dumazet
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
2025-06-23
net: annotate races around sk->sk_uid
Eric Dumazet
2025-05-16
net: rfs: add sock_rps_delete_flow() helper
Eric Dumazet
2025-05-02
bpf: udp: Avoid socket skips and repeats during iteration
Jordan Rife
[next]