summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-1/+1
* ixgbe: move TC_PRIO_CONTROL check into ixgbe_select_queue()John Fastabend2010-02-271-10/+11
* ixgbe: Do not allocate too many netdev txqueuesJohn Fastabend2010-02-261-1/+13
* ixgbe: do not stop tx queues in ixgbe_set_tsoJohn Fastabend2010-02-261-2/+0Star
* ixgbe: Fix DMA mapping/unmapping issues when HWRSC is enabled on IOMMU enable...Mallikarjuna R Chilakala2010-02-261-3/+29
* ixgbe: prevent speculative processing of descriptors before readyMilton Miller2010-02-231-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-172-0/+26
|\
| * ixgbe: fix WOL register setup for 82599Don Skidmore2010-02-161-0/+4
| * ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errataDon Skidmore2010-02-161-0/+22
* | ixgbe: Cleanup incorrect header commentsPeter Waskiewicz2010-02-161-5/+0Star
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* | ixgbe: Bump driver version upPeter Waskiewicz2010-02-111-1/+1
* | ixgbe: Add support for the new ethtool n-tuple programming interfacePeter Waskiewicz2010-02-115-18/+228
* | ixgbe: Make descriptor ring allocations NUMA-awarePJ Waskiewicz2010-02-044-167/+189
* | ixgbe: Allocate driver resources per NUMA nodeJesse Brandeburg2010-02-042-3/+36
* | ixgbe: only process one ixgbe_watchdog_task at a time.John Fastabend2010-02-042-13/+17
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-041-2/+5
|\|
| * ixgbe: Fix return of invalid txqKrishna Kumar2010-02-041-1/+4
| * ixgbe: Fix ixgbe_tx_map error pathAnton Blanchard2010-02-041-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-282-10/+8Star
|\|
| * ixgbe: if ixgbe_copy_dcb_cfg is going to fail learn about it earlyJohn Fastabend2010-01-281-8/+6Star
| * ixgbe: set the correct DCB bit for pg tx settingsJohn Fastabend2010-01-281-1/+1
| * net: Fix IPv6 GSO type checks in Intel ethernet driversSridhar Samudrala2010-01-231-1/+1
* | net: use helpers to access uc list V2Jiri Pirko2010-01-254-8/+7Star
* | ixgbe: Improve reset coordination between the PF and the VFGreg Rose2010-01-233-0/+39
* | ixgbe: Allow the VF driver to be loaded before the PF driverGreg Rose2010-01-232-5/+8
* | ixgbe: Remove unused emulation MAC storage from the per VF data structure.Greg Rose2010-01-231-1/+0Star
* | ixgbe: Set the correct pool when VLANs are added in SR-IOV mode.Greg Rose2010-01-231-2/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-2320-26/+30
|\|
| * e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin2010-01-211-5/+5
| * ixgbe: update copyright datesShannon Nelson2010-01-1420-21/+21
| * ixgbe: Do not attempt to perform interrupts in netpoll when downAlexander Duyck2010-01-141-0/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-111-2/+12
|\|
| * ixgbe: Fix compiler warning about variable being used uninitializedPJ Waskiewicz2010-01-081-2/+7
| * ixgbe: fix Need to call pci_save_state after pci_restore_stateDon Skidmore2009-12-241-0/+5
* | ixgbe: Fix ethtool diag test for VT mode operationGreg Rose2010-01-101-0/+11
* | ixgbe: Add SR-IOV features to main moduleGreg Rose2010-01-101-10/+268
* | ixgbe: Add SR-IOV feature enablement codeGreg Rose2010-01-101-58/+68
* | ixgbe: Add SR-IOV specific modules to driver MakefileGreg Rose2010-01-101-1/+2
* | ixgbe: Add SR-IOV specific featuresGreg Rose2010-01-102-0/+381
* | ixgbe: Add SR-IOV register, structure and bit definesGreg Rose2010-01-103-3/+83
* | ixgbe: Mailbox header and code moduleGreg Rose2010-01-102-0/+575
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
* | drivers/net/ixgbe/ixgbe_common.c: use %pM to show MAC addresshartleys2010-01-071-10/+2Star
|/
* ixgbe: allow tx of pre-formatted vlan tagged packetsGurucharan Shetty2009-12-161-1/+12
* ixgbe: Fix 82598 premature copper PHY link indicatationMallikarjuna R Chilakala2009-12-162-0/+40
* ixgbe: Fix tx_restart_queue/non_eop_desc statistics countersMallikarjuna R Chilakala2009-12-161-2/+5
* ixgbe: add support for 82599 KR device 0x1517Don Skidmore2009-12-093-0/+4
* ixgbe: Fix TX stats accountingEric Dumazet2009-12-092-16/+5Star
* ixgbe: use EIAM to automask MSI-XJesse Brandeburg2009-12-041-6/+19