summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-03-07mptcp: reset when MPTCP opts are dropped after joinMatthieu Baerts (NGI0)
2025-03-07mptcp: always handle address removal under msk socket lockPaolo Abeni
2025-03-07net: ipv6: fix dst ref loop on input in rpl lwtJustin Iurman
2025-03-07net: ipv6: rpl_iptunnel: mitigate 2-realloc issueJustin Iurman
2025-03-07net: ipv6: fix dst ref loop on input in seg6 lwtJustin Iurman
2025-03-07net: ipv6: seg6_iptunnel: mitigate 2-realloc issueJustin Iurman
2025-03-07net: Clear old fragment checksum value in napi_reuse_skbMohammad Heib
2025-03-07tcp: Defer ts_recent changes until req is ownedWang Hai
2025-03-07ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu
2025-03-07ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault
2025-03-07ipv4: Convert icmp_route_lookup() to dscp_t.Guillaume Nault
2025-03-07ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()Ido Schimmel
2025-03-07ipv4: icmp: Pass full DS field to ip_route_input()Ido Schimmel
2025-03-07net/ipv4: add tracepoint for icmp_sendPeilin He
2025-03-07net: set the minimum for net_hotdata.netdev_budget_usecsJiri Slaby (SUSE)
2025-03-07rxrpc: rxperf: Fix missing decoding of terminal magic cookieDavid Howells
2025-03-07Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP responseLuiz Augusto von Dentz
2025-03-07sunrpc: suppress warnings for unused procfs functionsArnd Bergmann
2025-03-07SUNRPC: Handle -ETIMEDOUT return from tlshdBenjamin Coddington
2025-03-07SUNRPC: Prevent looping due to rpc_signal_task() racesTrond Myklebust
2025-02-27drop_monitor: fix incorrect initialization orderGavrilov Ilia
2025-02-27bpf: Disable non stream socket for strparserJiayuan Chen
2025-02-27bpf: Fix wrong copied_seq calculationJiayuan Chen
2025-02-27strparser: Add read_sock callbackJiayuan Chen
2025-02-27bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()Shigeru Yoshida
2025-02-27tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca
2025-02-27arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao
2025-02-27net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao
2025-02-27flow_dissector: Fix port range key handling in BPF conversionCong Wang
2025-02-27flow_dissector: Fix handling of mixed port and port-range keysCong Wang
2025-02-27tcp: adjust rcvq_space after updating scaling ratioJakub Kicinski
2025-02-27vsock/bpf: Warn on socket without transportMichal Luczaj
2025-02-27sockmap, vsock: For connectible sockets allow only connectedMichal Luczaj
2025-02-27net/sched: cls_api: fix error handling causing NULL dereferencePierre Riteau
2025-02-21vsock: Orphan socket after transport releaseMichal Luczaj
2025-02-21vsock: Keep the binding until socket destructionMichal Luczaj
2025-02-21ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet
2025-02-21ipv6: mcast: extend RCU protection in igmp6_send()Eric Dumazet
2025-02-21ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet
2025-02-21openvswitch: use RCU protection in ovs_vport_cmd_fill_info()Eric Dumazet
2025-02-21arp: use RCU protection in arp_xmit()Eric Dumazet
2025-02-21neighbour: use RCU protection in __neigh_notify()Eric Dumazet
2025-02-21neighbour: delete redundant judgment statementsLi Zetao
2025-02-21ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet
2025-02-21ipv6: icmp: convert to dev_net_rcu()Eric Dumazet
2025-02-21ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet
2025-02-21flow_dissector: use RCU protection to fetch dev_net()Eric Dumazet
2025-02-21ipv4: icmp: convert to dev_net_rcu()Eric Dumazet
2025-02-21ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet
2025-02-21net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin