summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-16net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configurationSergey Organov1-0/+4
2020-07-16net: fec: fix hardware time stamping by external devicesSergey Organov3-6/+30
2020-07-15ax88172a: fix ax88172a_unbind() failuresGeorge Kennedy1-0/+1
2020-07-15dpaa2-eth: check fsl_mc_get_endpoint for IS_ERR_OR_NULL()Ioana Ciornei1-1/+1
2020-07-14qed: Disable "MFW indication via attention" SPAM every 5 minutesLaurence Oberman1-1/+2
2020-07-14gianfar: Use random MAC address when none is givenMaxim Kochetkov1-1/+5
2020-07-14hippi: Fix a size used in a 'pci_free_consistent()' in an error handling pathChristophe JAILLET1-1/+1
2020-07-13Merge tag 'wireless-drivers-2020-07-13' of git://git.kernel.org/pub/scm/linux...David S. Miller18-68/+120
2020-07-13usb: hso: Fix debug compile warning on sparc32Geert Uytterhoeven1-2/+3
2020-07-12bnxt_en: Fix completion ring sizing with TPA enabled.Michael Chan1-2/+10
2020-07-12bnxt_en: Init ethtool link settings after reading updated PHY configuration.Vasundhara Volam1-5/+5
2020-07-12bnxt_en: Fix race when modifying pause settings.Vasundhara Volam1-1/+4
2020-07-10mlxsw: pci: Fix use-after-free in case of failed devlink reloadIdo Schimmel1-16/+38
2020-07-10mlxsw: spectrum_router: Remove inappropriate usage of WARN_ON()Ido Schimmel1-1/+1
2020-07-10net: macb: fix call to pm_runtime in the suspend/resume functionsNicolas Ferre1-2/+4
2020-07-10net: macb: fix macb_suspend() by removing call to netif_carrier_off()Nicolas Ferre1-1/+0
2020-07-10net: macb: fix macb_get/set_wol() when moving to phylinkNicolas Ferre1-6/+12
2020-07-10net: macb: mark device wake capable when "magic-packet" property presentNicolas Ferre1-1/+1
2020-07-10net: macb: fix wakeup test in runtime suspend/resume routinesNicolas Ferre1-2/+2
2020-07-10bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti1-1/+1
2020-07-09net/mlx5e: CT: Fix memory leak in cleanupEli Britstein1-0/+1
2020-07-09net/mlx5e: Fix port buffers cell size valueEran Ben Elisha4-25/+49
2020-07-09net/mlx5e: Fix 50G per lane indicationAya Levin3-8/+23
2020-07-09net/mlx5e: Fix CPU mapping after function reload to avoid aRFS RX crashAya Levin1-4/+4
2020-07-09net/mlx5e: Fix VXLAN configuration restore after function reloadAya Levin1-3/+4
2020-07-09net/mlx5e: Fix usage of rcu-protected pointerVlad Buslov1-3/+6
2020-07-09net/mxl5e: Verify that rpriv is not NULLVlad Buslov1-2/+3
2020-07-09net/mlx5: E-Switch, Fix vlan or qos setting in legacy modeVu Pham1-1/+0
2020-07-09net/mlx5: Fix eeprom support for SFP moduleEran Ben Elisha1-16/+77
2020-07-09qed: Populate nvm-file attributes while reading nvm config partition.Sudarsana Reddy Kalluru4-9/+21
2020-07-08cxgb4: fix all-mask IP address comparisonRahul Lakkireddy1-5/+5
2020-07-08net: atlantic: fix ip dst and ipv6 address filtersDmitry Bogdanov2-3/+3
2020-07-07ionic: centralize queue reset codeShannon Nelson3-41/+32
2020-07-07net: qed: fix buffer overflow on ethtool -dAlexander Lobakin2-1/+14
2020-07-07net/mlx5e: Do not include rwlock.h directlySebastian Andrzej Siewior1-1/+0
2020-07-07net: ethernet: fec: prevent tx starvation under high rx loadTobias Waldekranz2-68/+31
2020-07-07net: sky2: initialize return of gm_phy_readTom Rix1-1/+1
2020-07-07net: usb: qmi_wwan: add support for Quectel EG95 LTE modemAceLan Kao1-0/+1
2020-07-07net: ipa: include declarations in "ipa_gsi.c"Alex Elder1-0/+1
2020-07-07net: ipa: declare struct types in "ipa_gsi.h"Alex Elder1-0/+2
2020-07-07net: ipa: fix QMI structure definition bugsAlex Elder1-3/+3
2020-07-06net: hns3: fix use-after-free when doing self testYonglong Liu1-3/+6
2020-07-06net: hns3: add a missing uninit debugfs when unload driverHuazhong Tan1-2/+1
2020-07-06net: hns3: fix for mishandle of asserting VF reset failHuazhong Tan1-0/+5
2020-07-06net: hns3: check reset pending after FLR prepareHuazhong Tan1-1/+1
2020-07-06smsc95xx: avoid memory leak in smsc95xx_bindAndre Edich1-1/+2
2020-07-06smsc95xx: check return value of smsc95xx_resetAndre Edich1-0/+6
2020-07-06drivers/net/wan/lapbether: Fixed the value of hard_header_lenXie He1-1/+8
2020-07-04net: rmnet: do not allow to add multiple bridge interfacesTaehee Yoo1-0/+5
2020-07-04net: rmnet: fix lower interface leakTaehee Yoo1-9/+12