summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
* igb: Update igb Tx flags to improve code efficiencyAlexander Duyck2012-11-132-33/+45
* igb: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso checkAlexander Duyck2012-11-131-0/+3
* igb: Support for modifying UDP RSS flow hashingAkeem G. Abodunrin2012-11-133-11/+197
* igb: Clear Go Link Disconnect for 82580 and later devicesCarolyn Wyborny2012-11-132-0/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-11-025-11/+116
|\
| * igb: Fix EEPROM writes via ethtool on i210Carolyn Wyborny2012-11-011-0/+1
| * igb: Add function to read i211's invm versionCarolyn Wyborny2012-11-014-0/+107
| * igb: Remove workaround for EEE configuration on i210/I211Carolyn Wyborny2012-11-011-11/+8Star
* | ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings2012-11-014-39/+1Star
|/
* igb: Fix sparse warning in igb_ptp_rx_pktstampAlexander Duyck2012-10-301-1/+1
* igb: Update firmware version info for ethtool output.Carolyn Wyborny2012-10-304-50/+126
* igb: Enable auto-crossover during forced operation on 82580 and above.Matthew Vick2012-10-302-12/+21
* igb: Update versionCarolyn Wyborny2012-10-231-1/+1
* igb: Update get cable length function for i210/i211Carolyn Wyborny2012-10-231-0/+20
* igb: Split igb_update_dca into separate Tx and Rx functionsAlexander Duyck2012-10-192-31/+52
* igb: Move the calls to set the Tx and Rx queues into igb_openAlexander Duyck2012-10-191-13/+18
* igb: Combine q_vector and ring allocation into a single functionAlexander Duyck2012-10-192-202/+215
* igb: Lock buffer size at 2K even on systems with larger pagesAlexander Duyck2012-10-193-15/+23
* igb: Move rx_buffer related code in Rx cleanup path into separate functionAlexander Duyck2012-10-191-86/+120
* igb: Map entire page and sync half instead of mapping and unmapping half pagesAlexander Duyck2012-10-193-57/+181
* igb: Combine post-processing of skb into a single functionAlexander Duyck2012-10-191-25/+44
* igb: Do not use header split, instead receive all frames into a single bufferAlexander Duyck2012-10-193-152/+312
* igb: Split Rx timestamping into two separate functionsAlexander Duyck2012-10-192-19/+53
* igb: Correcting and improving small packet check and paddingTushar Dave2012-10-191-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-029-728/+964
|\
| * ptp: link the phc device to its parent deviceRichard Cochran2012-09-221-1/+2
| * igb: Use dma_unmap_addr and dma_unmap_len definesAlexander Duyck2012-09-222-34/+34
| * igb: Simplify how we populate the RSS keyAlexander Duyck2012-09-221-12/+6Star
| * igb: Change how we populate the RSS indirection tableAlexander Duyck2012-09-221-29/+26Star
| * igb: Change Tx cleanup loop to do/while instead of forAlexander Duyck2012-09-221-12/+16
| * igb: Remove logic that was doing NUMA pseudo-aware allocationsAlexander Duyck2012-09-222-85/+13Star
| * igb: Fix stats output on i210/i211 parts.Carolyn Wyborny2012-09-221-1/+5
| * igb: Change how we check for pre-existing and assigned VFsStefan Assmann2012-09-222-83/+22Star
| * igb: Support to enable EEE on all eee_supported devicesAkeem G. Abodunrin2012-09-203-5/+16
| * igb: Remove artificial restriction on RQDPC stat readingAlexander Duyck2012-09-201-3/+5
| * igb: Add 1588 support to I210/I211.Matthew Vick2012-09-172-45/+174
| * igb: Prevent dropped Tx timestamps via work items and interrupts.Matthew Vick2012-09-175-25/+153
| * igb: Store the MAC address in the name in the PTP struct.Matthew Vick2012-09-171-4/+3Star
| * igb: Correct PTP support query from ethtool.Matthew Vick2012-09-171-24/+38
| * igb: Update PTP function names/variables and locations.Matthew Vick2012-09-174-395/+398
| * igb: Tidy up wrapping for CONFIG_IGB_PTP.Matthew Vick2012-09-173-10/+25
| * igb: Supported and Advertised Pause FrameAkeem G. Abodunrin2012-09-051-3/+18
| * igb: reduce Rx header sizeEric Dumazet2012-09-051-2/+2
| * igb: Add loopback test support for i210Carolyn Wyborny2012-09-051-35/+16Star
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-08-224-4/+76
| |\
| | * igb: update to allow reading/setting MDI stateJesse Brandeburg2012-08-212-0/+46
| | * igb: implement 580 MDI setting supportJesse Brandeburg2012-08-212-4/+30
* | | Merge commit 'v3.6-rc5' into nextBjorn Helgaas2012-09-134-33/+38
|\| |
| * | igb: Fix register defines for all non-82575 hardwareAlexander Duyck2012-08-091-2/+6
| * | igb: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov2012-08-091-10/+9Star