summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | igb: add delay to allow igb loopback test to succeed on 8086:10c9Stefan Assmann2012-08-071-0/+3
| * | igb: don't break user visible strings over multiple lines in igb_ethtool.cJesper Juhl2012-08-041-12/+11Star
| * | igb: correct hardware type (i210/i211) check in igb_loopback_test()Jesper Juhl2012-08-041-1/+1
| * | igb: Fix for failure to init on some 82576 devices.Carolyn Wyborny2012-08-041-8/+8
| |/
* | 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
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-261-2/+0Star
|\
| * igb: Fix incorrect RAR address entries for i210/i211 device.Carolyn Wyborny2012-06-201-2/+0Star
* | igb: Version bumpCarolyn Wyborny2012-06-201-3/+3
* | igb: Update firmware info outputCarolyn Wyborny2012-06-203-10/+89
* | igb: Streamline RSS queue and queue pairing assignment logic.Matthew Vick2012-06-202-33/+55
* | igb: Support the get_ts_info ethtool method.Carolyn Wyborny2012-06-201-0/+35
* | igb: Add switch case for supported hardware to igb_ptp_remove.Carolyn Wyborny2012-06-201-1/+11
* | igb: A fix to VF TX rate limitLior Levy2012-06-202-0/+6
|/
* igb: Disable the BMC-to-OS Watchdog Enable bit for DMAC.Matthew Vick2012-05-172-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-171-14/+6Star
|\
| * igb: fix rtnl race in PM resume pathBenjamin Poirier2012-05-111-14/+6Star
* | igb: Add Support for new i210/i211 devices.Carolyn Wyborny2012-05-1216-110/+1205
* | igb: Add function and pointers for 82580 low power state settings.Carolyn Wyborny2012-05-122-0/+101
* | igb: output register's information related to RX/TX queue[4-15]Koki Sanagi2012-05-101-1/+37
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-081-2/+2
|\|
| * igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init pathJohn Fastabend2012-05-041-2/+2
* | igb: Force flow control off during reset when forcing speed.Matthew Vick2012-04-271-0/+7