index
:
pub/scm/linux/kernel/git/mdraid/linux.git
master
song's fork of linux.git
MDRAID Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
udp.c
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
ipv6: udp: Create exceptions before socket matching
Ido Schimmel
1
-0
/
+13
2026-07-22
Merge branch 'big-tcp-for-udp-tunnels'
Paolo Abeni
1
-3
/
+4
2026-07-22
udp: Support gro_ipv4_max_size > 65536
Alice Mikityanska
1
-2
/
+2
2026-07-22
net: Use helpers to get/set UDP len tree-wide
Alice Mikityanska
1
-1
/
+2
2026-07-21
udp: fix encapsulation packet resubmit in multicast deliver
Anton Danilov
1
-2
/
+4
2026-07-02
udp: convert udp_lib_getsockopt to sockopt_t
Breno Leitao
1
-3
/
+16
2026-04-13
udp: Force compute_score to always inline
Gabriel Krisman Bertazi
1
-6
/
+7
2026-04-12
net: change sk_filter_trim_cap() to return a drop_reason by value
Eric Dumazet
1
-1
/
+2
2026-03-13
udp: Don't pass proto to __udp4_lib_rcv() and __udp6_lib_rcv().
Kuniyuki Iwashima
1
-11
/
+4
2026-03-13
udp: Don't pass udptable to IPv6 socket lookup functions.
Kuniyuki Iwashima
1
-45
/
+37
2026-03-13
udp: Remove dead check in __udp[46]_lib_lookup() for BPF.
Kuniyuki Iwashima
1
-2
/
+1
2026-03-13
udp: Remove udp_table in struct udp_seq_afinfo.
Kuniyuki Iwashima
1
-1
/
+0
2026-03-13
udp: Remove struct proto.h.udp_table.
Kuniyuki Iwashima
1
-1
/
+0
2026-03-13
udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.
Kuniyuki Iwashima
1
-3
/
+2
2026-03-13
udp: Remove partial csum code in TX.
Kuniyuki Iwashima
1
-29
/
+25
2026-03-13
udp: Remove partial csum code in RX.
Kuniyuki Iwashima
1
-62
/
+20
2026-03-13
udp: Remove UDP-Lite SNMP stats.
Kuniyuki Iwashima
1
-29
/
+19
2026-03-13
ipv6: Retire UDP-Lite.
Kuniyuki Iwashima
1
-15
/
+17
2026-03-13
udp: Make udp[46]_seq_show() static.
Kuniyuki Iwashima
1
-2
/
+1
2026-03-02
net: remove addr_len argument of recvmsg() handlers
Eric Dumazet
1
-5
/
+5
2026-02-24
udp: move udp6_csum_init() back to net/ipv6/udp.c
Eric Dumazet
1
-0
/
+46
2026-01-06
udp: udplite is unlikely
Eric Dumazet
1
-2
/
+3
2025-11-04
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
1
-2
/
+3
2025-09-23
udp: remove busylock and add per NUMA queues
Eric Dumazet
1
-2
/
+3
2025-09-18
udp: add udp_drops_inc() helper
Eric Dumazet
1
-3
/
+3
2025-09-18
ipv6: np->rxpmtu race annotation
Eric Dumazet
1
-1
/
+1
2025-09-11
ipv6: 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
-3
/
+3
2025-07-18
net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
Jesper Dangaard Brouer
1
-3
/
+1
2025-07-02
udp: move udp_memory_allocated into net_aligned_data
Eric Dumazet
1
-1
/
+1
2025-06-23
net: annotate races around sk->sk_uid
Eric Dumazet
1
-2
/
+3
2025-04-08
udp_tunnel: create a fastpath GRO lookup.
Paolo Abeni
1
-0
/
+2
2025-03-25
Revert "udp_tunnel: GRO optimizations"
Jakub Kicinski
1
-2
/
+0
2025-03-18
udp_tunnel: create a fastpath GRO lookup.
Paolo Abeni
1
-0
/
+2
2025-03-08
udp: expand SKB_DROP_REASON_UDP_CSUM use
Eric Dumazet
1
-1
/
+1
2025-02-18
ipv6: initialize inet socket cookies with sockcm_init
Willem de Bruijn
1
-3
/
+0
2025-02-18
ipv6: replace ipcm6_init calls with ipcm6_init_sk
Willem de Bruijn
1
-6
/
+1
2025-02-03
udp: gso: do not drop small packets when PMTU reduces
Yan Zhai
1
-2
/
+2
2024-12-23
udp: Deal with race between UDP socket address change and rehash
Stefano Brivio
1
-0
/
+50
2024-12-16
sock: support SO_PRIORITY cmsg
Anna Emese Nyiri
1
-0
/
+1
2024-11-18
ipv6/udp: Add 4-tuple hash for connected socket
Philo Lu
1
-2
/
+100
2024-11-18
ipv4/udp: Add 4-tuple hash for connected socket
Philo Lu
1
-1
/
+1
2024-11-18
net/udp: Add a new struct for hash2 slot
Philo Lu
1
-9
/
+6
2024-10-15
udp: Compute L4 checksum as usual when not segmenting the skb
Jakub Sitnicki
1
-1
/
+3
2024-08-05
ipv6: udp: constify 'struct net' parameter of socket lookups
Eric Dumazet
1
-4
/
+4
2024-07-09
udp: Remove duplicate included header file trace/events/udp.h
Thorsten Blum
1
-1
/
+0
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-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2024-05-02
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
1
-1
/
+2
[next]