summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)AuthorFilesLines
9 daysudp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().Kuniyuki Iwashima1-1/+3
2024-06-12udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi1-5/+16
2024-05-17net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert1-1/+2
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-0/+7
2024-03-27udp: fix incorrect parameter validation in the udp_lib_getsockopt() functionGavrilov Ilia1-2/+2
2024-02-05ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel1-1/+1
2024-02-01bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer1-3/+6
2024-01-26bpf: Avoid iter->offset making backward progress in bpf_iter_udpMartin KaFai Lau1-11/+10
2024-01-26bpf: iter_udp: Retry with a larger batch size without going back to the previ...Martin KaFai Lau1-1/+0
2024-01-26udp: annotate data-races around up->pendingEric Dumazet1-6/+6
2023-11-20udplite: fix various data-racesEric Dumazet1-10/+11
2023-11-20udp: annotate data-races around udp->encap_typeEric Dumazet1-4/+5
2023-11-20udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet1-7/+3
2023-11-20udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet1-1/+1
2023-11-20udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet1-2/+4
2023-11-20udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet1-3/+3
2023-11-20udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet1-2/+2
2023-11-20udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet1-2/+2
2023-11-20udp: 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
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-0/+1
2023-06-09ipv4, ipv6: Use splice_eof() to flushDavid Howells1-0/+16
2023-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-50/+241
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+2
2023-05-24udp: Stop using RTO_ONLINK.Guillaume Nault1-11/+6
2023-05-24udp: Convert udp_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-45/+6
2023-05-23bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend1-5/+2
2023-05-20bpf: Add bpf_sock_destroy kfuncAditi Ghag1-3/+5
2023-05-20bpf: udp: Implement batching for sockets iteratorAditi Ghag1-6/+199
2023-05-20udp: seq_file: Remove bpf_seq_afinfo from udp_iter_stateAditi Ghag1-20/+7
2023-05-20bpf: udp: Encapsulate logic to get udp tableAditi Ghag1-23/+12
2023-05-20udp: seq_file: Helper function to match socket attributesAditi Ghag1-7/+27
2023-03-17udp: constify __udp_is_mcast_sock() socket argumentEric Dumazet1-2/+2
2023-03-10udp: introduce __sk_mem_schedule() usageJason Xing1-11/+16
2023-01-26inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki1-1/+1
2022-11-21net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima1-1/+1
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima1-6/+95