summaryrefslogtreecommitdiffstats
path: root/include/net/udp.h
AgeCommit message (Expand)AuthorLines
2025-09-23udp: remove busylock and add per NUMA queuesEric Dumazet-2/+9
2025-09-19net: ipv4: make udp_v4_early_demux explicitly return drop reasonAntoine Tenart-1/+1
2025-09-18udp: make busylock per socketEric Dumazet-0/+1
2025-09-18udp: add udp_drops_inc() helperEric Dumazet-0/+5
2025-08-28udp: add drop_counters to udp socketEric Dumazet-0/+1
2025-08-28net: add sk_drops_skbadd() helperEric Dumazet-1/+1
2025-08-01net: drop UFO packets in udp_rcv_segment()Wang Liang-6/+18
2025-07-02udp: move udp_memory_allocated into net_aligned_dataEric Dumazet-1/+0
2025-04-08udp_tunnel: create a fastpath GRO lookup.Paolo Abeni-0/+1
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu-0/+2
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu-1/+15
2024-11-18net/udp: Add 4-tuple hash list basisPhilo Lu-3/+82
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu-4/+34
2024-08-26net: Correct spelling in headersSimon Horman-1/+1
2024-08-05ipv6: udp: constify 'struct net' parameter of socket lookupsEric Dumazet-2/+2
2024-08-05udp: constify 'struct net' parameter of socket lookupsEric Dumazet-4/+6
2024-04-07new helper: copy_to_iter_full()Al Viro-8/+1
2023-08-07udp/udplite: Remove unused function declarations udp{,lite}_get_port()Yue Haibing-3/+0
2023-08-02udp: Remove unused function declaration udp_bpf_get_proto()Yue Haibing-1/+0
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao-1/+1
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet-0/+1
2023-06-08ipv4, ipv6: Use splice_eof() to flushDavid Howells-0/+1
2023-05-19udp: seq_file: Remove bpf_seq_afinfo from udp_iter_stateAditi Ghag-1/+0
2022-10-24udp: track the forward memory release threshold in an hot cachelinePaolo Abeni-0/+9
2022-10-12tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima-1/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2022-07-20udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima-1/+1
2022-07-15tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima-1/+1
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang-2/+1
2022-06-10net: add per_cpu_fw_alloc field to struct protoEric Dumazet-0/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp-4/+4
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet-24/+0
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc-2/+3
2021-04-12skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang-1/+1
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+3
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang-0/+2
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang-0/+1
2021-03-30udp: fixup csum for GSO receive slow pathPaolo Abeni-0/+23
2021-02-26bpf: Clean up sockmap related KconfigsCong Wang-2/+2
2021-02-04ipv6: move udp declarations to net/udp.hLeon Romanovsky-0/+3
2021-02-04udp: call udp_encap_enable for v6 sockets when enabling encapXin Long-0/+1
2021-02-01udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi-1/+1
2020-11-10inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet-3/+3
2020-07-24net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig-1/+1
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+1
2020-06-24net: bpf: Add bpf_seq_afinfo in udp_iter_stateYonghong Song-0/+1
2020-06-23udp: move gro declarations to net/udp.hEric Dumazet-0/+7
2020-03-09bpf: Add sockmap hooks for UDP socketsLorenz Bauer-0/+5
2020-01-30udp: document udp_rcv_segment special case for looped packetsWillem de Bruijn-0/+7
2020-01-28udp: segment looped gso packets correctlyWillem de Bruijn-0/+3