summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2013-02-01ixgbe: autoneg variable refactoringJosh Hay6-35/+19
2013-02-01ixgbe: removed unused variable from setup_link_speedJosh Hay6-8/+4
2013-02-01ixgbe: rename autoneg variablesJosh Hay2-29/+28
2013-02-01ixgbe: Fix device ref count bugGreg Rose1-0/+2
2013-02-01ixgbe: Reset the NIC if up2tc has changedAmir Hanania1-4/+12
2013-01-31net/mlx4_en: Fix transmit timeout when driver restarts portAmir Vadai3-8/+14
2013-01-31net/mlx4_en: Don't reassign port mac address on firmware that supports itMatan Barak2-2/+8
2013-01-31net/mlx4_core: Use firmware driven flow steering hash modeHadar Hen Zion4-24/+2
2013-01-31net/mlx4_en: Fix ethtool rules leftovers after module unloadedHadar Hen Zion3-0/+21
2013-01-31net/mlx4_en: Block insertion of ethtool steering rules while the interface is...Hadar Hen Zion1-2/+4
2013-01-31net/mlx4_en: Fix vlan mask for ethtool steering rulesHadar Hen Zion1-4/+9
2013-01-31net/mlx4_en: Validate VLAN IDs provided in ethtool flow steering rulesHadar Hen Zion1-0/+4
2013-01-31net/mlx4_en: Fix ip/udp steering rules multicast mac when attached via ethtoolHadar Hen Zion1-37/+82
2013-01-31net/mlx4_core: Set correctly allow_loopback flagHadar Hen Zion1-1/+1
2013-01-31net/mlx4_core: Directly expose fields of HW flow steering rule control segmentHadar Hen Zion3-4/+7
2013-01-31qlcnic: Bump up the version to 5.1.33Jitendra Kalsaria1-2/+2
2013-01-31qlcnic: make pci_error_handlers constStephen Hemminger1-1/+1
2013-01-31qlcnic: Fix RX/TX checksum setting for some adapter typesManish chopra1-1/+2
2013-01-31qlcnic: Fix minidump in NPAR modeShahed Shaikh1-0/+2
2013-01-31qlcnic: driver LRO bug fixManish chopra2-5/+19
2013-01-31qlcnic: Free irq for mailbox interruptsManish chopra1-1/+1
2013-01-31qlcnic: Fix bug in reading HW reset templateManish chopra1-1/+1
2013-01-31qlcnic: Fix sparse check endian warningsShahed Shaikh1-1/+1
2013-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-33/+39
2013-01-30gianfar: Pack struct gfar_priv_grp into three cachelinesClaudiu Manoil2-51/+87
2013-01-30gianfar: Cleanup gfar_parse_group() codeClaudiu Manoil1-18/+16
2013-01-30gianfar: Optimize struct gfar_priv_tx_q for two cache linesClaudiu Manoil1-13/+12
2013-01-29net: fec: add napi support to improve proformanceFrank Li2-7/+36
2013-01-29ethoc: Cleanup driver formatBarry Grussling1-17/+17
2013-01-29net: ks8851: convert to threaded IRQFelipe Balbi1-31/+12
2013-01-29via-rhine: add 64bit statistics.Jamie Gloudon1-8/+39
2013-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller12-162/+76
2013-01-28igbvf: be sane about random MAC addressesMitch A Williams1-14/+10
2013-01-28igb: Don't give VFs random MAC addressesMitch A Williams1-3/+3
2013-01-28ixgbevf: Make sure link status and speed are fetchedGreg Rose1-0/+1
2013-01-28e1000e: cleanup: remove comments which are no longer applicableBruce Allan1-7/+0
2013-01-28e1000e: cleanup hw.hBruce Allan1-15/+10
2013-01-28e1000e: cleanup: remove unused #defineBruce Allan1-3/+0
2013-01-28e1000e: adjust PM QoS requestBruce Allan2-15/+19
2013-01-28e1000e: correct maximum frame size on 82579Bruce Allan1-1/+1
2013-01-28e1000e: cleanup: remove e1000e_commit_phy()Bruce Allan4-28/+16
2013-01-28e1000e: cleanup: remove e1000_get_cable_length()Bruce Allan2-7/+2
2013-01-28e1000e: cleanup: remove e1000_get_phy_cfg_done()Bruce Allan1-19/+1
2013-01-28e1000e: cleanup: rename e1000_get_cfg_done()Bruce Allan4-6/+6
2013-01-28e1000e: cleanup: remove e1000_force_speed_duplex()Bruce Allan1-17/+1
2013-01-28e1000e: cleanup: remove e1000_set_d0_lplu_state()Bruce Allan1-27/+6
2013-01-28net/mlx4_en: Initialize RFS filters lock and list in init_netdevAmir Vadai1-3/+5
2013-01-28net/mlx4_en: Fix a race when closing TX queueAmir Vadai1-1/+15
2013-01-28net/mlx4_core: Return proper error code when __mlx4_add_one failsJack Morgenstein1-2/+5
2013-01-28net/mlx4_en: Use the correct netif lock on ndo_set_rx_modeEugenia Emantayev1-2/+2