summaryrefslogtreecommitdiff
path: root/net/ipv6/udp.c
AgeCommit message (Expand)Author
2026-04-13udp: Force compute_score to always inlineGabriel Krisman Bertazi
2026-04-12net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet
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 IPv6 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-13ipv6: Retire UDP-Lite.Kuniyuki Iwashima
2026-03-13udp: Make udp[46]_seq_show() static.Kuniyuki Iwashima
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet
2026-02-24udp: move udp6_csum_init() back to net/ipv6/udp.cEric Dumazet
2026-01-06udp: udplite is unlikelyEric Dumazet
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook
2025-09-23udp: remove busylock and add per NUMA queuesEric Dumazet
2025-09-18udp: add udp_drops_inc() helperEric Dumazet
2025-09-18ipv6: np->rxpmtu race annotationEric Dumazet
2025-09-11ipv6: 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: annotate races around sk->sk_uidEric Dumazet
2025-04-08udp_tunnel: create a fastpath GRO lookup.Paolo Abeni
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-18ipv6: initialize inet socket cookies with sockcm_initWillem de Bruijn
2025-02-18ipv6: replace ipcm6_init calls with ipcm6_init_skWillem de Bruijn
2025-02-03udp: gso: do not drop small packets when PMTU reducesYan Zhai
2024-12-23udp: Deal with race between UDP socket address change and rehashStefano Brivio
2024-12-16sock: support SO_PRIORITY cmsgAnna Emese Nyiri
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 a new struct for hash2 slotPhilo Lu
2024-10-15udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki
2024-08-05ipv6: udp: constify 'struct net' parameter of socket lookupsEric Dumazet
2024-07-09udp: Remove duplicate included header file trace/events/udp.hThorsten Blum
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
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-19udp: preserve the connected status if only UDP cmsgYick Xie
2024-04-15udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-29net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skbBalazs Scheidler