aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "udp_tunnel: GRO optimizations"Jakub Kicinski2025-03-251-2/+0
* udp_tunnel: create a fastpath GRO lookup.Paolo Abeni2025-03-181-0/+2
* udp: expand SKB_DROP_REASON_UDP_CSUM useEric Dumazet2025-03-081-1/+1
* ipv6: initialize inet socket cookies with sockcm_initWillem de Bruijn2025-02-191-3/+0
* ipv6: replace ipcm6_init calls with ipcm6_init_skWillem de Bruijn2025-02-191-6/+1
* udp: gso: do not drop small packets when PMTU reducesYan Zhai2025-02-031-2/+2
* udp: Deal with race between UDP socket address change and rehashStefano Brivio2024-12-231-0/+50
* sock: support SO_PRIORITY cmsgAnna Emese Nyiri2024-12-171-0/+1
* ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu2024-11-181-2/+100
* ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu2024-11-181-1/+1
* net/udp: Add a new struct for hash2 slotPhilo Lu2024-11-181-9/+6
* udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki2024-10-161-1/+3
* ipv6: udp: constify 'struct net' parameter of socket lookupsEric Dumazet2024-08-051-4/+4
* udp: Remove duplicate included header file trace/events/udp.hThorsten Blum2024-07-091-1/+0
* udp: Allow GSO transmit from devices with no checksum offloadJakub Sitnicki2024-06-291-2/+1
* udp: use sk_skb_reason_drop to free rx packetsYan Zhai2024-06-191-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-1/+2
|\
| * net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert2024-05-021-1/+2
* | ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-7/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-2/+3
|\|
| * udp: preserve the connected status if only UDP cmsgYick Xie2024-04-201-2/+3
* | udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi2024-04-151-4/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-051-1/+1
|\|
| * udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart2024-03-291-1/+1
* | net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skbBalazs Scheidler2024-03-291-1/+2
|/
* udp: no longer touch sk->sk_refcnt in early demuxEric Dumazet2024-03-111-2/+3
* ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdataEric Dumazet2024-03-081-2/+0
* ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdataEric Dumazet2024-03-081-1/+0
* ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdataEric Dumazet2024-03-081-8/+8
* udp: annotate data-races around up->pendingEric Dumazet2024-01-131-8/+8
* ipv6: annotate data-races around np->ucast_oifEric Dumazet2023-12-111-1/+1
* ipv6: annotate data-races around np->mcast_oifEric Dumazet2023-12-111-1/+1
* bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer2023-10-111-2/+4
* ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2023-09-151-1/+1
* ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet2023-09-151-1/+1
* ipv6: lockless IPV6_RECVERR implemetationEric Dumazet2023-09-151-3/+3
* ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet2023-09-151-1/+1
* udplite: fix various data-racesEric Dumazet2023-09-141-4/+5
* udp: annotate data-races around udp->encap_typeEric Dumazet2023-09-141-2/+3
* udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2023-09-141-1/+1
* udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet2023-09-141-1/+1
* udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet2023-09-141-3/+3
* udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet2023-09-141-2/+2
* udp: introduce udp->udp_flagsEric Dumazet2023-09-141-3/+3
* net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-011-1/+1
* inet: introduce inet->inet_flagsEric Dumazet2023-08-161-1/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-031-58/+38
|\
| * bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-251-2/+6
| * net: remove duplicate sk_lookup helpersLorenz Bauer2023-07-251-29/+5
| * net: remove duplicate reuseport_lookup functionsLorenz Bauer2023-07-251-25/+16