summaryrefslogtreecommitdiff
path: root/net/ipv6/udp.c
AgeCommit message (Expand)Author
2024-01-13udp: annotate data-races around up->pendingEric Dumazet
2023-12-11ipv6: annotate data-races around np->ucast_oifEric Dumazet
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet
2023-09-14udplite: fix various data-racesEric Dumazet
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet
2023-09-14udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet
2023-09-14udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet
2023-09-14udp: introduce udp->udp_flagsEric Dumazet
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet
2023-08-16inet: introduce inet->inet_flagsEric Dumazet
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-07-29net: gro: fix misuse of CB in udp socket lookupRichard Gobert
2023-07-25bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer
2023-07-25net: remove duplicate sk_lookup helpersLorenz Bauer
2023-07-25net: remove duplicate reuseport_lookup functionsLorenz Bauer
2023-07-25udp: re-score reuseport groups when connected sockets are presentLorenz Bauer
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet
2023-07-08udp6: fix udp6_ehashfn() typoEric Dumazet
2023-07-07udp6: add a missing call into udp_fail_queue_rcv_skb tracepointIvan Babrou
2023-06-08ipv4, ipv6: Use splice_eof() to flushDavid Howells
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-13udp6: fix potential access to stale informationEric Dumazet
2023-03-22netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja
2023-03-17udp6: constify __udp_v6_is_mcast_sock() socket argumentEric Dumazet
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet
2022-11-16udp: Access &udp_table via net.Kuniyuki Iwashima
2022-11-16udp: Set NULL to udp_seq_afinfo.udp_table.Kuniyuki Iwashima
2022-11-16udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima
2022-11-16udp: Clean up some functions.Kuniyuki Iwashima
2022-11-09Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2022-11-08rxrpc: Call udp_sendmsg() directlyDavid Howells
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-28udp: advertise ipv6 udp support for msghdr::ubuf_infoPavel Begunkov
2022-10-24udp: track the forward memory release threshold in an hot cachelinePaolo Abeni
2022-10-24inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima
2022-10-18udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima
2022-10-12tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima
2022-09-27Add skb drop reasons to IPv6 UDP receive pathDonald Hunter
2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski