summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
* igb: Enable hwmon data output for thermal sensors via I2C.Carolyn Wyborny2013-01-181-6/+43
* igb: Add i2c interface to igb.Carolyn Wyborny2013-01-181-0/+269
* igb: Enable SR-IOV configuration via PCI sysfs interfaceGreg Rose2013-01-181-101/+219
* remove init of dev->perm_addr in driversJiri Pirko2013-01-091-2/+1Star
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1Star
* igb: Update igb version to 4.1.2Carolyn Wyborny2012-12-071-2/+2
* igb: release already assigned MSI-X interrupts if setup failsStefan Assmann2012-12-071-6/+16
* igb: remove duplicate code for fallback interrupt initializationStefan Assmann2012-12-071-15/+14Star
* net/intel: remove __dev* attributesBill Pemberton2012-12-031-6/+6
* igb: Use a 32-bit mask when calculating the flow control watermarksMatthew Vick2012-11-281-3/+2Star
* igb: Do not parse past IP header on fragments beyond the firstAlexander Duyck2012-11-221-4/+7
* igb: No longer rely on APME to determine WoL settingsMatthew Vick2012-11-221-14/+26
* igb: Improve performance and reduce size of igb_tx_mapAlexander Duyck2012-11-131-25/+22Star
* igb: Update igb Tx flags to improve code efficiencyAlexander Duyck2012-11-131-28/+33
* 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-131-5/+8
* ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings2012-11-011-28/+0Star
* igb: Update firmware version info for ethtool output.Carolyn Wyborny2012-10-301-50/+26Star
* igb: Update versionCarolyn Wyborny2012-10-231-1/+1
* igb: Split igb_update_dca into separate Tx and Rx functionsAlexander Duyck2012-10-191-31/+49
* 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-191-182/+193
* igb: Lock buffer size at 2K even on systems with larger pagesAlexander Duyck2012-10-191-10/+17
* 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-191-44/+167
* 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-191-133/+287
* 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-021-513/+198Star
|\
| * igb: Use dma_unmap_addr and dma_unmap_len definesAlexander Duyck2012-09-221-32/+32
| * 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-221-82/+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-221-82/+22Star
| * igb: Remove artificial restriction on RQDPC stat readingAlexander Duyck2012-09-201-3/+5
| * igb: Prevent dropped Tx timestamps via work items and interrupts.Matthew Vick2012-09-171-7/+54
| * igb: Update PTP function names/variables and locations.Matthew Vick2012-09-171-253/+4Star
| * igb: Tidy up wrapping for CONFIG_IGB_PTP.Matthew Vick2012-09-171-6/+17
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-08-221-0/+4
| |\
| | * igb: update to allow reading/setting MDI stateJesse Brandeburg2012-08-211-0/+4
* | | Merge commit 'v3.6-rc5' into nextBjorn Helgaas2012-09-131-10/+9Star
|\| |
| * | igb: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov2012-08-091-10/+9Star
| |/
* | Merge branch 'pci/stephen-const' into nextBjorn Helgaas2012-09-121-1/+1
|\ \
| * | netdev: make pci_error_handlers constStephen Hemminger2012-09-081-1/+1
| |/
* / igb: Use PCI Express Capability accessorsJiang Liu2012-08-231-10/+2Star
|/
* netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman2012-08-011-1/+1
* igb: reset PHY in the link_up process to recover PHY setting after power down.Akeem G. Abodunrin2012-07-221-1/+2
* ethernet: Use eth_random_addrJoe Perches2012-07-171-2/+2