summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2024-04-20udp: preserve the connected status if only UDP cmsgYick Xie1-2/+3
2024-04-15udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi1-5/+16
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2024-03-30net: add sk_wake_async_rcu() helperEric Dumazet1-1/+1
2024-03-30udp: avoid calling sock_def_readable() if possibleEric Dumazet1-3/+11
2024-03-30udp: relax atomic operation on sk->sk_rmem_allocEric Dumazet1-6/+1
2024-03-30udp: annotate data-race in __udp_enqueue_schedule_skb()Eric Dumazet1-5/+6
2024-03-29net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skbBalazs Scheidler1-1/+1
2024-03-29udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart1-0/+7
2024-03-11udp: no longer touch sk->sk_refcnt in early demuxEric Dumazet1-2/+3
2024-03-11udp: fix incorrect parameter validation in the udp_lib_getsockopt() functionGavrilov Ilia1-2/+2
2024-03-08inet: move inet_ehash_secret and udp_ehash_secret into net_hotdataEric Dumazet1-2/+0
2024-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+1
2024-02-22udp: add local "peek offset enabled" flagPaolo Abeni1-1/+1
2024-02-21net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet1-6/+1
2024-01-27ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel1-1/+1
2024-01-13bpf: Avoid iter->offset making backward progress in bpf_iter_udpMartin KaFai Lau1-11/+10
2024-01-13bpf: iter_udp: Retry with a larger batch size without going back to the previ...Martin KaFai Lau1-1/+0
2024-01-13udp: annotate data-races around up->pendingEric Dumazet1-6/+6
2023-10-31Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-0/+16
2023-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-3/+6
2023-10-12bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer1-3/+6
2023-10-06xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert1-0/+2
2023-10-06xfrm: Support GRO for IPv4 ESP in UDP encapsulationSteffen Klassert1-0/+14
2023-10-01inet: implement lockless getsockopt(IP_MULTICAST_IF)Eric Dumazet1-2/+2
2023-10-01inet: implement lockless getsockopt(IP_UNICAST_IF)Eric Dumazet1-5/+7
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet1-1/+1
2023-09-14udplite: fix various data-racesEric Dumazet1-10/+11
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet1-4/+5
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet1-7/+3
2023-09-14udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet1-1/+1
2023-09-14udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet1-2/+4
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet1-3/+3
2023-09-14udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet1-2/+2
2023-09-14udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet1-2/+2
2023-09-14udp: introduce udp->udp_flagsEric Dumazet1-6/+6
2023-09-01net: annotate data-races around sk->sk_forward_allocEric Dumazet1-3/+3
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet1-2/+3
2023-08-16inet: introduce inet->inet_flagsEric Dumazet1-1/+1
2023-08-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-52/+36
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2023-07-29net: gro: fix misuse of CB in udp socket lookupRichard Gobert1-2/+6
2023-07-25bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer1-2/+6
2023-07-25net: remove duplicate sk_lookup helpersLorenz Bauer1-27/+5
2023-07-25net: remove duplicate reuseport_lookup functionsLorenz Bauer1-21/+13
2023-07-25udp: re-score reuseport groups when connected sockets are presentLorenz Bauer1-5/+15
2023-07-20udp: use indirect call wrapper for data ready()Paolo Abeni1-1/+1
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-15/+0
2023-06-16net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao1-7/+5