summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2018-02-22mvpp2: fix multicast address filterMikulas Patocka1-3/+8
2018-02-22IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH portsJack Morgenstein1-0/+3
2018-02-16r8169: fix RTL8168EP take too long to complete driver initialization.Chunhao Lin1-2/+2
2018-02-16qlcnic: fix deadlock bugJunxiao Bi1-9/+9
2018-02-03net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bitGeert Uytterhoeven1-0/+1
2018-02-03igb: Free IRQs when device is hotpluggedLyude Paul1-1/+1
2018-01-31r8169: fix memory corruption on retrieval of hardware statistics.Francois Romieu1-7/+2
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-25ixgbe: fix use of uninitialized paddingEmil Tantilov2-2/+4
2017-12-25igb: check memory allocation failureChristophe JAILLET1-0/+2
2017-12-25bnxt_en: Fix NULL pointer dereference in reopen failure pathSankar Patchineelam1-0/+13
2017-12-25i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck1-4/+12
2017-12-25bna: avoid writing uninitialized data into hw registersArnd Bergmann1-3/+7
2017-12-25bna: integer overflow bug in debugfsDan Carpenter1-1/+1
2017-12-20sfc: don't warn on successful change of MACRobert Stonehouse1-1/+1
2017-12-20net/mlx4_core: Avoid delays during VF driver device shutdownJack Morgenstein2-0/+22
2017-12-20mlxsw: reg: Fix SPVMLR max record countJiri Pirko1-1/+1
2017-12-20mlxsw: reg: Fix SPVM max record countJiri Pirko1-1/+1
2017-12-20net: bcmgenet: Power up the internal PHY before probing the MIIDoug Berger1-0/+8
2017-12-20net: bcmgenet: power down internal phy if open or resume failsDoug Berger1-0/+4
2017-12-20net: bcmgenet: reserved phy revisions must be checked firstDoug Berger1-6/+6
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: do not rollback VF MAC/VLAN filters we did not configureMichal Schmidt2-1/+8
2017-12-16bnx2x: fix possible overrun of VFPF multicast addresses arrayMichal Schmidt1-12/+11
2017-12-16bnx2x: prevent crash when accessing PTP with interface downMichal Schmidt1-1/+19
2017-12-09net: fec: fix multicast filtering hardware setupRui Sousa1-14/+9
2017-12-09ravb: Remove Rx overflow log messagesKazuya Mizuguchi1-6/+2
2017-12-09net: systemport: Pad packet before inserting TSBFlorian Fainelli1-9/+9
2017-12-09net: systemport: Utilize skb_put_padto()Florian Fainelli1-3/+2
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