summaryrefslogtreecommitdiff
path: root/net/ipv6/udp.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-07ipv6: np->rxpmtu race annotationEric Dumazet1-1/+1
2025-03-13udp: gso: do not drop small packets when PMTU reducesYan Zhai1-2/+2
2024-06-16udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi1-4/+16
2024-06-16net: remove duplicate reuseport_lookup functionsLorenz Bauer1-25/+16
2024-05-02udp: preserve the connected status if only UDP cmsgYick Xie1-2/+3
2024-04-13udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart1-1/+1
2023-09-19udp: re-score reuseport groups when connected sockets are presentLorenz Bauer1-5/+14
2023-07-27udp6: fix udp6_ehashfn() typoEric Dumazet1-1/+1
2023-04-26inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima1-2/+0
2023-04-26tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima1-1/+14
2023-04-20udp6: fix potential access to stale informationEric Dumazet1-3/+5
2022-11-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima1-7/+2
2022-10-30udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima1-1/+1
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-2/+2
2022-08-21ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet1-1/+1
2022-06-09lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-1/+1
2022-04-08udp: call udp_encap_enable for v6 sockets when enabling encapXin Long1-1/+3
2022-01-05udp: using datalen to cap ipv6 udp max gso segmentsCoco Li1-1/+1
2021-11-18udp6: allow SO_MARK ctrl msg to affect routingJakub Kicinski1-1/+1
2021-10-13net: prefer socket bound to interface when not in VRFMike Manning1-1/+2
2021-10-06net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet1-1/+1
2021-07-25udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet1-1/+1
2021-06-23udp: fix race between close() and udp_abort()Paolo Abeni1-0/+3
2020-07-31udp, bpf: Ignore connections in reuseport group after BPF sk lookupJakub Sitnicki1-1/+1
2020-07-26udp: Don't discard reuseport selection when group has connectionsJakub Sitnicki1-3/+0
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+11
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-3/+3
2020-07-25net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig1-1/+2
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-20/+77
2020-07-22net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin1-1/+1
2020-07-22udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima1-6/+9
2020-07-20net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-25/+0
2020-07-18udp6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki1-9/+51
2020-07-18udp6: Extract helper for selecting socket from reuseport groupJakub Sitnicki1-11/+26
2020-07-14net: ipv6: kerneldoc fixesAndrew Lunn1-0/+3
2020-03-30net: Track socket refcounts in skb_steal_sock()Joe Stringer1-3/+6
2020-01-14net: udp: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-2/+1
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-1/+1
2019-10-03udp: only do GSO if # of segs > 1Josh Hunt1-4/+7
2019-10-03udp: fix gso_segs calculationsJosh Hunt1-0/+2
2019-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+3
2019-09-16udp: correct reuseport selection with connected socketsWillem de Bruijn1-2/+3
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn1-1/+2
2019-07-09ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn1-2/+2
2019-07-06net: remove unused parameter from skb_checksum_try_convertLi RongQing1-2/+1
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2019-06-15udp: Remove unused variable/function (exact_dif)Tim Beale1-11/+0
2019-06-15udp: Remove unused parameter (exact_dif)Tim Beale1-7/+6
2019-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+6
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1