summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-19udp: Fix memory accounting leak.Kuniyuki Iwashima1-9/+7
2025-03-13udp: gso: do not drop small packets when PMTU reducesYan Zhai1-2/+2
2024-07-18udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().Kuniyuki Iwashima1-1/+3
2024-06-16udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi1-5/+16
2024-06-16net: 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
2023-11-20udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet1-2/+4
2023-09-19udp: re-score reuseport groups when connected sockets are presentLorenz Bauer1-5/+15
2023-04-26tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima1-3/+6
2022-10-29udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima1-1/+1
2022-09-15rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells1-0/+2
2022-08-17inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet1-2/+1
2022-07-29net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong1-2/+8
2022-01-11net: udp: fix alignment problem in udp4_seq_show()yangxingwu1-1/+1
2021-12-29inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-3/+3
2021-12-14udp: using datalen to cap max gso segmentsJianguo Wu1-1/+1
2021-11-25udp: Validate checksum in udp_read_sock()Cong Wang1-0/+11
2021-10-26net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang1-0/+3
2021-10-07net: prefer socket bound to interface when not in VRFMike Manning1-1/+2
2021-09-28net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet1-5/+5
2021-08-24bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky1-1/+1
2021-07-21udp: check encap socket in __udp_lib_errVadim Fedorenko1-6/+19
2021-07-01udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet1-3/+3
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-2/+2
2021-06-21udp: Fix a memory leak in udp_read_sock()Cong Wang1-0/+2
2021-06-10udp: fix race between close() and udp_abort()Paolo Abeni1-0/+10
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+32
2021-04-02net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...);Norman Maurer1-0/+4
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang1-0/+29
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang1-0/+3
2021-03-31udp: never accept GSO_FRAGLIST packetsPaolo Abeni1-0/+3
2021-03-31udp: fixup csum for GSO receive slow pathPaolo Abeni1-0/+2
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+3
2021-02-05udp: call udp_encap_enable for v6 sockets when enabling encapXin Long1-0/+6
2021-01-21bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev1-4/+3
2021-01-20udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault1-1/+2
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-12-07udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long1-1/+1
2020-11-24lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-1/+1
2020-11-15inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet1-1/+0
2020-11-11inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet1-1/+1
2020-11-10net: udp: remove redundant initialization in udp_send_skbMenglong Dong1-1/+1
2020-11-10net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong1-0/+3
2020-10-31udp: check udp sock encap_type in __udp_lib_errXin Long1-1/+1
2020-08-25net: ipv4: delete repeated wordsRandy Dunlap1-1/+1