summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)Author
2026-06-04udp: clear skb->dev before running a sockmap verdictSechang Lim
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-04-13udp: Force compute_score to always inlineGabriel Krisman Bertazi
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-12net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet
2026-03-29ipv4: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-23udp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau
2026-03-13udp: Don't pass proto to __udp4_lib_rcv() and __udp6_lib_rcv().Kuniyuki Iwashima
2026-03-13udp: Don't pass udptable to IPv4 socket lookup functions.Kuniyuki Iwashima
2026-03-13udp: Remove dead check in __udp[46]_lib_lookup() for BPF.Kuniyuki Iwashima
2026-03-13udp: Remove udp_table in struct udp_seq_afinfo.Kuniyuki Iwashima
2026-03-13udp: Remove struct proto.h.udp_table.Kuniyuki Iwashima
2026-03-13udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.Kuniyuki Iwashima
2026-03-13udp: Remove partial csum code in TX.Kuniyuki Iwashima
2026-03-13udp: Remove partial csum code in RX.Kuniyuki Iwashima
2026-03-13udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima
2026-03-13ipv4: Retire UDP-Lite.Kuniyuki Iwashima
2026-03-13udp: Make udp[46]_seq_show() static.Kuniyuki Iwashima
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet
2026-02-28udp: Unhash auto-bound connected sk from 4-tuple hash table when disconnected.Kuniyuki Iwashima
2026-02-26net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-30udp: add drop count for packets in udp_prod_queueMahdi Faramarzpour
2026-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-06udp: udplite is unlikelyEric Dumazet
2026-01-06udp: call skb_orphan() before skb_attempt_defer_free()Eric Dumazet
2026-01-06ipv4/inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
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