summaryrefslogtreecommitdiff
path: root/net/ipv6/udp.c
AgeCommit message (Expand)AuthorFilesLines
11 daysipv6: udp: Create exceptions before socket matchingIdo Schimmel1-0/+13
2026-07-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni1-3/+4
2026-07-22udp: Support gro_ipv4_max_size > 65536Alice Mikityanska1-2/+2
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska1-1/+2
2026-07-21udp: fix encapsulation packet resubmit in multicast deliverAnton Danilov1-2/+4
2026-07-02udp: convert udp_lib_getsockopt to sockopt_tBreno Leitao1-3/+16
2026-04-13udp: Force compute_score to always inlineGabriel Krisman Bertazi1-6/+7
2026-04-12net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet1-1/+2
2026-03-13udp: Don't pass proto to __udp4_lib_rcv() and __udp6_lib_rcv().Kuniyuki Iwashima1-11/+4
2026-03-13udp: Don't pass udptable to IPv6 socket lookup functions.Kuniyuki Iwashima1-45/+37
2026-03-13udp: Remove dead check in __udp[46]_lib_lookup() for BPF.Kuniyuki Iwashima1-2/+1
2026-03-13udp: Remove udp_table in struct udp_seq_afinfo.Kuniyuki Iwashima1-1/+0
2026-03-13udp: Remove struct proto.h.udp_table.Kuniyuki Iwashima1-1/+0
2026-03-13udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.Kuniyuki Iwashima1-3/+2
2026-03-13udp: Remove partial csum code in TX.Kuniyuki Iwashima1-29/+25
2026-03-13udp: Remove partial csum code in RX.Kuniyuki Iwashima1-62/+20
2026-03-13udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima1-29/+19
2026-03-13ipv6: Retire UDP-Lite.Kuniyuki Iwashima1-15/+17
2026-03-13udp: Make udp[46]_seq_show() static.Kuniyuki Iwashima1-2/+1
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet1-5/+5
2026-02-24udp: move udp6_csum_init() back to net/ipv6/udp.cEric Dumazet1-0/+46
2026-01-06udp: udplite is unlikelyEric Dumazet1-2/+3
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook1-2/+3
2025-09-23udp: 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-11ipv6: 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-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer1-3/+1
2025-07-02udp: move udp_memory_allocated into net_aligned_dataEric Dumazet1-1/+1
2025-06-23net: annotate races around sk->sk_uidEric Dumazet1-2/+3
2025-04-08udp_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-18ipv6: initialize inet socket cookies with sockcm_initWillem de Bruijn1-3/+0
2025-02-18ipv6: 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-16sock: 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-15udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki1-1/+3
2024-08-05ipv6: 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-28udp: 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