summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-05-061-2/+0
|\
| * udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony2024-04-181-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-1/+2
|\ \
| * | net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert2024-05-021-1/+2
* | | inet: introduce dst_rtable() helperEric Dumazet2024-04-301-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-2/+3
|\| |
| * | udp: preserve the connected status if only UDP cmsgYick Xie2024-04-191-2/+3
* | | udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi2024-04-151-5/+16
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-041-0/+7
|\|
| * udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart2024-03-291-0/+7
* | net: add sk_wake_async_rcu() helperEric Dumazet2024-03-291-1/+1
* | udp: avoid calling sock_def_readable() if possibleEric Dumazet2024-03-291-3/+11
* | udp: relax atomic operation on sk->sk_rmem_allocEric Dumazet2024-03-291-6/+1
* | udp: annotate data-race in __udp_enqueue_schedule_skb()Eric Dumazet2024-03-291-5/+6
* | net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skbBalazs Scheidler2024-03-291-1/+1
|/
* udp: no longer touch sk->sk_refcnt in early demuxEric Dumazet2024-03-111-2/+3
* udp: fix incorrect parameter validation in the udp_lib_getsockopt() functionGavrilov Ilia2024-03-111-2/+2
* inet: move inet_ehash_secret and udp_ehash_secret into net_hotdataEric Dumazet2024-03-071-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-221-5/+1
|\
| * net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet2024-02-211-6/+1
* | udp: add local "peek offset enabled" flagPaolo Abeni2024-02-211-1/+1
|/
* ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel2024-01-261-1/+1
* bpf: Avoid iter->offset making backward progress in bpf_iter_udpMartin KaFai Lau2024-01-131-11/+10
* bpf: iter_udp: Retry with a larger batch size without going back to the previ...Martin KaFai Lau2024-01-131-1/+0
* udp: annotate data-races around up->pendingEric Dumazet2024-01-131-6/+6
* Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-10-301-0/+16
|\
| * xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert2023-10-061-0/+2
| * xfrm: Support GRO for IPv4 ESP in UDP encapsulationSteffen Klassert2023-10-061-0/+14
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-161-3/+6
|\ \
| * | bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer2023-10-111-3/+6
| |/
* | inet: implement lockless getsockopt(IP_MULTICAST_IF)Eric Dumazet2023-10-011-2/+2
* | inet: implement lockless getsockopt(IP_UNICAST_IF)Eric Dumazet2023-10-011-5/+7
* | inet: implement lockless IP_MTU_DISCOVEREric Dumazet2023-10-011-1/+1
|/
* udplite: fix various data-racesEric Dumazet2023-09-141-10/+11
* udp: annotate data-races around udp->encap_typeEric Dumazet2023-09-141-4/+5
* udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2023-09-141-7/+3
* udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet2023-09-141-1/+1
* udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet2023-09-141-2/+4
* udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet2023-09-141-3/+3
* udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet2023-09-141-2/+2
* udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet2023-09-141-2/+2
* udp: introduce udp->udp_flagsEric Dumazet2023-09-141-6/+6
* net: annotate data-races around sk->sk_forward_allocEric Dumazet2023-09-011-3/+3
* inet: move inet->recverr to inet->inet_flagsEric Dumazet2023-08-161-2/+3
* inet: introduce inet->inet_flagsEric Dumazet2023-08-161-1/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-031-52/+36
|\
| * bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-251-2/+6
| * net: remove duplicate sk_lookup helpersLorenz Bauer2023-07-251-27/+5
| * net: remove duplicate reuseport_lookup functionsLorenz Bauer2023-07-251-21/+13
| * udp: re-score reuseport groups when connected sockets are presentLorenz Bauer2023-07-251-5/+15