aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-29igb: Update firmware version info for ethtool output.Carolyn Wyborny1-50/+26
2012-10-23igb: Update versionCarolyn Wyborny1-1/+1
2012-10-19igb: Split igb_update_dca into separate Tx and Rx functionsAlexander Duyck1-31/+49
2012-10-19igb: Move the calls to set the Tx and Rx queues into igb_openAlexander Duyck1-13/+18
2012-10-19igb: Combine q_vector and ring allocation into a single functionAlexander Duyck1-182/+193
2012-10-19igb: Lock buffer size at 2K even on systems with larger pagesAlexander Duyck1-10/+17
2012-10-19igb: Move rx_buffer related code in Rx cleanup path into separate functionAlexander Duyck1-86/+120
2012-10-19igb: Map entire page and sync half instead of mapping and unmapping half pagesAlexander Duyck1-44/+167
2012-10-19igb: Combine post-processing of skb into a single functionAlexander Duyck1-25/+44
2012-10-19igb: Do not use header split, instead receive all frames into a single bufferAlexander Duyck1-133/+287
2012-10-19igb: Correcting and improving small packet check and paddingTushar Dave1-2/+3
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-513/+198
2012-09-22igb: Use dma_unmap_addr and dma_unmap_len definesAlexander Duyck1-32/+32
2012-09-22igb: Simplify how we populate the RSS keyAlexander Duyck1-12/+6
2012-09-22igb: Change how we populate the RSS indirection tableAlexander Duyck1-29/+26
2012-09-22igb: Change Tx cleanup loop to do/while instead of forAlexander Duyck1-12/+16
2012-09-22igb: Remove logic that was doing NUMA pseudo-aware allocationsAlexander Duyck1-82/+13
2012-09-22igb: Fix stats output on i210/i211 parts.Carolyn Wyborny1-1/+5
2012-09-22igb: Change how we check for pre-existing and assigned VFsStefan Assmann1-82/+22
2012-09-20igb: Remove artificial restriction on RQDPC stat readingAlexander Duyck1-3/+5
2012-09-17igb: Prevent dropped Tx timestamps via work items and interrupts.Matthew Vick1-7/+54
2012-09-17igb: Update PTP function names/variables and locations.Matthew Vick1-253/+4
2012-09-17igb: Tidy up wrapping for CONFIG_IGB_PTP.Matthew Vick1-6/+17
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas1-10/+9
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas1-1/+1
2012-09-07netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-08-23igb: Use PCI Express Capability accessorsJiang Liu1-10/+2
2012-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller1-0/+4
2012-08-21igb: update to allow reading/setting MDI stateJesse Brandeburg1-0/+4
2012-08-09igb: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov1-10/+9
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman1-1/+1
2012-07-21igb: reset PHY in the link_up process to recover PHY setting after power down.Akeem G. Abodunrin1-1/+2
2012-07-16ethernet: Use eth_random_addrJoe Perches1-2/+2
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-0/+1
2012-06-20igb: Version bumpCarolyn Wyborny1-3/+3
2012-06-20igb: Update firmware info outputCarolyn Wyborny1-0/+66
2012-06-20igb: Streamline RSS queue and queue pairing assignment logic.Matthew Vick1-27/+52
2012-06-20igb: A fix to VF TX rate limitLior Levy1-0/+5
2012-05-17igb: Disable the BMC-to-OS Watchdog Enable bit for DMAC.Matthew Vick1-0/+3
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+6
2012-05-12igb: Add Support for new i210/i211 devices.Carolyn Wyborny1-26/+81
2012-05-10igb: fix rtnl race in PM resume pathBenjamin Poirier1-14/+6
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-05-04igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init pathJohn Fastabend1-2/+2
2012-04-27igb: Force flow control off during reset when forcing speed.Matthew Vick1-0/+7
2012-04-14igb: Update version to 3.4.7.Carolyn Wyborny1-2/+2
2012-04-04igb: offer a PTP Hardware Clock instead of the timecompare methodRichard Cochran1-164/+14
2012-03-27intel: make wired ethernet driver message level consistent (rev2)stephen hemminger1-1/+6
2012-03-17igb: Support RX-ALL feature flag.Ben Greear1-2/+31
2012-03-17igb: Support sending custom Ethernet FCS.Ben Greear1-0/+4