index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
udp.c
Age
Commit message (
Expand
)
Author
2024-05-02
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
2024-04-19
udp: preserve the connected status if only UDP cmsg
Yick Xie
2024-03-29
udp: do not accept non-tunnel GSO skbs landing in a tunnel
Antoine Tenart
2024-03-11
udp: no longer touch sk->sk_refcnt in early demux
Eric Dumazet
2024-03-07
ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdata
Eric Dumazet
2024-03-07
ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdata
Eric Dumazet
2024-03-07
ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdata
Eric Dumazet
2024-01-13
udp: annotate data-races around up->pending
Eric Dumazet
2023-12-11
ipv6: annotate data-races around np->ucast_oif
Eric Dumazet
2023-12-11
ipv6: annotate data-races around np->mcast_oif
Eric Dumazet
2023-10-11
bpf: Propagate modified uaddrlen from cgroup sockaddr programs
Daan De Meyer
2023-09-15
ipv6: lockless IPV6_FLOWINFO_SEND implementation
Eric Dumazet
2023-09-15
ipv6: lockless IPV6_MTU_DISCOVER implementation
Eric Dumazet
2023-09-15
ipv6: lockless IPV6_RECVERR implemetation
Eric Dumazet
2023-09-15
ipv6: lockless IPV6_DONTFRAG implementation
Eric Dumazet
2023-09-14
udplite: fix various data-races
Eric Dumazet
2023-09-14
udp: annotate data-races around udp->encap_type
Eric Dumazet
2023-09-14
udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO
Eric Dumazet
2023-09-14
udp: move udp->gro_enabled to udp->udp_flags
Eric Dumazet
2023-09-14
udp: move udp->no_check6_rx to udp->udp_flags
Eric Dumazet
2023-09-14
udp: move udp->no_check6_tx to udp->udp_flags
Eric Dumazet
2023-09-14
udp: introduce udp->udp_flags
Eric Dumazet
2023-09-01
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
2023-08-16
inet: introduce inet->inet_flags
Eric Dumazet
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-07-29
net: gro: fix misuse of CB in udp socket lookup
Richard Gobert
2023-07-25
bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
Lorenz Bauer
2023-07-25
net: remove duplicate sk_lookup helpers
Lorenz Bauer
2023-07-25
net: remove duplicate reuseport_lookup functions
Lorenz Bauer
2023-07-25
udp: re-score reuseport groups when connected sockets are present
Lorenz Bauer
2023-07-24
ipv6: remove hard coded limitation on ipv6_pinfo
Eric Dumazet
2023-07-08
udp6: fix udp6_ehashfn() typo
Eric Dumazet
2023-07-07
udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint
Ivan Babrou
2023-06-08
ipv4, ipv6: Use splice_eof() to flush
David Howells
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-13
udp6: fix potential access to stale information
Eric Dumazet
2023-03-22
netfilter: keep conntrack reference until IPsecv6 policy checks are done
Madhu Koriginja
2023-03-17
udp6: constify __udp_v6_is_mcast_sock() socket argument
Eric Dumazet
2023-03-17
inet: preserve const qualifier in inet_sk()
Eric Dumazet
2022-11-16
udp: Access &udp_table via net.
Kuniyuki Iwashima
2022-11-16
udp: Set NULL to udp_seq_afinfo.udp_table.
Kuniyuki Iwashima
2022-11-16
udp: Set NULL to sk->sk_prot->h.udp_table.
Kuniyuki Iwashima
2022-11-16
udp: Clean up some functions.
Kuniyuki Iwashima
2022-11-09
Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
2022-11-08
rxrpc: Call udp_sendmsg() directly
David Howells
2022-11-08
net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()
David Howells
2022-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-28
udp: advertise ipv6 udp support for msghdr::ubuf_info
Pavel Begunkov
[next]