aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-18igb: Fix code comments and whitespaceJeff Kirsher16-1183/+1010
2013-04-18igb: Fix sparse warnings on function pointersAkeem G. Abodunrin1-2/+2
2013-04-18igb: Use rx/tx_itr_setting when setting up initial value of itrAlexander Duyck1-0/+11
2013-04-18igb: Pull adapter out of main path in igb_xmit_frame_ringAlexander Duyck1-9/+11
2013-04-18igb: Mask off check of frag_off as we only want fragment offsetAlexander Duyck1-1/+1
2013-04-18igb: random code and comments fixAkeem G. Abodunrin3-6/+5
2013-04-18igb: Implement support to power sfp cage and turn on I2CAkeem G. Abodunrin1-1/+2
2013-04-18igb: Support to read and export SFF-8472/8079 dataAkeem G. Abodunrin2-0/+89
2013-04-18igb: Support for 100base-fx SFPAkeem G. Abodunrin3-19/+50
2013-04-18igb: Revert support for build_skb in igbAlexander Duyck2-114/+4
2013-03-26igb: fix PHC stopping on max freqJiri Benc1-1/+1
2013-03-26igb: make sensor info staticStephen Hemminger1-1/+1
2013-03-26igb: SR-IOV init reorderingAlex Williamson1-1/+1
2013-03-26igb: Fix null pointer dereferenceAlex Williamson1-1/+1
2013-03-26igb: fix i350 anti spoofing configLior Levy1-14/+19
2013-03-05igb: Fix for lockdep issue in igb_get_i2c_clientCarolyn Wyborny3-68/+17
2013-03-05igb: Fix link setup for I210 devicesCarolyn Wyborny1-3/+8
2013-03-05igb: Drop BUILD_BUG_ON check from igb_build_rx_bufferAlexander Duyck1-7/+0
2013-02-15igb: increase timeout for ethtool offline self-testStefan Assmann1-1/+1
2013-02-15igb: Refractoring function pointers in igb_get_invariants functionAkeem G. Abodunrin1-251/+11
2013-02-15igb: Intialize MAC function pointersAkeem G. Abodunrin1-0/+61
2013-02-15igb: Initialize NVM function pointersAkeem G. Abodunrin1-0/+109
2013-02-15igb: Initialize PHY function pointersAkeem G. Abodunrin1-0/+112
2013-02-15igb: Update igb to use a path similar to ixgbe to determine when to stop TxAlexander Duyck2-15/+28
2013-02-15igb: Refix sparse warning in igb_get_i2c_clientCarolyn Wyborny1-1/+1
2013-02-15igb: Fix for improper allocation flag in igb_get_i2c_clientCarolyn Wyborny1-1/+1
2013-02-15igb: Fix for improper exit in igb_get_i2c_clientCarolyn Wyborny1-6/+1
2013-02-15igb: Support using build_skb in the case that jumbo frames are disabledAlexander Duyck2-34/+161
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-3/+2
2013-01-28igb: Don't give VFs random MAC addressesMitch A Williams1-3/+3
2013-01-19igb: Copyright string update to year 2013Akeem G. Abodunrin20-21/+22
2013-01-19igb: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck1-1/+1
2013-01-18igb: Use in-kernel PTP_EV_PORT #defineMatthew Vick1-3/+3
2013-01-18igb: Free any held skb that should have been timestamped on removeMatthew Vick1-0/+4
2013-01-18igb: Add mechanism for detecting latched hardware Rx timestampMatthew Vick4-0/+51
2013-01-18igb: Add timeout for PTP Tx work itemMatthew Vick4-0/+14
2013-01-18igb: Add support for SW timestampingMatthew Vick2-0/+11
2013-01-18igb: Enable hwmon data output for thermal sensors via I2C.Carolyn Wyborny7-7/+458
2013-01-18igb: Add support functions to access thermal data.Carolyn Wyborny4-1/+42
2013-01-18igb: Add i2c interface to igb.Carolyn Wyborny7-1/+299
2013-01-18igb: Enable SR-IOV configuration via PCI sysfs interfaceGreg Rose1-101/+219
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-2/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-06igb: Update igb version to 4.1.2Carolyn Wyborny1-2/+2
2012-12-06igb: release already assigned MSI-X interrupts if setup failsStefan Assmann1-6/+16
2012-12-06igb: remove duplicate code for fallback interrupt initializationStefan Assmann1-15/+14
2012-12-03net/intel: remove __dev* attributesBill Pemberton1-6/+6
2012-12-01igb: Fix SerDes autoneg flow control.Carolyn Wyborny3-8/+166
2012-12-01igb: Unset sigdetect for SERDES loopback on 82580 and i350Carolyn Wyborny2-0/+16
2012-12-01igb: Workaround for global device reset problem on 82580.Carolyn Wyborny1-0/+6