summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-03ipv4: fib: Namespacify fib_info hash tables.Kuniyuki Iwashima
2025-03-03ipv4: fib: Add fib_info_hash_grow().Kuniyuki Iwashima
2025-03-03ipv4: fib: Remove fib_info_hash_size.Kuniyuki Iwashima
2025-03-03ipv4: fib: Remove fib_info_laddrhash pointer.Kuniyuki Iwashima
2025-03-03ipv4: fib: Make fib_info_hashfn() return struct hlist_head.Kuniyuki Iwashima
2025-03-03ipv4: fib: Allocate fib_info_hash[] during netns initialisation.Kuniyuki Iwashima
2025-03-03ipv4: fib: Allocate fib_info_hash[] and fib_info_laddrhash[] by kvcalloc().Kuniyuki Iwashima
2025-03-03ipv4: fib: Use cached net in fib_inetaddr_event().Kuniyuki Iwashima
2025-03-03selftests: net: report output format as TAP 13 in Python testsJakub Kicinski
2025-02-28Merge branch 'add-usb-net-support-for-telit-cinterion-fn990b'Jakub Kicinski
2025-02-28net: usb: cdc_mbim: fix Telit Cinterion FE990A nameFabio Porcedda
2025-02-28net: usb: qmi_wwan: fix Telit Cinterion FE990A nameFabio Porcedda
2025-02-28net: usb: qmi_wwan: add Telit Cinterion FE990B compositionFabio Porcedda
2025-02-28Merge branch 'inet-ping-remove-extra-skb_clone-consume_skb'Jakub Kicinski
2025-02-28inet: ping: avoid skb_clone() dance in ping_rcv()Eric Dumazet
2025-02-28ipv4: icmp: do not process ICMP_EXT_ECHOREPLY for broadcast/multicast addressesEric Dumazet
2025-02-28wifi: ath12k: Fix invalid data access in ath12k_dp_rx_h_undecap_nwifiManish Dharanenthiran
2025-02-28wifi: ath12k: Report proper tx completion status to mac80211Vinith Kumar R
2025-02-28wifi: ath11k: Deprecate qcom,ath11k-calibration-variant propertiesKrzysztof Kozlowski
2025-02-28wifi: ath10k: Deprecate qcom,ath10k-calibration-variant propertiesKrzysztof Kozlowski
2025-02-28dt-bindings: wireless: ath12k: Strip ath12k prefix from calibration propertyKrzysztof Kozlowski
2025-02-28dt-bindings: wireless: ath11k: Strip ath11k prefix from calibration propertyKrzysztof Kozlowski
2025-02-28dt-bindings: wireless: ath10k: Strip ath10k prefix from calibration propertiesKrzysztof Kozlowski
2025-02-28wifi: ath12k: pass BSSID index as input for EMAAloka Dixit
2025-02-28wifi: ath12k: pass tx arvif for MBSSID and EMA beacon generationAloka Dixit
2025-02-28wifi: ath12k: refactor transmitted arvif retrievalAloka Dixit
2025-02-28wifi: ath11k: pass tx arvif for MBSSID and EMA beacon generationAloka Dixit
2025-02-28wifi: ath11k: refactor transmitted arvif retrievalAloka Dixit
2025-02-28Merge branch 'net-stmmac-cleanup-transmit-clock-setting'Jakub Kicinski
2025-02-28net: stmmac: thead: switch to use set_clk_tx_rate() hookRussell King (Oracle)
2025-02-28net: stmmac: meson: switch to use set_clk_tx_rate() hookRussell King (Oracle)
2025-02-28net: stmmac: ipq806x: switch to use set_clk_tx_rate() hookRussell King (Oracle)
2025-02-28net: stmmac: rk: switch to use set_clk_tx_rate() hookRussell King (Oracle)
2025-02-28net: stmmac: imx: use generic stmmac_set_clk_tx_rate()Russell King (Oracle)
2025-02-28net: stmmac: intel: use generic stmmac_set_clk_tx_rate()Russell King (Oracle)
2025-02-28net: stmmac: s32: use generic stmmac_set_clk_tx_rate()Russell King (Oracle)
2025-02-28net: stmmac: starfive: use generic stmmac_set_clk_tx_rate()Russell King (Oracle)
2025-02-28net: stmmac: dwc-qos: use generic stmmac_set_clk_tx_rate()Russell King (Oracle)
2025-02-28net: stmmac: provide generic implementation for set_clk_tx_rate methodRussell King (Oracle)
2025-02-28net: stmmac: provide set_clk_tx_rate() hookRussell King (Oracle)
2025-02-28wifi: mac80211: refactor populating mesh related fields in sinfoSarika Sharma
2025-02-28wifi: cfg80211: reorg sinfo structure elements for meshSarika Sharma
2025-02-28wifi: iwlwifi: Fix spelling mistake "Increate" -> "Increase"Colin Ian King
2025-02-28Merge branch 'mlx5-health-syndrome'David S. Miller
2025-02-28net/mlx5: Add trust lockdown error to health syndrome print functionShahar Shitrit
2025-02-28net/mlx5: Expose crr in health bufferShahar Shitrit
2025-02-28net/mlx5: Log health buffer data on any syndromeMoshe Shemesh
2025-02-28net/mlx5: Avoid report two health errors on same syndromeMoshe Shemesh
2025-02-27Merge branch 'selftests-net-deflake-gro-tests-and-fix-return-value-and-output'Jakub Kicinski
2025-02-27selftests/net: deflake GRO testsKevin Krakauer