index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
udp.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-16
udp: do not use skb_release_head_state() before skb_attempt_defer_free()
Eric Dumazet
1
-2
/
+0
2025-09-23
udp: remove busylock and add per NUMA queues
Eric Dumazet
1
-46
/
+71
2025-09-19
net: ipv4: make udp_v4_early_demux explicitly return drop reason
Antoine Tenart
1
-6
/
+6
2025-09-18
udp: use skb_attempt_defer_free()
Eric Dumazet
1
-0
/
+7
2025-09-18
udp: make busylock per socket
Eric Dumazet
1
-18
/
+2
2025-09-18
udp: add udp_drops_inc() helper
Eric Dumazet
1
-6
/
+6
2025-09-18
udp: update sk_rmem_alloc before busylock acquisition
Eric Dumazet
1
-2
/
+5
2025-09-18
udp: refine __udp_enqueue_schedule_skb() test
Eric Dumazet
1
-2
/
+2
2025-09-09
ipv4: udp: fix typos in comments
Alok Tiwari
1
-3
/
+3
2025-08-28
net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers
Eric Dumazet
1
-7
/
+7
2025-07-18
net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
Jesper Dangaard Brouer
1
-4
/
+2
2025-07-02
udp: move udp_memory_allocated into net_aligned_data
Eric Dumazet
1
-3
/
+1
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
1
-8
/
+8
2025-06-23
net: annotate races around sk->sk_uid
Eric Dumazet
1
-1
/
+2
2025-05-16
net: rfs: add sock_rps_delete_flow() helper
Eric Dumazet
1
-0
/
+2
2025-05-02
bpf: udp: Avoid socket skips and repeats during iteration
Jordan Rife
1
-17
/
+44
2025-05-02
bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch items
Jordan Rife
1
-8
/
+12
2025-05-02
bpf: udp: Get rid of st_bucket_done
Jordan Rife
1
-8
/
+8
2025-05-02
bpf: udp: Make sure iter->batch always contains a full bucket snapshot
Jordan Rife
1
-26
/
+55
2025-05-02
bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batch
Jordan Rife
1
-5
/
+6
2025-04-14
udp: properly deal with xfrm encap and ADDRFORM
Paolo Abeni
1
-5
/
+26
2025-04-08
net: Drop unused @sk of __skb_try_recv_from_queue()
Michal Luczaj
1
-4
/
+4
2025-04-08
udp_tunnel: create a fastpath GRO lookup.
Paolo Abeni
1
-1
/
+12
2025-04-02
udp: Fix memory accounting leak.
Kuniyuki Iwashima
1
-9
/
+7
2025-04-02
udp: Fix multiple wraparounds of sk->sk_rmem_alloc.
Kuniyuki Iwashima
1
-9
/
+17
2025-03-25
Revert "udp_tunnel: GRO optimizations"
Jakub Kicinski
1
-12
/
+1
2025-03-18
udp_tunnel: create a fastpath GRO lookup.
Paolo Abeni
1
-1
/
+12
2025-03-08
udp: expand SKB_DROP_REASON_UDP_CSUM use
Eric Dumazet
1
-3
/
+3
2025-02-18
ipv4: remove get_rttos
Willem de Bruijn
1
-3
/
+3
2025-02-14
udp: use EXPORT_IPV6_MOD[_GPL]()
Eric Dumazet
1
-32
/
+31
2025-02-03
udp: gso: do not drop small packets when PMTU reduces
Yan Zhai
1
-2
/
+2
2025-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-19
/
+27
2025-01-14
udp: Make rehash4 independent in udp_lib_rehash()
Philo Lu
1
-19
/
+27
2024-12-23
udp: Deal with race between UDP socket address change and rehash
Stefano Brivio
1
-0
/
+56
2024-12-03
Revert "udp: avoid calling sock_def_readable() if possible"
Fernando Fernandez Mancera
1
-11
/
+3
2024-11-18
ipv6/udp: Add 4-tuple hash for connected socket
Philo Lu
1
-1
/
+1
2024-11-18
ipv4/udp: Add 4-tuple hash for connected socket
Philo Lu
1
-3
/
+194
2024-11-18
net/udp: Add 4-tuple hash list basis
Philo Lu
1
-2
/
+4
2024-11-18
net/udp: Add a new struct for hash2 slot
Philo Lu
1
-21
/
+23
2024-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+3
2024-10-15
udp: Compute L4 checksum as usual when not segmenting the skb
Jakub Sitnicki
1
-1
/
+3
2024-10-09
ipv4: Convert ip_mc_validate_source() to dscp_t.
Guillaume Nault
1
-2
/
+2
2024-08-22
ipv4: udp: Unmask upper DSCP bits during early demux
Ido Schimmel
1
-1
/
+2
2024-08-05
udp: constify 'struct net' parameter of socket lookups
Eric Dumazet
1
-4
/
+4
2024-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2024-07-11
udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().
Kuniyuki Iwashima
1
-1
/
+3
2024-06-28
udp: Allow GSO transmit from devices with no checksum offload
Jakub Sitnicki
1
-2
/
+1
2024-06-19
udp: use sk_skb_reason_drop to free rx packets
Yan Zhai
1
-5
/
+5
2024-06-06
net: use unrcu_pointer() helper
Eric Dumazet
1
-1
/
+1
2024-05-06
Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
1
-2
/
+0
[next]