index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
udp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "udp_tunnel: GRO optimizations"
Jakub Kicinski
2025-03-25
1
-2
/
+0
*
udp_tunnel: create a fastpath GRO lookup.
Paolo Abeni
2025-03-18
1
-0
/
+2
*
udp: expand SKB_DROP_REASON_UDP_CSUM use
Eric Dumazet
2025-03-08
1
-1
/
+1
*
ipv6: initialize inet socket cookies with sockcm_init
Willem de Bruijn
2025-02-19
1
-3
/
+0
*
ipv6: replace ipcm6_init calls with ipcm6_init_sk
Willem de Bruijn
2025-02-19
1
-6
/
+1
*
udp: gso: do not drop small packets when PMTU reduces
Yan Zhai
2025-02-03
1
-2
/
+2
*
udp: Deal with race between UDP socket address change and rehash
Stefano Brivio
2024-12-23
1
-0
/
+50
*
sock: support SO_PRIORITY cmsg
Anna Emese Nyiri
2024-12-17
1
-0
/
+1
*
ipv6/udp: Add 4-tuple hash for connected socket
Philo Lu
2024-11-18
1
-2
/
+100
*
ipv4/udp: Add 4-tuple hash for connected socket
Philo Lu
2024-11-18
1
-1
/
+1
*
net/udp: Add a new struct for hash2 slot
Philo Lu
2024-11-18
1
-9
/
+6
*
udp: Compute L4 checksum as usual when not segmenting the skb
Jakub Sitnicki
2024-10-16
1
-1
/
+3
*
ipv6: udp: constify 'struct net' parameter of socket lookups
Eric Dumazet
2024-08-05
1
-4
/
+4
*
udp: Remove duplicate included header file trace/events/udp.h
Thorsten Blum
2024-07-09
1
-1
/
+0
*
udp: Allow GSO transmit from devices with no checksum offload
Jakub Sitnicki
2024-06-29
1
-2
/
+1
*
udp: use sk_skb_reason_drop to free rx packets
Yan Zhai
2024-06-19
1
-5
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-02
1
-1
/
+2
|
\
|
*
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
2024-05-02
1
-1
/
+2
*
|
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
2024-04-29
1
-7
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-25
1
-2
/
+3
|
\
|
|
*
udp: preserve the connected status if only UDP cmsg
Yick Xie
2024-04-20
1
-2
/
+3
*
|
udp: Avoid call to compute_score on multiple sites
Gabriel Krisman Bertazi
2024-04-15
1
-4
/
+16
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-05
1
-1
/
+1
|
\
|
|
*
udp: do not accept non-tunnel GSO skbs landing in a tunnel
Antoine Tenart
2024-03-29
1
-1
/
+1
*
|
net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skb
Balazs Scheidler
2024-03-29
1
-1
/
+2
|
/
*
udp: no longer touch sk->sk_refcnt in early demux
Eric Dumazet
2024-03-11
1
-2
/
+3
*
ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdata
Eric Dumazet
2024-03-08
1
-2
/
+0
*
ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdata
Eric Dumazet
2024-03-08
1
-1
/
+0
*
ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdata
Eric Dumazet
2024-03-08
1
-8
/
+8
*
udp: annotate data-races around up->pending
Eric Dumazet
2024-01-13
1
-8
/
+8
*
ipv6: annotate data-races around np->ucast_oif
Eric Dumazet
2023-12-11
1
-1
/
+1
*
ipv6: annotate data-races around np->mcast_oif
Eric Dumazet
2023-12-11
1
-1
/
+1
*
bpf: Propagate modified uaddrlen from cgroup sockaddr programs
Daan De Meyer
2023-10-11
1
-2
/
+4
*
ipv6: lockless IPV6_FLOWINFO_SEND implementation
Eric Dumazet
2023-09-15
1
-1
/
+1
*
ipv6: lockless IPV6_MTU_DISCOVER implementation
Eric Dumazet
2023-09-15
1
-1
/
+1
*
ipv6: lockless IPV6_RECVERR implemetation
Eric Dumazet
2023-09-15
1
-3
/
+3
*
ipv6: lockless IPV6_DONTFRAG implementation
Eric Dumazet
2023-09-15
1
-1
/
+1
*
udplite: fix various data-races
Eric Dumazet
2023-09-14
1
-4
/
+5
*
udp: annotate data-races around udp->encap_type
Eric Dumazet
2023-09-14
1
-2
/
+3
*
udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO
Eric Dumazet
2023-09-14
1
-1
/
+1
*
udp: move udp->gro_enabled to udp->udp_flags
Eric Dumazet
2023-09-14
1
-1
/
+1
*
udp: move udp->no_check6_rx to udp->udp_flags
Eric Dumazet
2023-09-14
1
-3
/
+3
*
udp: move udp->no_check6_tx to udp->udp_flags
Eric Dumazet
2023-09-14
1
-2
/
+2
*
udp: introduce udp->udp_flags
Eric Dumazet
2023-09-14
1
-3
/
+3
*
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
2023-09-01
1
-1
/
+1
*
inet: introduce inet->inet_flags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-03
1
-58
/
+38
|
\
|
*
bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
Lorenz Bauer
2023-07-25
1
-2
/
+6
|
*
net: remove duplicate sk_lookup helpers
Lorenz Bauer
2023-07-25
1
-29
/
+5
|
*
net: remove duplicate reuseport_lookup functions
Lorenz Bauer
2023-07-25
1
-25
/
+16
[next]