summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-04-13mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLEPetr Machata1-3/+5
2020-04-13net: stmmac: dwmac1000: fix out-of-bounds mac address reg settingJisheng Zhang1-1/+1
2020-04-02net: ks8851-ml: Fix IO operations, againMarek Vasut1-4/+52
2020-04-02Revert "r8169: check that Realtek PHY driver module is loaded"Greg Kroah-Hartman1-9/+0
2020-04-02sxgbe: Fix off by one in samsung driver strncpy size argDominik Czarnota1-1/+1
2020-04-02dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroomNathan Chancellor1-3/+1
2020-04-02fsl/fman: detect FMan erratum A050385Madalin Bucur3-0/+51
2020-04-02r8169: re-enable MSI on RTL8168cHeiner Kallweit1-1/+1
2020-04-02bnxt_en: Reset rings if ring reservation fails during open()Vasundhara Volam1-0/+4
2020-04-02bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()Edwin Peer1-5/+10
2020-04-02net: stmmac: dwmac-rk: fix error path in rk_gmac_probeEmil Renner Berthing1-1/+1
2020-04-02net: mvneta: Fix the case where the last poll did not process all rxJisheng Zhang1-2/+1
2020-04-02mlxsw: spectrum_mr: Fix list iteration in error pathIdo Schimmel1-4/+4
2020-03-20sfc: fix timestamp reconstruction at 16-bit rollover pointsAlex Maftei (amaftei)1-3/+35
2020-03-20net: rmnet: fix packet forwarding in rmnet bridge modeTaehee Yoo1-0/+3
2020-03-20net: rmnet: fix bridge mode bugsTaehee Yoo4-77/+64
2020-03-20net: rmnet: use upper/lower device infrastructureTaehee Yoo1-19/+16
2020-03-20net: rmnet: do not allow to change mux id if mux id is duplicatedTaehee Yoo1-0/+4
2020-03-20net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device()Taehee Yoo1-2/+0
2020-03-20net: rmnet: fix suspicious RCU usageTaehee Yoo3-10/+9
2020-03-20net: rmnet: fix NULL pointer dereference in rmnet_changelink()Taehee Yoo1-4/+2
2020-03-20net: rmnet: fix NULL pointer dereference in rmnet_newlink()Taehee Yoo1-0/+5
2020-03-20hinic: fix a bug of setting hw_ioctxtLuo bin3-1/+3
2020-03-20hinic: fix a irq affinity bugLuo bin2-3/+3
2020-03-20net: ks8851-ml: Fix IRQ handling and lockingMarek Vasut1-6/+8
2020-03-18net: fec: validate the new settings in fec_enet_set_coalesce()Jakub Kicinski1-3/+3
2020-03-18bnxt_en: reinitialize IRQs when MTU is modifiedVasundhara Volam1-2/+2
2020-03-18sfc: detach from cb_page in efx_copy_channel()Edward Cree1-0/+1
2020-03-18net: systemport: fix index check to avoid an array out of bounds accessColin Ian King1-1/+1
2020-03-18net: stmmac: dwmac1000: Disable ACS if enhanced descs are not usedRemi Pommarel1-1/+2
2020-03-11net: thunderx: workaround BGX TX Underflow issueTim Harvey2-3/+68
2020-03-11ice: Don't tell the OS that link is going downMichal Swiatkowski1-7/+0
2020-03-11net: ks8851-ml: Fix 16-bit IO operationMarek Vasut1-2/+2
2020-03-11net: ks8851-ml: Fix 16-bit data accessMarek Vasut1-2/+2
2020-03-11net: ks8851-ml: Remove 8-bit bus accessorsMarek Vasut1-40/+5
2020-03-05drivers: net: xgene: Fix the order of the arguments of 'alloc_etherdev_mqs()'Christophe JAILLET1-1/+1
2020-03-05net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski3-0/+16
2020-03-05net: atlantic: fix potential error handlingPavel Belous1-1/+3
2020-03-05net: atlantic: fix use after free kasan warnPavel Belous2-6/+5
2020-03-05qede: Fix race between rdma destroy workqueue and link change eventMichal Kalderon2-1/+30
2020-03-05net: mscc: fix in frame extractionHoratiu Vultur1-0/+8
2020-03-05net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski1-0/+5
2020-03-05net: ena: ethtool: use correct value for crc32 hashSameeh Jubran1-2/+2
2020-03-05net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski2-1/+25
2020-03-05net: ena: rss: store hash function as values and not bitsArthur Kiyanovski1-1/+5
2020-03-05net: ena: rss: fix failure to get indirection tableSameeh Jubran1-0/+14
2020-03-05net: ena: fix incorrect default RSS keyArthur Kiyanovski2-0/+16
2020-03-05net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski1-0/+1
2020-03-05net: ena: fix uses of round_jiffies()Arthur Kiyanovski1-3/+3
2020-03-05net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski1-8/+9