index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
udp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-06
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-12
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-04
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
|
*
udp: re-score reuseport groups when connected sockets are present
Lorenz Bauer
2023-07-25
1
-5
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-03
1
-4
/
+8
|
\
\
|
|
/
|
/
|
|
*
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-07-29
1
-2
/
+2
|
*
net: gro: fix misuse of CB in udp socket lookup
Richard Gobert
2023-07-29
1
-2
/
+6
*
|
ipv6: remove hard coded limitation on ipv6_pinfo
Eric Dumazet
2023-07-24
1
-0
/
+1
|
/
*
udp6: fix udp6_ehashfn() typo
Eric Dumazet
2023-07-08
1
-1
/
+1
*
udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint
Ivan Babrou
2023-07-07
1
-0
/
+2
*
ipv4, ipv6: Use splice_eof() to flush
David Howells
2023-06-09
1
-0
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-14
1
-3
/
+5
|
\
|
*
udp6: fix potential access to stale information
Eric Dumazet
2023-04-13
1
-3
/
+5
*
|
netfilter: keep conntrack reference until IPsecv6 policy checks are done
Madhu Koriginja
2023-03-22
1
-0
/
+2
[next]