summaryrefslogtreecommitdiff
path: root/include/net/udp.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-05net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook1-1/+1
2025-09-24udp: remove busylock and add per NUMA queuesEric Dumazet1-2/+9
2025-09-20net: ipv4: make udp_v4_early_demux explicitly return drop reasonAntoine Tenart1-1/+1
2025-09-18udp: make busylock per socketEric Dumazet1-0/+1
2025-09-18udp: add udp_drops_inc() helperEric Dumazet1-0/+5
2025-08-28udp: add drop_counters to udp socketEric Dumazet1-0/+1
2025-08-28net: add sk_drops_skbadd() helperEric Dumazet1-1/+1
2025-08-02net: drop UFO packets in udp_rcv_segment()Wang Liang1-6/+18
2025-07-03udp: move udp_memory_allocated into net_aligned_dataEric Dumazet1-1/+0
2025-04-09udp_tunnel: create a fastpath GRO lookup.Paolo Abeni1-0/+1
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu1-0/+2
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu1-1/+15
2024-11-18net/udp: Add 4-tuple hash list basisPhilo Lu1-3/+82
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu1-4/+34
2024-08-26net: Correct spelling in headersSimon Horman1-1/+1
2024-08-06ipv6: udp: constify 'struct net' parameter of socket lookupsEric Dumazet1-2/+2
2024-08-06udp: constify 'struct net' parameter of socket lookupsEric Dumazet1-4/+6
2024-04-07new helper: copy_to_iter_full()Al Viro1-8/+1
2023-08-07udp/udplite: Remove unused function declarations udp{,lite}_get_port()Yue Haibing1-3/+0
2023-08-02udp: Remove unused function declaration udp_bpf_get_proto()Yue Haibing1-1/+0
2023-06-16net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao1-1/+1
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/+1
2023-05-20udp: seq_file: Remove bpf_seq_afinfo from udp_iter_stateAditi Ghag1-1/+0
2022-10-24udp: track the forward memory release threshold in an hot cachelinePaolo Abeni1-0/+9
2022-10-13tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima1-1/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-07-20udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima1-1/+1
2022-07-16tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima1-1/+1
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang1-2/+1
2022-06-11net: add per_cpu_fw_alloc field to struct protoEric Dumazet1-0/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-4/+4
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-24/+0
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc1-2/+3
2021-04-12skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang1-1/+1
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+3
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang1-0/+2
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang1-0/+1
2021-03-31udp: fixup csum for GSO receive slow pathPaolo Abeni1-0/+23
2021-02-26bpf: Clean up sockmap related KconfigsCong Wang1-2/+2
2021-02-05ipv6: move udp declarations to net/udp.hLeon Romanovsky1-0/+3
2021-02-05udp: call udp_encap_enable for v6 sockets when enabling encapXin Long1-0/+1
2021-02-02udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi1-1/+1
2020-11-11inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet1-3/+3
2020-07-25net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig1-1/+1
2020-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2020-06-25net: bpf: Add bpf_seq_afinfo in udp_iter_stateYonghong Song1-0/+1
2020-06-24udp: move gro declarations to net/udp.hEric Dumazet1-0/+7
2020-03-10bpf: Add sockmap hooks for UDP socketsLorenz Bauer1-0/+5
2020-01-30udp: document udp_rcv_segment special case for looped packetsWillem de Bruijn1-0/+7