summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
* igb: fix vlan filtering in promisc mode when not in VT modeEmil Tantilov2013-07-281-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-0910-83/+367
|\
| * igb: Removed unused i2c functionAkeem G. Abodunrin2013-05-211-5/+0
| * igb: Implementation of i210/i211 LED supportAkeem G. Abodunrin2013-05-212-4/+10
| * igb: Fix possible panic caused by Rx traffic arrival while interface is downCarolyn Wyborny2013-05-211-2/+5
| * igb: Fix set_ethtool function to call update nvm for entire imageCarolyn Wyborny2013-05-211-4/+2
| * igb: SerDes flow control settingAkeem G. Abodunrin2013-05-211-15/+19
| * igb: Support for SFP modules discoveryAkeem G. Abodunrin2013-05-216-39/+291
| * igb: Add update to last_rx_timestamp in Rx ringsMatthew Vick2013-05-212-3/+8
| * igb: Changed LEDs blink mechanism to include designs using cathodeAkeem G. Abodunrin2013-05-212-11/+32
* | treewide: relase -> releaseGeert Uytterhoeven2013-06-281-1/+1
|/
* igb: limit udelay for phy changes to 10000usAndi Kleen2013-04-251-3/+3
* igb: Bump version of driverCarolyn Wyborny2013-04-241-3/+3
* igb: Remove id's that will not be productized for Linux.Carolyn Wyborny2013-04-242-4/+0
* igb: Remove dead code pathMatthew Vick2013-04-241-4/+0
* igb: Retain HW VLAN filtering while in promiscuous + VT modeGreg Rose2013-04-241-1/+68
* igb: display a warning message when SmartSpeed worksKoki Sanagi2013-04-241-0/+6
* igb: Use pci_vfs_assigned instead of igb_vfs_are_assignedAlexander Duyck2013-04-241-35/+1
* igb: Add SMBI semaphore to I210/I211Matthew Vick2013-04-243-26/+43
* igb: SERDES loopback sigdetect bit on i210 devicesAkeem G. Abodunrin2013-04-241-7/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-222-114/+4
|\
| * igb: Revert support for build_skb in igbAlexander Duyck2013-04-182-114/+4
* | 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-1812-36/+251
* | igb: add support for spoofchk configLior Levy2013-04-182-0/+35
* | igb: Enable EEE LP advertisementMatthew Vick2013-04-187-1/+142
* | igb: Fix code comments and whitespaceJeff Kirsher2013-04-1816-1183/+1010
* | igb: Fix sparse warnings on function pointersAkeem G. Abodunrin2013-04-181-2/+2
* | igb: Use rx/tx_itr_setting when setting up initial value of itrAlexander Duyck2013-04-181-0/+11
* | igb: Pull adapter out of main path in igb_xmit_frame_ringAlexander Duyck2013-04-181-9/+11
* | igb: Mask off check of frag_off as we only want fragment offsetAlexander Duyck2013-04-181-1/+1
* | igb: random code and comments fixAkeem G. Abodunrin2013-04-183-6/+5
* | igb: Implement support to power sfp cage and turn on I2CAkeem G. Abodunrin2013-04-181-1/+2
* | igb: Support to read and export SFF-8472/8079 dataAkeem G. Abodunrin2013-04-182-0/+89
* | igb: Support for 100base-fx SFPAkeem G. Abodunrin2013-04-183-19/+50
|/
* igb: fix PHC stopping on max freqJiri Benc2013-03-261-1/+1
* igb: make sensor info staticStephen Hemminger2013-03-261-1/+1
* igb: SR-IOV init reorderingAlex Williamson2013-03-261-1/+1
* igb: Fix null pointer dereferenceAlex Williamson2013-03-261-1/+1
* igb: fix i350 anti spoofing configLior Levy2013-03-261-14/+19
* igb: Fix for lockdep issue in igb_get_i2c_clientCarolyn Wyborny2013-03-053-68/+17
* igb: Fix link setup for I210 devicesCarolyn Wyborny2013-03-051-3/+8
* igb: Drop BUILD_BUG_ON check from igb_build_rx_bufferAlexander Duyck2013-03-051-7/+0
* igb: increase timeout for ethtool offline self-testStefan Assmann2013-02-151-1/+1
* igb: Refractoring function pointers in igb_get_invariants functionAkeem G. Abodunrin2013-02-151-251/+11
* igb: Intialize MAC function pointersAkeem G. Abodunrin2013-02-151-0/+61
* igb: Initialize NVM function pointersAkeem G. Abodunrin2013-02-151-0/+109
* igb: Initialize PHY function pointersAkeem G. Abodunrin2013-02-151-0/+112
OpenPOWER on IntegriCloud