summaryrefslogtreecommitdiff
path: root/net/ipv6/udp.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-14udp: Force compute_score to always inlineGabriel Krisman Bertazi1-6/+7
2026-04-13net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet1-1/+2
2026-03-14udp: Don't pass proto to __udp4_lib_rcv() and __udp6_lib_rcv().Kuniyuki Iwashima1-11/+4
2026-03-14udp: Don't pass udptable to IPv6 socket lookup functions.Kuniyuki Iwashima1-45/+37
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-1/+0
2026-03-14udp: Remove struct proto.h.udp_table.Kuniyuki Iwashima1-1/+0
2026-03-14udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.Kuniyuki Iwashima1-3/+2
2026-03-14udp: Remove partial csum code in TX.Kuniyuki Iwashima1-29/+25
2026-03-14udp: Remove partial csum code in RX.Kuniyuki Iwashima1-62/+20
2026-03-14udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima1-29/+19
2026-03-14ipv6: Retire UDP-Lite.Kuniyuki Iwashima1-15/+17
2026-03-14udp: Make udp[46]_seq_show() static.Kuniyuki Iwashima1-2/+1
2026-03-03net: remove addr_len argument of recvmsg() handlersEric Dumazet1-5/+5
2026-02-25udp: move udp6_csum_init() back to net/ipv6/udp.cEric Dumazet1-0/+46
2026-01-07udp: udplite is unlikelyEric Dumazet1-2/+3
2025-11-05net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook1-2/+3
2025-09-24udp: remove busylock and add per NUMA queuesEric Dumazet1-2/+3
2025-09-18udp: add udp_drops_inc() helperEric Dumazet1-3/+3
2025-09-18ipv6: np->rxpmtu race annotationEric Dumazet1-1/+1
2025-09-12ipv6: udp: fix typos in commentsAlok Tiwari1-3/+3
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet1-3/+3
2025-07-19net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer1-3/+1
2025-07-03udp: move udp_memory_allocated into net_aligned_dataEric Dumazet1-1/+1
2025-06-24net: annotate races around sk->sk_uidEric Dumazet1-2/+3
2025-04-09udp_tunnel: create a fastpath GRO lookup.Paolo Abeni1-0/+2
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski1-2/+0
2025-03-18udp_tunnel: create a fastpath GRO lookup.Paolo Abeni1-0/+2
2025-03-08udp: expand SKB_DROP_REASON_UDP_CSUM useEric Dumazet1-1/+1
2025-02-19ipv6: initialize inet socket cookies with sockcm_initWillem de Bruijn1-3/+0
2025-02-19ipv6: replace ipcm6_init calls with ipcm6_init_skWillem de Bruijn1-6/+1
2025-02-03udp: gso: do not drop small packets when PMTU reducesYan Zhai1-2/+2
2024-12-23udp: Deal with race between UDP socket address change and rehashStefano Brivio1-0/+50
2024-12-17sock: support SO_PRIORITY cmsgAnna Emese Nyiri1-0/+1
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu1-2/+100
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu1-1/+1
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu1-9/+6
2024-10-16udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki1-1/+3
2024-08-06ipv6: udp: constify 'struct net' parameter of socket lookupsEric Dumazet1-4/+4
2024-07-09udp: Remove duplicate included header file trace/events/udp.hThorsten Blum1-1/+0
2024-06-29udp: 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-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert1-1/+2
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet1-7/+4
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2024-04-20udp: preserve the connected status if only UDP cmsgYick Xie1-2/+3
2024-04-15udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi1-4/+16
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-03-29net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skbBalazs Scheidler1-1/+2