summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: spectrum_fid: Add an object to keep flood profilesPetr Machata2023-11-291-19/+31
* mlxsw: spectrum_fid: Add hooks for RSP table maintenancePetr Machata2023-11-293-1/+67
* mlxsw: spectrum_fid: Add a not-UC packet typePetr Machata2023-11-292-0/+12
* mlxsw: spectrum_fid: Add an op for packing SFMRPetr Machata2023-11-291-2/+11
* mlxsw: spectrum_fid: Add an op to get PGT address of a FIDPetr Machata2023-11-291-7/+9
* mlxsw: spectrum_fid: Add an op to get PGT allocation sizePetr Machata2023-11-291-5/+18
* mlxsw: spectrum_fid: Add an op for flood table initializationPetr Machata2023-11-291-5/+12
* mlxsw: spectrum_fid: Move mlxsw_sp_fid_flood_table_init() upPetr Machata2023-11-291-30/+30
* mlxsw: spectrum_fid: Make mlxsw_sp_fid_ops.setup return an intPetr Machata2023-11-291-7/+14
* mlxsw: spectrum_fid: Split a helper out of mlxsw_sp_fid_flood_table_mid()Petr Machata2023-11-291-5/+12
* mlxsw: spectrum_fid: Rename FID ops, families, arraysPetr Machata2023-11-291-23/+25
* mlxsw: spectrum_fid: Privatize FID familiesPetr Machata2023-11-293-20/+44
* net: phy: aquantia: drop wrong endianness conversion for addr and CRCChristian Marangi2023-11-291-10/+14
* net: phy: adin: allow control of Fast Link DownVincent Whitchurch2023-11-291-0/+53
* r8169: improve handling task schedulingHeiner Kallweit2023-11-291-2/+4
* net: dsa: microchip: make phylink_mac_link_up() not optionalOleksij Rempel2023-11-291-4/+2
* net: dsa: microchip: ksz8: Add function to configure ports with integrated PHYsOleksij Rempel2023-11-293-1/+74
* net: dsa: microchip: ksz8: Make flow control, speed, and duplex on CPU port c...Oleksij Rempel2023-11-293-2/+56
* gve: Remove dependency on 4k page size.John Fraker2023-11-295-10/+11
* gve: Add page size register to the register_page_list command.John Fraker2023-11-292-1/+3
* gve: Remove obsolete checks that rely on page size.John Fraker2023-11-292-18/+1
* gve: Deprecate adminq_pfn for pci revision 0x1.John Fraker2023-11-292-13/+44
* gve: Perform adminq allocations through a dma_pool.John Fraker2023-11-292-10/+22
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-11-2812-200/+90
|\
| * iavf: use iavf_schedule_aq_request() helperPetr Oros2023-11-272-17/+8
| * iavf: Remove queue tracking fields from iavf_adminq_ringIvan Vecera2023-11-274-70/+39
| * i40e: Remove queue tracking fields from i40e_adminq_ringIvan Vecera2023-11-274-70/+39
| * i40e: Remove AQ register definitions for VF typesIvan Vecera2023-11-271-10/+0
| * i40e: Delete unused and useless i40e_pf fieldsIvan Vecera2023-11-273-33/+4
* | r8169: remove multicast filter limitHeiner Kallweit2023-11-281-6/+1
* | ice: fix error code in ice_eswitch_attach()Dan Carpenter2023-11-281-1/+3
* | nfp: ethtool: support TX/RX pause frame on/offYu Xiao2023-11-283-4/+124
* | eth: link netdev to page_pools in driversJakub Kicinski2023-11-284-0/+5
* | Merge tag 'wireless-next-2023-11-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-11-27149-58614/+3358
|\ \
| * | wifi: rtw89: 8922a: read efuse content from physical mapPing-Ke Shih2023-11-222-0/+88
| * | wifi: rtw89: 8922a: read efuse content via efuse map struct from logic mapPing-Ke Shih2023-11-222-0/+208
| * | wifi: rtw89: 8852c: read RX gain offset from efuse for 6GHz channelsPing-Ke Shih2023-11-224-2/+66
| * | wifi: rtw89: mac: add to access efuse for WiFi 7 chipsPing-Ke Shih2023-11-2211-6/+552
| * | wifi: rtw89: mac: use mac_gen pointer to access about efusePing-Ke Shih2023-11-225-9/+29
| * | wifi: rtw89: 8922a: add 8922A basic chip infoPing-Ke Shih2023-11-224-0/+139
| * | wifi: rtlwifi: drop unused const_amdpci_aspmBjorn Helgaas2023-11-2211-28/+0
| * | wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove unused priv variableSu Hui2023-11-221-8/+0
| * | wifi: rtw89: regd: update regulatory map to R65-R44Zong-Zhe Yang2023-11-221-3/+3
| * | wifi: rtw89: regd: handle policy of 6 GHz according to BIOSZong-Zhe Yang2023-11-222-2/+160
| * | wifi: rtw89: acpi: process 6 GHz band policy from DSMZong-Zhe Yang2023-11-225-19/+109
| * | wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start()Dmitry Antipov2023-11-221-8/+0
| * | wifi: rtw89: pci: update interrupt mitigation register for 8922AEPing-Ke Shih2023-11-142-2/+10
| * | wifi: rtw89: pci: correct interrupt mitigation register for 8852CEPing-Ke Shih2023-11-146-1/+14
| * | wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AEPing-Ke Shih2023-11-144-0/+219
| * | wifi: rtw89: pci: generalize interrupt status bits of interrupt handlersPing-Ke Shih2023-11-144-11/+111