aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-16octeontx2-pf: CN10K: Hide RPM stats over ethtoolHariprasad Kelam2-15/+24
2021-09-16net: thunderx: Make use of the helper function dev_err_probe()Cai Huoqing3-8/+4
2021-09-16net: hinic: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-09-16net: ethoc: Make use of the helper function dev_err_probe()Cai Huoqing1-8/+4
2021-09-16net: enetc: Make use of the helper function dev_err_probe()Cai Huoqing4-20/+10
2021-09-16net: chelsio: cxgb4vf: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-09-16net: atl1e: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-09-16net: atl1c: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-09-16net: arc_emac: Make use of the helper function dev_err_probe()Cai Huoqing1-5/+4
2021-09-15mlxsw: Add support for transceiver modules resetIdo Schimmel4-0/+77
2021-09-15mlxsw: Make PMAOS pack function more genericIdo Schimmel2-6/+5
2021-09-15mlxsw: reg: Add fields to PMAOS registerIdo Schimmel1-0/+26
2021-09-15mlxsw: Track per-module port statusIdo Schimmel4-9/+113
2021-09-15mlxsw: spectrum: Do not return an error in mlxsw_sp_port_module_unmap()Ido Schimmel1-2/+2
2021-09-15mlxsw: spectrum: Do not return an error in ndo_stop()Ido Schimmel1-1/+2
2021-09-15mlxsw: core_env: Convert 'module_info_lock' to a mutexIdo Schimmel1-10/+13
2021-09-15mlxsw: core_env: Defer handling of module temperature warning eventsIdo Schimmel1-5/+34
2021-09-15mlxsw: core: Remove mlxsw_core_is_initialized()Ido Schimmel3-15/+0
2021-09-15mlxsw: core: Initialize switch driver lastIdo Schimmel1-11/+10
2021-09-15net/mlx5: Publish and unpublish all devlink parameters at onceLeon Romanovsky1-8/+2
2021-09-15netdevsim: add ability to change channel countJakub Kicinski2-0/+29
2021-09-15ibmvnic: Reuse tx pools when possibleSukadev Bhattiprolu2-70/+147
2021-09-15ibmvnic: Reuse rx pools when possibleSukadev Bhattiprolu2-64/+137
2021-09-15ibmvnic: Reuse LTB when possibleSukadev Bhattiprolu1-63/+74
2021-09-15ibmvnic: Use bitmap for LTB map_idsSukadev Bhattiprolu2-5/+10
2021-09-15ibmvnic: init_tx_pools move loop-invariant codeSukadev Bhattiprolu1-3/+2
2021-09-15ibmvnic: Use/rename local vars in init_tx_poolsSukadev Bhattiprolu1-14/+16
2021-09-15ibmvnic: Use/rename local vars in init_rx_poolsSukadev Bhattiprolu2-9/+10
2021-09-15ibmvnic: Fix up some comments and messagesSukadev Bhattiprolu1-6/+38
2021-09-15ibmvnic: Consolidate code in replenish_rx_pool()Sukadev Bhattiprolu1-3/+7
2021-09-15net: lantiq: configure the burst length in ethernet driversAleksander Jan Bajkowski2-6/+36
2021-09-14net: hns3: PF support get multicast MAC address space assigned by firmwareGuangbin Huang6-7/+43
2021-09-14net: hns3: PF support get unicast MAC address space assigned by firmwareGuangbin Huang4-4/+14
2021-09-14net: phy: at803x: add support for qca 8327 internal phyAnsuel Smith1-0/+15
2021-09-14net: wwan: iosm: fix linux-next build errorM Chetan Kumar1-1/+0
2021-09-14r8169: remove support for chip version RTL_GIGA_MAC_VER_27Heiner Kallweit3-99/+3
2021-09-14mlxsw: reg: Remove PMTM registerJiri Pirko1-64/+0
2021-09-14mlxsw: spectrum: Use PMTDB register to obtain split infoJiri Pirko5-159/+76
2021-09-14mlxsw: reg: Add Port Module To local DataBase RegisterJiri Pirko1-0/+64
2021-09-14mlxsw: spectrum: Use PLLP to get front panel number and split numberJiri Pirko1-4/+31
2021-09-14mlxsw: reg: Add Port Local port to Label Port mapping RegisterJiri Pirko1-0/+48
2021-09-14mlxsw: spectrum: Move port SWID set before core port initJiri Pirko1-13/+15
2021-09-14mlxsw: spectrum: Move port module mapping before core port initJiri Pirko1-18/+17
2021-09-14mlxsw: spectrum: Bump minimum FW version to xx.2008.3326Jiri Pirko1-3/+3
2021-09-13net: wwan: iosm: firmware flashing and coredump collectionM Chetan Kumar14-31/+2055
2021-09-13nfp: Prefer struct_size over open coded arithmeticLen Baker1-2/+1
2021-09-13qed: Improve the stack space of filter_config()Shai Malin2-48/+22
2021-09-07Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds46-202/+397
2021-09-07net: stmmac: fix MAC not working when system resume back with WoL activeJoakim Zhang1-18/+18
2021-09-07net: phylink: add suspend/resume supportRussell King (Oracle)1-0/+82