summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2018-01-17e1000e: Fix e1000_check_for_copper_link_ich8lan return value.Benjamin Poirier1-3/+8
2018-01-17net: stmmac: enable EEE in MII, GMII or RGMII onlyJerome Brunet1-0/+6
2018-01-17sh_eth: fix SH7757 GEther initializationSergei Shtylyov1-2/+2
2018-01-17sh_eth: fix TSU resource handlingSergei Shtylyov1-3/+22
2018-01-02net: mvmdio: disable/unprepare clocks in EPROBE_DEFER caseTobias Jordan1-1/+2
2018-01-02tg3: Fix rx hang on MTU change with 5717/5719Brian King1-1/+3
2018-01-02net: mvneta: clear interface link status on port disableYelena Krivosheev1-0/+4
2017-12-25fm10k: ensure we process SM mbx when processing VF mbxJacob Keller1-0/+3
2017-12-25igb: check memory allocation failureChristophe JAILLET1-0/+2
2017-12-25i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck1-4/+12
2017-12-20net: bcmgenet: Power up the internal PHY before probing the MIIDoug Berger1-0/+8
2017-12-20net: bcmgenet: correct MIB access of UniMAC RUNT countersDoug Berger1-4/+7
2017-12-20net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB valuesDoug Berger2-10/+60
2017-12-16bnx2x: fix possible overrun of VFPF multicast addresses arrayMichal Schmidt1-12/+11
2017-12-09net: fec: fix multicast filtering hardware setupRui Sousa1-14/+9
2017-11-30net: 3com: typhoon: typhoon_init_one: fix incorrect return valuesThomas Preisner1-3/+6
2017-11-30net: 3com: typhoon: typhoon_init_one: make return values more specificThomas Preisner1-8/+8
2017-11-30e1000e: Separate signaling for link check/link upBenjamin Poirier2-4/+9
2017-11-30e1000e: Fix return value testBenjamin Poirier1-1/+1
2017-11-30e1000e: Fix error path in link detectionBenjamin Poirier1-3/+4
2017-11-30ixgbe: Fix skb list corruption on Power systemsBrian King1-1/+1
2017-11-30fm10k: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30i40evf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30igbvf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30igb: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30i40e: Use smp_rmb rather than read_barrier_dependsBrian King2-2/+2
2017-11-24fealnx: Fix building error on MIPSHuacai Chen1-3/+3
2017-11-21ixgbe: handle close/suspend race with netif_device_detach/presentEmil Tantilov1-9/+8
2017-11-21ixgbe: fix AER error handlingEmil Tantilov1-2/+4
2017-11-21igb: Fix hw_dbg logging in igb_update_flash_i210Hannu Lounento1-2/+2
2017-11-21igb: close/suspend race in netif_device_detachTodd Fujinaka1-9/+12
2017-11-21igb: reset the PHY before reading the PHY IDAaron Sierra1-0/+11
2017-10-21net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new pr...Majd Dibbiny1-2/+0
2017-10-08sh_eth: use correct name for ECMR_MPDE bitNiklas Söderlund1-1/+1
2017-09-27qlge: avoid memcpy buffer overflowArnd Bergmann1-1/+1
2017-08-11tg3: Fix race condition in tg3_get_stats64().Michael Chan1-0/+3
2017-08-11sh_eth: R8A7740 supports packet shecksummingSergei Shtylyov1-0/+1
2017-08-11net/mlx4: Remove BUG_ON from ICM allocation routineLeon Romanovsky1-1/+6
2017-08-11r8169: add support for RTL8168 series add-on card.Chun-Hao Lin1-0/+1
2017-08-11sh_eth: Fix ethtool operation crash when net device is downBen Hutchings1-0/+10
2017-07-15bgmac: reset & enable Ethernet core before using itRafał Miłecki1-0/+5
2017-07-15bgmac: fix device initialization on Northstar SoCs (condition typo)Rafał Miłecki1-2/+3
2017-07-05net: korina: Fix NAPI versus resources freeingFlorian Fainelli1-4/+4
2017-06-26net: xilinx_emaclite: fix receive buffer overflowAnssi Hannula1-3/+7
2017-06-26net: xilinx_emaclite: fix freezes due to unordered I/OAnssi Hannula1-54/+62
2017-06-14mlx5: stop including <asm-generic/kmap_types.h>Christoph Hellwig3-3/+3
2017-06-14net: ethoc: enable NAPI before poll may be scheduledMax Filippov1-1/+2
2017-06-14cxgb4: avoid enabling napi twice to the same queueGanesh Goudar1-0/+4
2017-06-14bnx2x: Fix Multi-CosMintz, Yuval1-1/+1