summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-05-09net: stmmac: stmmac_vlan: rename VLAN functions and symbol to generic symbol.Boon Khai Ng
2025-05-09net: stmmac: Refactor VLAN implementationBoon Khai Ng
2025-05-09net: mvpp2: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean
2025-05-09net: gianfar: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean
2025-05-09net: dpaa2-eth: add ndo_hwtstamp_get() implementationVladimir Oltean
2025-05-09net: dpaa2-eth: convert to ndo_hwtstamp_set()Vladimir Oltean
2025-05-09net: dpaa_eth: simplify dpaa_ioctl()Vladimir Oltean
2025-05-09net: dpaa_eth: add ndo_hwtstamp_get() implementationVladimir Oltean
2025-05-09net: dpaa_eth: convert to ndo_hwtstamp_set()Vladimir Oltean
2025-05-09net: dsa: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean
2025-05-09net: thunder: make tx software timestamp independentJason Xing
2025-05-09iidc/ice/irdma: Update IDC to support multiple consumersDave Ertman
2025-05-09wifi: iwlwifi: remove unused high_temp from iwl_cfgJohannes Berg
2025-05-09wifi: iwlwifi: cfg: move MAC parameters to MAC dataJohannes Berg
2025-05-09wifi: iwlwifi: cfg: remove DCCM offsets from new devicesJohannes Berg
2025-05-09wifi: iwlwifi: cfg: remove eeprom_size from new devicesJohannes Berg
2025-05-09wifi: iwlwifi: rename struct iwl_base_paramsJohannes Berg
2025-05-09wifi: iwlwifi: cfg: remove rf_id fieldJohannes Berg
2025-05-09wifi: iwlwifi: cfg: remove dbgc_supported fieldJohannes Berg
2025-05-09wifi: iwlwifi: rename cfg_trans_params to mac_cfgJohannes Berg
2025-05-09wifi: iwlwifi: pass trans to iwl_parse_nvm_mcc_info()Johannes Berg
2025-05-09wifi: iwlwifi: cfg: remove nvm_hw_section_num from new devicesJohannes Berg
2025-05-09wifi: iwlwifi: cfg: handle cc firmware dynamicallyJohannes Berg
2025-05-09wifi: iwlwifi: cfg: build ax210 family FW names dynamicallyJohannes Berg
2025-05-09wifi: iwlwifi: cfg: remove 'cdb' valueJohannes Berg
2025-05-09wifi: iwlwifi: cfg: remove QuZ/JF special casesJohannes Berg
2025-05-09wifi: iwlwifi: build 9000 series FW filenames dynamicallyJohannes Berg
2025-05-09wifi: iwlwifi: add JF1/JF2 RF for dynamic FW buildingJohannes Berg
2025-05-09wifi: iwlwifi: pcie: remove 0x2726 devicesJohannes Berg
2025-05-09wifi: iwlwifi: cfg: inline HT paramsJohannes Berg
2025-05-09wifi: iwlwifi: cfg: remove 6 GHz from ht40_bandsJohannes Berg
2025-05-09wifi: iwlwifi: mld: call thermal exit without wiphy lock heldBenjamin Berg
2025-05-09wifi: iwlwifi: mld: avoid init-after-queueMiri Korenblit
2025-05-09wifi: iwlwifi: mld: use a radio/system specific power budgetBenjamin Berg
2025-05-09wifi: iwlwifi: mvm: use a radio/system specific power budgetBenjamin Berg
2025-05-09wifi: iwlwifi: fix thermal code compilation with -Werror=cast-qualBenjamin Berg
2025-05-09wifi: iwlwifi: pcie: remove iwl_trans_pcie_gen2_send_hcmdMiri Korenblit
2025-05-09wifi: iwlwifi: Add support for a new version for link config commandYedidya Benshimol
2025-05-09wifi: iwlwifi: Add a new version for mac config commandYedidya Benshimol
2025-05-09wifi: iwlwifi: Add a new version for sta config commandYedidya Benshimol
2025-05-09wifi: iwlwifi: add range response version 10 supportAvraham Stern
2025-05-09wifi: iwlwifi: mld: remove one more error in unallocated BAIDMiri Korenblit
2025-05-08net: enetc: add loopback support for i.MX95 ENETC PFWei Fang
2025-05-08net: enetc: add VLAN filtering support for i.MX95 ENETC PFWei Fang
2025-05-08net: enetc: move generic VLAN hash filter functions to enetc_pf_common.cWei Fang
2025-05-08net: enetc: extract enetc_refresh_vlan_ht_filter()Wei Fang
2025-05-08net: enetc: enable RSS feature by defaultWei Fang
2025-05-08net: enetc: change enetc_set_rss() to void typeWei Fang
2025-05-08net: enetc: add RSS support for i.MX95 ENETC PFWei Fang
2025-05-08net: enetc: make enetc_set_rss_key() reusableWei Fang