summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)AuthorFilesLines
2013-05-21igb: Removed unused i2c functionAkeem G. Abodunrin1-5/+0
2013-05-21igb: Implementation of i210/i211 LED supportAkeem G. Abodunrin2-4/+10
2013-05-21igb: Fix possible panic caused by Rx traffic arrival while interface is downCarolyn Wyborny1-2/+5
2013-05-21igb: Fix set_ethtool function to call update nvm for entire imageCarolyn Wyborny1-4/+2
2013-05-21igb: SerDes flow control settingAkeem G. Abodunrin1-15/+19
2013-05-21igb: Support for SFP modules discoveryAkeem G. Abodunrin6-39/+291
2013-05-21igb: Add update to last_rx_timestamp in Rx ringsMatthew Vick2-3/+8
2013-05-21igb: Changed LEDs blink mechanism to include designs using cathodeAkeem G. Abodunrin2-11/+32
2013-04-26igb: limit udelay for phy changes to 10000usAndi Kleen1-3/+3
2013-04-25igb: Bump version of driverCarolyn Wyborny1-3/+3
2013-04-25igb: Remove id's that will not be productized for Linux.Carolyn Wyborny2-4/+0
2013-04-25igb: Remove dead code pathMatthew Vick1-4/+0
2013-04-25igb: Retain HW VLAN filtering while in promiscuous + VT modeGreg Rose1-1/+68
2013-04-25igb: display a warning message when SmartSpeed worksKoki Sanagi1-0/+6
2013-04-25igb: Use pci_vfs_assigned instead of igb_vfs_are_assignedAlexander Duyck1-35/+1
2013-04-25igb: Add SMBI semaphore to I210/I211Matthew Vick3-26/+43
2013-04-25igb: SERDES loopback sigdetect bit on i210 devicesAkeem G. Abodunrin1-7/+2
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-114/+4
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-5/+7
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-9/+9
2013-04-19igb: Add support for i354 devicesCarolyn Wyborny12-36/+251
2013-04-19igb: add support for spoofchk configLior Levy2-0/+35
2013-04-19igb: Enable EEE LP advertisementMatthew Vick7-1/+142
2013-04-19igb: Fix code comments and whitespaceJeff Kirsher16-1183/+1010
2013-04-19igb: Fix sparse warnings on function pointersAkeem G. Abodunrin1-2/+2
2013-04-19igb: Use rx/tx_itr_setting when setting up initial value of itrAlexander Duyck1-0/+11
2013-04-19igb: Pull adapter out of main path in igb_xmit_frame_ringAlexander Duyck1-9/+11
2013-04-19igb: Mask off check of frag_off as we only want fragment offsetAlexander Duyck1-1/+1
2013-04-19igb: random code and comments fixAkeem G. Abodunrin3-6/+5
2013-04-19igb: Implement support to power sfp cage and turn on I2CAkeem G. Abodunrin1-1/+2
2013-04-19igb: Support to read and export SFF-8472/8079 dataAkeem G. Abodunrin2-0/+89
2013-04-19igb: 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-16igb: 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