aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-16udp: do not use skb_release_head_state() before skb_attempt_defer_free()Eric Dumazet1-2/+0
2025-09-23udp: remove busylock and add per NUMA queuesEric Dumazet1-46/+71
2025-09-19net: ipv4: make udp_v4_early_demux explicitly return drop reasonAntoine Tenart1-6/+6
2025-09-18udp: use skb_attempt_defer_free()Eric Dumazet1-0/+7
2025-09-18udp: make busylock per socketEric Dumazet1-18/+2
2025-09-18udp: add udp_drops_inc() helperEric Dumazet1-6/+6
2025-09-18udp: update sk_rmem_alloc before busylock acquisitionEric Dumazet1-2/+5
2025-09-18udp: refine __udp_enqueue_schedule_skb() testEric Dumazet1-2/+2
2025-09-09ipv4: udp: fix typos in commentsAlok Tiwari1-3/+3
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet1-7/+7
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer1-4/+2
2025-07-02udp: move udp_memory_allocated into net_aligned_dataEric Dumazet1-3/+1
2025-06-23net: remove sock_i_uid()Eric Dumazet1-8/+8
2025-06-23net: annotate races around sk->sk_uidEric Dumazet1-1/+2
2025-05-16net: rfs: add sock_rps_delete_flow() helperEric Dumazet1-0/+2
2025-05-02bpf: udp: Avoid socket skips and repeats during iterationJordan Rife1-17/+44
2025-05-02bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch itemsJordan Rife1-8/+12
2025-05-02bpf: udp: Get rid of st_bucket_doneJordan Rife1-8/+8
2025-05-02bpf: udp: Make sure iter->batch always contains a full bucket snapshotJordan Rife1-26/+55
2025-05-02bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batchJordan Rife1-5/+6
2025-04-14udp: properly deal with xfrm encap and ADDRFORMPaolo Abeni1-5/+26
2025-04-08net: Drop unused @sk of __skb_try_recv_from_queue()Michal Luczaj1-4/+4
2025-04-08udp_tunnel: create a fastpath GRO lookup.Paolo Abeni1-1/+12
2025-04-02udp: Fix memory accounting leak.Kuniyuki Iwashima1-9/+7
2025-04-02udp: Fix multiple wraparounds of sk->sk_rmem_alloc.Kuniyuki Iwashima1-9/+17
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski1-12/+1
2025-03-18udp_tunnel: create a fastpath GRO lookup.Paolo Abeni1-1/+12
2025-03-08udp: expand SKB_DROP_REASON_UDP_CSUM useEric Dumazet1-3/+3
2025-02-18ipv4: remove get_rttosWillem de Bruijn1-3/+3
2025-02-14udp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet1-32/+31
2025-02-03udp: gso: do not drop small packets when PMTU reducesYan Zhai1-2/+2
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-19/+27
2025-01-14udp: Make rehash4 independent in udp_lib_rehash()Philo Lu1-19/+27
2024-12-23udp: Deal with race between UDP socket address change and rehashStefano Brivio1-0/+56
2024-12-03Revert "udp: avoid calling sock_def_readable() if possible"Fernando Fernandez Mancera1-11/+3
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu1-1/+1
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu1-3/+194
2024-11-18net/udp: Add 4-tuple hash list basisPhilo Lu1-2/+4
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu1-21/+23
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+3
2024-10-15udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki1-1/+3
2024-10-09ipv4: Convert ip_mc_validate_source() to dscp_t.Guillaume Nault1-2/+2
2024-08-22ipv4: udp: Unmask upper DSCP bits during early demuxIdo Schimmel1-1/+2
2024-08-05udp: constify 'struct net' parameter of socket lookupsEric Dumazet1-4/+4
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2024-07-11udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().Kuniyuki Iwashima1-1/+3
2024-06-28udp: Allow GSO transmit from devices with no checksum offloadJakub Sitnicki1-2/+1
2024-06-19udp: use sk_skb_reason_drop to free rx packetsYan Zhai1-5/+5
2024-06-06net: use unrcu_pointer() helperEric Dumazet1-1/+1
2024-05-06Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-2/+0