summaryrefslogtreecommitdiff
path: root/net/ipv6/udp.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-07ipv6: np->rxpmtu race annotationEric Dumazet1-1/+1
2025-02-21udp: gso: do not drop small packets when PMTU reducesYan Zhai1-2/+2
2024-06-12udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi1-4/+16
2024-06-12net: remove duplicate reuseport_lookup functionsLorenz Bauer1-25/+16
2024-05-02udp: preserve the connected status if only UDP cmsgYick Xie1-2/+3
2024-04-10udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart1-1/+1
2024-01-25udp: annotate data-races around up->pendingEric Dumazet1-8/+8
2024-01-10udp: annotate data-races around udp->encap_typeEric Dumazet1-2/+3
2024-01-10udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet1-1/+1
2024-01-10udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet1-1/+1
2024-01-10udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet1-3/+3
2024-01-10udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet1-2/+2
2024-01-10udp: introduce udp->udp_flagsEric Dumazet1-3/+3
2024-01-10ipv4, ipv6: Use splice_eof() to flushDavid Howells1-0/+15
2024-01-10net: annotate data-races around sk->sk_tsflagsEric Dumazet1-1/+1
2023-09-13udp: re-score reuseport groups when connected sockets are presentLorenz Bauer1-5/+14
2023-08-11net: annotate data-races around sk->sk_markEric Dumazet1-2/+2
2023-07-23udp6: fix udp6_ehashfn() typoEric Dumazet1-1/+1
2023-05-11netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja1-0/+2
2023-04-26inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima1-2/+0
2023-04-20udp6: fix potential access to stale informationEric Dumazet1-3/+5
2022-12-31udp: Clean up some functions.Kuniyuki Iwashima1-4/+8
2022-10-28udp: advertise ipv6 udp support for msghdr::ubuf_infoPavel Begunkov1-0/+1
2022-10-18udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima1-1/+1
2022-10-12tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima1-1/+14
2022-09-27Add skb drop reasons to IPv6 UDP receive pathDonald Hunter1-6/+16
2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells1-1/+4
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+2
2022-07-15tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima1-7/+2
2022-06-10net: add per_cpu_fw_alloc field to struct protoEric Dumazet1-0/+3
2022-05-16ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet1-1/+1
2022-05-16net: annotate races around sk->sk_bound_dev_ifEric Dumazet1-5/+6
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil1-1/+1
2022-04-22ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima1-2/+2
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-2/+2
2022-02-14ipv6: Add reasons for skb drops to __udp6_lib_rcvDavid Ahern1-2/+9
2022-01-27ipv6: optimise dst refcounting on cork initPavel Begunkov1-1/+2
2022-01-27udp6: don't make extra copies of iflowPavel Begunkov1-43/+42
2022-01-27udp6: pass flow in ip6_make_skb together with corkPavel Begunkov1-1/+3
2022-01-27ipv6: don't zero inet_cork_full::fl after usePavel Begunkov1-8/+2
2022-01-27udp6: shuffle up->pending AF_INET bitsPavel Begunkov1-3/+2
2022-01-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+1
2022-01-06net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong1-0/+1
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-01-04udp6: Use Segment Routing Header for dest address if presentAndrew Lunn1-1/+2
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-23udp: using datalen to cap ipv6 udp max gso segmentsCoco Li1-1/+1
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-12-20inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-2/+2