summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)Author
2024-07-11udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().Kuniyuki Iwashima
2024-05-06Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert
2024-04-30inet: introduce dst_rtable() helperEric Dumazet
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-19udp: preserve the connected status if only UDP cmsgYick Xie
2024-04-18udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony
2024-04-15udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet
2024-03-29udp: avoid calling sock_def_readable() if possibleEric Dumazet
2024-03-29udp: relax atomic operation on sk->sk_rmem_allocEric Dumazet
2024-03-29udp: annotate data-race in __udp_enqueue_schedule_skb()Eric Dumazet
2024-03-29net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skbBalazs Scheidler
2024-03-29udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart
2024-03-11udp: no longer touch sk->sk_refcnt in early demuxEric Dumazet
2024-03-11udp: fix incorrect parameter validation in the udp_lib_getsockopt() functionGavrilov Ilia
2024-03-07inet: move inet_ehash_secret and udp_ehash_secret into net_hotdataEric Dumazet
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-21udp: add local "peek offset enabled" flagPaolo Abeni
2024-02-21net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet
2024-01-26ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel
2024-01-13bpf: Avoid iter->offset making backward progress in bpf_iter_udpMartin KaFai Lau
2024-01-13bpf: iter_udp: Retry with a larger batch size without going back to the previ...Martin KaFai Lau
2024-01-13udp: annotate data-races around up->pendingEric Dumazet
2023-10-30Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer
2023-10-06xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert
2023-10-06xfrm: Support GRO for IPv4 ESP in UDP encapsulationSteffen Klassert
2023-10-01inet: implement lockless getsockopt(IP_MULTICAST_IF)Eric Dumazet
2023-10-01inet: implement lockless getsockopt(IP_UNICAST_IF)Eric Dumazet
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric 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->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet
2023-09-14udp: add missing WRITE_ONCE() around up->encap_rcvEric 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_forward_allocEric Dumazet
2023-08-16inet: move inet->recverr to inet->inet_flagsEric 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: gro: fix misuse of CB in udp socket lookupRichard Gobert
2023-07-25bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer