summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: libwx: Fix dead code for duplicate checkJiawen Wu2022-11-181-2/+0
* net: phy: mscc: macsec: do not copy encryption keysAntoine Tenart2022-11-182-29/+30
* net: ipa: permit GSI firmware loading to be skippedAlex Elder2022-11-181-4/+12
* net: ipa: introduce "qcom,gsi-loader" propertyAlex Elder2022-11-181-7/+37
* net: ipa: encapsulate decision about firmware loadAlex Elder2022-11-181-8/+31
* ice: Prevent ADQ, DCB coexistence with Custom Tx schedulerMichal Wilczynski2022-11-186-0/+111
* ice: Implement devlink-rate APIMichal Wilczynski2022-11-183-0/+426
* ice: Add an option to pre-allocate memory for ice_sched_nodeMichal Wilczynski2022-11-184-11/+24
* ice: Introduce new parameters in ice_sched_nodeMichal Wilczynski2022-11-185-7/+116
* devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski2022-11-182-3/+3
* ethtool: doc: clarify what drivers can implement in their get_drvinfo()Vincent Mailhol2022-11-181-7/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-1829-154/+300
|\
| * net: usb: smsc95xx: fix external PHY resetAlexandru Tachici2022-11-171-4/+42
| * net: usb: qmi_wwan: add Telit 0x103a compositionEnrico Sau2022-11-171-0/+1
| * netdevsim: Fix memory leak of nsim_dev->fa_cookieWang Yufen2022-11-161-0/+1
| * net: thunderbolt: Fix error handling in tbnet_init()Yuan Can2022-11-161-5/+14
| * net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() an...Shang XiaoJing2022-11-162-0/+6
| * net: lan966x: Fix potential null-ptr-deref in lan966x_stats_init()Shang XiaoJing2022-11-161-0/+3
| * net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx...Liu Jian2022-11-161-1/+2
| * net: hns3: fix setting incorrect phy link ksettings for firmware in resetting...Guangbin Huang2022-11-151-3/+7
| * net: hns3: fix return value check bug of rx copybreakJie Wang2022-11-151-2/+2
| * net: hns3: fix incorrect hw rss hash type of rx packetJian Shen2022-11-156-94/+94
| * net: phy: marvell: add sleep time after enabling the loopback bitAminuddin Jamaluddin2022-11-151-7/+9
| * net: ena: Fix error handling in ena_init()Yuan Can2022-11-151-1/+7
| * net: ionic: Fix error handling in ionic_init_module()Yuan Can2022-11-151-1/+7
| * mlxsw: Avoid warnings when not offloaded FDB entry with IPv6 is removedAmit Cohen2022-11-151-0/+2
| * net: mhi: Fix memory leak in mhi_net_dellink()Wei Yongjun2022-11-141-0/+2
| * octeon_ep: ensure get mac address successfully before eth_hw_addr_set()Ziyang Xuan2022-11-141-1/+5
| * octeon_ep: fix potential memory leak in octep_device_setup()Ziyang Xuan2022-11-141-1/+5
| * octeon_ep: ensure octep_get_link_status() successfully before octep_link_up()Ziyang Xuan2022-11-141-1/+1
| * octeon_ep: delete unnecessary napi rollback under set_queues_err in octep_open()Ziyang Xuan2022-11-141-2/+0
| * bnxt_en: Remove debugfs when pci_register_driver failedGaosheng Cui2022-11-141-1/+9
| * net: macvlan: Use built-in RCU list checkingChuang Wang2022-11-141-2/+2
| * net: liquidio: release resources when liquidio driver open failedZhengchao Shao2022-11-141-8/+26
| * mctp i2c: don't count unused / invalid keys for flow releaseJeremy Kerr2022-11-121-15/+32
| * net: stmmac: ensure tx function is not running in stmmac_xdp_release()Mohd Faizal Abdul Rahim2022-11-121-0/+3
| * net: phy: dp83867: Fix SGMII FIFO depth for non OF devicesMichael Sit Wei Hong2022-11-121-0/+7
| * net: hinic: Fix error handling in hinic_module_init()Yuan Can2022-11-121-1/+8
| * net: bgmac: Drop free_netdev() from bgmac_enet_remove()Wei Yongjun2022-11-121-1/+0
| * nfp: change eeprom length to max length enumeratorsJaco Coetzee2022-11-111-3/+3
* | net: ethernet: renesas: Fix return type in rswitch_etha_wait_link_verification()Dan Carpenter2022-11-171-1/+1
* | sundance: remove unused variable cntColin Ian King2022-11-171-2/+0
* | mlxsw: update adjfine to use adjust_by_scaled_ppmJacob Keller2022-11-161-15/+3
* | sfc: implement counters readout to TC statsEdward Cree2022-11-163-0/+52
* | sfc: validate MAE action orderEdward Cree2022-11-161-0/+50
* | sfc: attach an MAE counter to TC actions that need itEdward Cree2022-11-163-2/+32
* | sfc: accumulate MAE counter values from update packetsEdward Cree2022-11-162-1/+57
* | sfc: add functions to allocate/free MAE countersEdward Cree2022-11-164-0/+170
* | sfc: add hashtables for MAE counters and counter ID mappingsEdward Cree2022-11-164-0/+90
* | sfc: add extra RX channel to receive MAE counter updates on ef100Edward Cree2022-11-167-10/+373