summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)Author
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-18igb: Add support for i354 devicesCarolyn Wyborny
2013-04-18igb: add support for spoofchk configLior Levy
2013-04-18igb: Enable EEE LP advertisementMatthew Vick
2013-04-18igb: Fix code comments and whitespaceJeff Kirsher
2013-04-18igb: Fix sparse warnings on function pointersAkeem G. Abodunrin
2013-04-18igb: Use rx/tx_itr_setting when setting up initial value of itrAlexander Duyck
2013-04-18igb: Pull adapter out of main path in igb_xmit_frame_ringAlexander Duyck
2013-04-18igb: Mask off check of frag_off as we only want fragment offsetAlexander Duyck
2013-04-18igb: random code and comments fixAkeem G. Abodunrin
2013-04-18igb: Implement support to power sfp cage and turn on I2CAkeem G. Abodunrin
2013-04-18igb: Support to read and export SFF-8472/8079 dataAkeem G. Abodunrin
2013-04-18igb: Support for 100base-fx SFPAkeem G. Abodunrin
2013-03-26igb: fix PHC stopping on max freqJiri Benc
2013-03-26igb: make sensor info staticStephen Hemminger
2013-03-26igb: SR-IOV init reorderingAlex Williamson
2013-03-26igb: Fix null pointer dereferenceAlex Williamson
2013-03-26igb: fix i350 anti spoofing configLior Levy
2013-03-05igb: Fix for lockdep issue in igb_get_i2c_clientCarolyn Wyborny
2013-03-05igb: Fix link setup for I210 devicesCarolyn Wyborny
2013-03-05igb: Drop BUILD_BUG_ON check from igb_build_rx_bufferAlexander Duyck
2013-02-15igb: increase timeout for ethtool offline self-testStefan Assmann
2013-02-15igb: Refractoring function pointers in igb_get_invariants functionAkeem G. Abodunrin
2013-02-15igb: Intialize MAC function pointersAkeem G. Abodunrin
2013-02-15igb: Initialize NVM function pointersAkeem G. Abodunrin
2013-02-15igb: Initialize PHY function pointersAkeem G. Abodunrin
2013-02-15igb: Update igb to use a path similar to ixgbe to determine when to stop TxAlexander Duyck
2013-02-15igb: Refix sparse warning in igb_get_i2c_clientCarolyn Wyborny
2013-02-15igb: Fix for improper allocation flag in igb_get_i2c_clientCarolyn Wyborny
2013-02-15igb: Fix for improper exit in igb_get_i2c_clientCarolyn Wyborny
2013-02-15igb: Support using build_skb in the case that jumbo frames are disabledAlexander Duyck
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-28igb: Don't give VFs random MAC addressesMitch A Williams
2013-01-19igb: Copyright string update to year 2013Akeem G. Abodunrin
2013-01-19igb: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck
2013-01-18igb: Use in-kernel PTP_EV_PORT #defineMatthew Vick
2013-01-18igb: Free any held skb that should have been timestamped on removeMatthew Vick
2013-01-18igb: Add mechanism for detecting latched hardware Rx timestampMatthew Vick
2013-01-18igb: Add timeout for PTP Tx work itemMatthew Vick
2013-01-18igb: Add support for SW timestampingMatthew Vick
2013-01-18igb: Enable hwmon data output for thermal sensors via I2C.Carolyn Wyborny
2013-01-18igb: Add support functions to access thermal data.Carolyn Wyborny
2013-01-18igb: Add i2c interface to igb.Carolyn Wyborny
2013-01-18igb: Enable SR-IOV configuration via PCI sysfs interfaceGreg Rose
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-06igb: Update igb version to 4.1.2Carolyn Wyborny
2012-12-06igb: release already assigned MSI-X interrupts if setup failsStefan Assmann
2012-12-06igb: remove duplicate code for fallback interrupt initializationStefan Assmann
2012-12-03net/intel: remove __dev* attributesBill Pemberton