summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
* DMA-API: net: intel/igb: fix 32-bit DMA mask handlingRussell King2013-09-211-12/+6Star
* igb: Update version numberAkeem G Abodunrin2013-09-041-1/+1
* igb: Implementation of 1-sec delay for i210 devicesAkeem G Abodunrin2013-09-041-3/+29
* igb: Don't look for a PBA in the iNVM when flashlessTodd Fujinaka2013-09-041-1/+8
* igb: Expose RSS indirection table for ethtoolLaura Mihaela Vasilescu2013-08-221-21/+7Star
* igb: Add macro for size of RETA indirection tableLaura Mihaela Vasilescu2013-08-221-1/+1
* igb: Fix get_fw_version function for all partsCarolyn Wyborny2013-08-221-9/+19
* igb: Add device support for flashless SKU of i210 deviceCarolyn Wyborny2013-08-221-0/+2
* igb: Refactor NVM read functions to accommodate devices with no flashCarolyn Wyborny2013-08-221-3/+16
* igb: Update MTU so that it is always at least a standard frame sizeAlexander Duyck2013-08-221-0/+4
* igb: don't allow SR-IOV without MSI-XMitch A Williams2013-08-221-0/+5
* igb: Added rcu_lock to avoid raceAkeem G Abodunrin2013-08-221-1/+4
* igb: Read register for latch_on without return valueAkeem G Abodunrin2013-08-221-10/+4Star
* igb: fix vlan filtering in promisc mode when not in VT modeEmil Tantilov2013-07-281-2/+1Star
* igb: Fix possible panic caused by Rx traffic arrival while interface is downCarolyn Wyborny2013-05-211-2/+5
* igb: Add update to last_rx_timestamp in Rx ringsMatthew Vick2013-05-211-1/+1
* igb: Bump version of driverCarolyn Wyborny2013-04-251-3/+3
* igb: Retain HW VLAN filtering while in promiscuous + VT modeGreg Rose2013-04-251-1/+68
* igb: display a warning message when SmartSpeed worksKoki Sanagi2013-04-251-0/+6
* igb: Use pci_vfs_assigned instead of igb_vfs_are_assignedAlexander Duyck2013-04-251-35/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-231-106/+4Star
|\
| * igb: Revert support for build_skb in igbAlexander Duyck2013-04-181-106/+4Star
* | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* | net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-5/+7
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-9/+9
* | igb: Add support for i354 devicesCarolyn Wyborny2013-04-191-13/+36
* | igb: add support for spoofchk configLior Levy2013-04-191-0/+34
* | igb: Fix code comments and whitespaceJeff Kirsher2013-04-191-575/+564Star
* | igb: Use rx/tx_itr_setting when setting up initial value of itrAlexander Duyck2013-04-191-0/+11
* | igb: Pull adapter out of main path in igb_xmit_frame_ringAlexander Duyck2013-04-191-9/+11
* | igb: Mask off check of frag_off as we only want fragment offsetAlexander Duyck2013-04-191-1/+1
* | igb: random code and comments fixAkeem G. Abodunrin2013-04-191-2/+1Star
* | igb: Support for 100base-fx SFPAkeem G. Abodunrin2013-04-181-5/+13
|/
* igb: SR-IOV init reorderingAlex Williamson2013-03-261-1/+1
* igb: Fix null pointer dereferenceAlex Williamson2013-03-261-1/+1
* igb: Fix for lockdep issue in igb_get_i2c_clientCarolyn Wyborny2013-03-051-67/+2Star
* igb: Drop BUILD_BUG_ON check from igb_build_rx_bufferAlexander Duyck2013-03-051-7/+0Star
* igb: Update igb to use a path similar to ixgbe to determine when to stop TxAlexander Duyck2013-02-151-13/+17
* igb: Refix sparse warning in igb_get_i2c_clientCarolyn Wyborny2013-02-151-1/+1
* igb: Fix for improper allocation flag in igb_get_i2c_clientCarolyn Wyborny2013-02-151-1/+1
* igb: Fix for improper exit in igb_get_i2c_clientCarolyn Wyborny2013-02-151-6/+1Star
* igb: Support using build_skb in the case that jumbo frames are disabledAlexander Duyck2013-02-151-34/+153
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-3/+2Star
* igb: Don't give VFs random MAC addressesMitch A Williams2013-01-281-3/+3
* igb: Copyright string update to year 2013Akeem G. Abodunrin2013-01-191-2/+3
* igb: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck2013-01-191-1/+1
* igb: Add mechanism for detecting latched hardware Rx timestampMatthew Vick2013-01-181-0/+1
* igb: Add timeout for PTP Tx work itemMatthew Vick2013-01-181-0/+1
* igb: Add support for SW timestampingMatthew Vick2013-01-181-0/+2
* igb: Enable hwmon data output for thermal sensors via I2C.Carolyn Wyborny2013-01-181-6/+43