summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe/ixgbe_main.c
AgeCommit message (Expand)Author
2010-02-27ixgbe: move TC_PRIO_CONTROL check into ixgbe_select_queue()John Fastabend
2010-02-26ixgbe: Do not allocate too many netdev txqueuesJohn Fastabend
2010-02-26ixgbe: Fix DMA mapping/unmapping issues when HWRSC is enabled on IOMMU enable...Mallikarjuna R Chilakala
2010-02-22ixgbe: prevent speculative processing of descriptors before readyMilton Miller
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-15ixgbe: fix WOL register setup for 82599Don Skidmore
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-10ixgbe: Bump driver version upPeter Waskiewicz
2010-02-10ixgbe: Add support for the new ethtool n-tuple programming interfacePeter Waskiewicz
2010-02-03ixgbe: Make descriptor ring allocations NUMA-awarePJ Waskiewicz
2010-02-03ixgbe: Allocate driver resources per NUMA nodeJesse Brandeburg
2010-02-03ixgbe: only process one ixgbe_watchdog_task at a time.John Fastabend
2010-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-03ixgbe: Fix return of invalid txqKrishna Kumar
2010-02-03ixgbe: Fix ixgbe_tx_map error pathAnton Blanchard
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-25net: use helpers to access uc list V2Jiri Pirko
2010-01-23net: Fix IPv6 GSO type checks in Intel ethernet driversSridhar Samudrala
2010-01-23ixgbe: Improve reset coordination between the PF and the VFGreg Rose
2010-01-23ixgbe: Allow the VF driver to be loaded before the PF driverGreg Rose
2010-01-23ixgbe: Set the correct pool when VLANs are added in SR-IOV mode.Greg Rose
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-20e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin
2010-01-13ixgbe: update copyright datesShannon Nelson
2010-01-13ixgbe: Do not attempt to perform interrupts in netpoll when downAlexander Duyck
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-10ixgbe: Add SR-IOV features to main moduleGreg Rose
2010-01-10ixgbe: Add SR-IOV register, structure and bit definesGreg Rose
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2010-01-07ixgbe: Fix compiler warning about variable being used uninitializedPJ Waskiewicz
2009-12-23ixgbe: fix Need to call pci_save_state after pci_restore_stateDon Skidmore
2009-12-15ixgbe: allow tx of pre-formatted vlan tagged packetsGurucharan Shetty
2009-12-15ixgbe: Fix tx_restart_queue/non_eop_desc statistics countersMallikarjuna R Chilakala
2009-12-08ixgbe: add support for 82599 KR device 0x1517Don Skidmore
2009-12-08ixgbe: Fix TX stats accountingEric Dumazet
2009-12-03ixgbe: use EIAM to automask MSI-XJesse Brandeburg
2009-12-03ixgbe: performance tweaksJesse Brandeburg
2009-12-03ixgbe: select FCoE Tx queue in ndo_select_queueYi Zou
2009-12-03ixgbe: use known user priority for FCoE when DCB is enabledYi Zou
2009-12-02ixgbe: remove skb_dma_map/unmap calls from driverAlexander Duyck
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-23ixgbe: Only set/clear VFE in ixgbe_set_rx_modeAlexander Duyck
2009-11-23ixgbe: Use rx buffer length from rx ring for configuring rscctlMallikarjuna R Chilakala
2009-11-23ixgbe: Modify 82599 HWRSC statistics countersMallikarjuna R Chilakala
2009-11-20ixgbe: move tc variable to CONFIG_IXGBE_DCBJaswinder Singh Rajput
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-16ixgbe: Fixing EEH handler to handle more than one errorBreno Leitao
2009-11-13ixgbe: Make queue pairs on single MSI-X interruptsPJ Waskiewicz
2009-11-13ixgbe: Flush the LSC mask change to prevent repeated interruptsNelson, Shannon