summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)Author
2014-12-16igb: bring link up when PHY is powered upTodd Fujinaka
2014-07-28igb: do a reset on SR-IOV re-init if device is downStefan Assmann
2013-04-24igb: Bump version of driverCarolyn Wyborny
2013-04-24igb: Retain HW VLAN filtering while in promiscuous + VT modeGreg Rose
2013-04-24igb: display a warning message when SmartSpeed worksKoki Sanagi
2013-04-24igb: Use pci_vfs_assigned instead of igb_vfs_are_assignedAlexander Duyck
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
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: Fix code comments and whitespaceJeff Kirsher
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: Support for 100base-fx SFPAkeem G. Abodunrin
2013-04-18igb: Revert support for build_skb in igbAlexander Duyck
2013-03-26igb: SR-IOV init reorderingAlex Williamson
2013-03-26igb: Fix null pointer dereferenceAlex Williamson
2013-03-05igb: Fix for lockdep issue in igb_get_i2c_clientCarolyn Wyborny
2013-03-05igb: Drop BUILD_BUG_ON check from igb_build_rx_bufferAlexander Duyck
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: 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 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
2012-11-28igb: Use a 32-bit mask when calculating the flow control watermarksMatthew Vick
2012-11-22igb: Do not parse past IP header on fragments beyond the firstAlexander Duyck
2012-11-22igb: No longer rely on APME to determine WoL settingsMatthew Vick
2012-11-13igb: Improve performance and reduce size of igb_tx_mapAlexander Duyck
2012-11-13igb: Update igb Tx flags to improve code efficiencyAlexander Duyck
2012-11-13igb: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso checkAlexander Duyck