summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-10udp: Fix memory accounting leak.Kuniyuki Iwashima1-9/+7
2025-02-21udp: gso: do not drop small packets when PMTU reducesYan Zhai1-2/+2
2024-12-14net: use unrcu_pointer() helperEric Dumazet1-1/+1
2024-07-18udp: 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-06-12net: remove duplicate reuseport_lookup functionsLorenz Bauer1-21/+13
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-01-26udp: annotate data-races around up->pendingEric Dumazet1-6/+6
2024-01-10udp: annotate data-races around udp->encap_typeEric Dumazet1-4/+5
2024-01-10udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet1-7/+3
2024-01-10udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet1-1/+1
2024-01-10udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet1-3/+3
2024-01-10udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet1-2/+2
2024-01-10udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet1-2/+2
2024-01-10udp: introduce udp->udp_flagsEric Dumazet1-6/+6
2024-01-10ipv4, ipv6: Use splice_eof() to flushDavid Howells1-0/+16
2024-01-10udp: Convert udp_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-45/+6
2023-11-20udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet1-2/+4
2023-09-19net: annotate data-races around sk->sk_forward_allocEric Dumazet1-3/+3
2023-09-13udp: re-score reuseport groups when connected sockets are presentLorenz Bauer1-5/+15
2023-06-05bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend1-5/+2
2023-06-05inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki1-1/+1
2022-12-31net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima1-1/+1
2022-12-31udp: Clean up some functions.Kuniyuki Iwashima1-16/+23
2022-10-23Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2022-10-22net: flag sockets supporting msghdr originated zerocopyPavel Begunkov1-0/+1
2022-10-21Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2022-10-18udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima1-1/+1
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-10-13tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima1-3/+6
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-26udp: Refactor udp_read_skb()Peilin Ye1-29/+17
2022-09-22udp: Use WARN_ON_ONCE() in udp_read_skb()Peilin Ye1-1/+1
2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells1-0/+2
2022-08-01udp: Remove redundant __udp_sysctl_init() call from udp_init().Kuniyuki Iwashima1-7/+1
2022-06-20skmsg: Get rid of skb_clone()Cong Wang1-0/+1
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang1-6/+4
2022-06-11net: add per_cpu_fw_alloc field to struct protoEric Dumazet1-0/+4
2022-06-11net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet1-5/+5
2022-05-16inet: rename INET_MATCH()Eric Dumazet1-1/+1
2022-05-13inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet1-2/+1
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil1-1/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-6/+5
2022-02-07net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong1-3/+7
2022-02-07net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()Menglong Dong1-3/+9
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-3/+3
2022-01-10net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong1-2/+8