summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)AuthorFilesLines
12 daysudp: clear skb->dev before running a sockmap verdictSechang Lim1-0/+8
2026-04-15Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-336/+154
2026-04-14udp: Force compute_score to always inlineGabriel Krisman Bertazi1-6/+6
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-04-13net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet1-1/+2
2026-03-29ipv4: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera1-5/+2
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera1-29/+0
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2026-03-24udp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau1-1/+1
2026-03-14udp: Don't pass proto to __udp4_lib_rcv() and __udp6_lib_rcv().Kuniyuki Iwashima1-13/+5
2026-03-14udp: Don't pass udptable to IPv4 socket lookup functions.Kuniyuki Iwashima1-41/+34
2026-03-14udp: Remove dead check in __udp[46]_lib_lookup() for BPF.Kuniyuki Iwashima1-2/+1
2026-03-14udp: Remove udp_table in struct udp_seq_afinfo.Kuniyuki Iwashima1-18/+4
2026-03-14udp: Remove struct proto.h.udp_table.Kuniyuki Iwashima1-14/+12
2026-03-14udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.Kuniyuki Iwashima1-44/+2
2026-03-14udp: Remove partial csum code in TX.Kuniyuki Iwashima1-36/+22
2026-03-14udp: Remove partial csum code in RX.Kuniyuki Iwashima1-69/+16
2026-03-14udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima1-43/+32
2026-03-14ipv4: Retire UDP-Lite.Kuniyuki Iwashima1-15/+18
2026-03-14udp: Make udp[46]_seq_show() static.Kuniyuki Iwashima1-2/+1
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton1-1/+1
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+16
2026-03-03net: remove addr_len argument of recvmsg() handlersEric Dumazet1-5/+4
2026-02-28udp: Unhash auto-bound connected sk from 4-tuple hash table when disconnected.Kuniyuki Iwashima1-10/+15
2026-02-27net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-01-31udp: add drop count for packets in udp_prod_queueMahdi Faramarzpour1-1/+19
2026-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2026-01-07udp: udplite is unlikelyEric Dumazet1-2/+3
2026-01-07udp: call skb_orphan() before skb_attempt_defer_free()Eric Dumazet1-0/+1
2026-01-07ipv4/inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-3/+4
2025-11-05net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook1-2/+4
2025-10-16udp: do not use skb_release_head_state() before skb_attempt_defer_free()Eric Dumazet1-2/+0
2025-09-24udp: remove busylock and add per NUMA queuesEric Dumazet1-46/+71
2025-09-20net: 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-10ipv4: 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-19net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer1-4/+2
2025-07-03udp: move udp_memory_allocated into net_aligned_dataEric Dumazet1-3/+1
2025-06-24net: remove sock_i_uid()Eric Dumazet1-8/+8
2025-06-24net: annotate races around sk->sk_uidEric Dumazet1-1/+2
2025-05-17net: 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