summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)Author
13 daysudp: call skb_orphan() before skb_attempt_defer_free()Eric Dumazet
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook
2025-10-16udp: do not use skb_release_head_state() before skb_attempt_defer_free()Eric Dumazet
2025-09-23udp: remove busylock and add per NUMA queuesEric Dumazet
2025-09-19net: ipv4: make udp_v4_early_demux explicitly return drop reasonAntoine Tenart
2025-09-18udp: use skb_attempt_defer_free()Eric Dumazet
2025-09-18udp: make busylock per socketEric Dumazet
2025-09-18udp: add udp_drops_inc() helperEric Dumazet
2025-09-18udp: update sk_rmem_alloc before busylock acquisitionEric Dumazet
2025-09-18udp: refine __udp_enqueue_schedule_skb() testEric Dumazet
2025-09-09ipv4: udp: fix typos in commentsAlok Tiwari
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer
2025-07-02udp: move udp_memory_allocated into net_aligned_dataEric Dumazet
2025-06-23net: remove sock_i_uid()Eric Dumazet
2025-06-23net: annotate races around sk->sk_uidEric Dumazet
2025-05-16net: rfs: add sock_rps_delete_flow() helperEric Dumazet
2025-05-02bpf: udp: Avoid socket skips and repeats during iterationJordan Rife
2025-05-02bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch itemsJordan Rife
2025-05-02bpf: udp: Get rid of st_bucket_doneJordan Rife
2025-05-02bpf: udp: Make sure iter->batch always contains a full bucket snapshotJordan Rife
2025-05-02bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batchJordan Rife
2025-04-14udp: properly deal with xfrm encap and ADDRFORMPaolo Abeni
2025-04-08net: Drop unused @sk of __skb_try_recv_from_queue()Michal Luczaj
2025-04-08udp_tunnel: create a fastpath GRO lookup.Paolo Abeni
2025-04-02udp: Fix memory accounting leak.Kuniyuki Iwashima
2025-04-02udp: Fix multiple wraparounds of sk->sk_rmem_alloc.Kuniyuki Iwashima
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski
2025-03-18udp_tunnel: create a fastpath GRO lookup.Paolo Abeni
2025-03-08udp: expand SKB_DROP_REASON_UDP_CSUM useEric Dumazet
2025-02-18ipv4: remove get_rttosWillem de Bruijn
2025-02-14udp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet
2025-02-03udp: gso: do not drop small packets when PMTU reducesYan Zhai
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-14udp: Make rehash4 independent in udp_lib_rehash()Philo Lu
2024-12-23udp: Deal with race between UDP socket address change and rehashStefano Brivio
2024-12-03Revert "udp: avoid calling sock_def_readable() if possible"Fernando Fernandez Mancera
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu
2024-11-18net/udp: Add 4-tuple hash list basisPhilo Lu
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-15udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki
2024-10-09ipv4: Convert ip_mc_validate_source() to dscp_t.Guillaume Nault
2024-08-22ipv4: udp: Unmask upper DSCP bits during early demuxIdo Schimmel
2024-08-05udp: constify 'struct net' parameter of socket lookupsEric Dumazet
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-11udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().Kuniyuki Iwashima
2024-06-28udp: Allow GSO transmit from devices with no checksum offloadJakub Sitnicki
2024-06-19udp: use sk_skb_reason_drop to free rx packetsYan Zhai