aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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_offset to napi_gro_cbRichard 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-19udp: 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-04Merge 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
2024-03-29udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart1-1/+1
2024-03-11udp: no longer touch sk->sk_refcnt in early demuxEric Dumazet1-2/+3
2024-03-07ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdataEric Dumazet1-2/+0
2024-03-07ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdataEric Dumazet1-1/+0
2024-03-07ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdataEric Dumazet1-8/+8
2024-01-13udp: annotate data-races around up->pendingEric Dumazet1-8/+8
2023-12-11ipv6: annotate data-races around np->ucast_oifEric Dumazet1-1/+1
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet1-1/+1
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer1-2/+4
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet1-1/+1
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet1-1/+1
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet1-3/+3
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet1-1/+1
2023-09-14udplite: fix various data-racesEric Dumazet1-4/+5
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet1-2/+3
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet1-1/+1
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet1-1/+1
2023-09-14udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet1-3/+3
2023-09-14udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet1-2/+2
2023-09-14udp: introduce udp->udp_flagsEric Dumazet1-3/+3
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet1-1/+1
2023-08-16inet: introduce inet->inet_flagsEric Dumazet1-1/+1
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-58/+38
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+8
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet1-2/+2