aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-10ixgbe: Bump driver version upPeter Waskiewicz1-1/+1
2010-02-10ixgbe: Add support for the new ethtool n-tuple programming interfacePeter Waskiewicz1-2/+14
2010-02-03ixgbe: Make descriptor ring allocations NUMA-awarePJ Waskiewicz1-130/+146
2010-02-03ixgbe: Allocate driver resources per NUMA nodeJesse Brandeburg1-3/+34
2010-02-03ixgbe: only process one ixgbe_watchdog_task at a time.John Fastabend1-4/+9
2010-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+5
2010-02-03ixgbe: Fix return of invalid txqKrishna Kumar1-1/+4
2010-02-03ixgbe: Fix ixgbe_tx_map error pathAnton Blanchard1-1/+1
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-01-25net: use helpers to access uc list V2Jiri Pirko1-1/+1
2010-01-23net: Fix IPv6 GSO type checks in Intel ethernet driversSridhar Samudrala1-1/+1
2010-01-23ixgbe: Improve reset coordination between the PF and the VFGreg Rose1-0/+11
2010-01-23ixgbe: Allow the VF driver to be loaded before the PF driverGreg Rose1-0/+7
2010-01-23ixgbe: Set the correct pool when VLANs are added in SR-IOV mode.Greg Rose1-2/+4
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+11
2010-01-20e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin1-5/+5
2010-01-13ixgbe: update copyright datesShannon Nelson1-2/+2
2010-01-13ixgbe: Do not attempt to perform interrupts in netpoll when downAlexander Duyck1-0/+4
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+12
2010-01-10ixgbe: Add SR-IOV features to main moduleGreg Rose1-10/+268
2010-01-10ixgbe: Add SR-IOV register, structure and bit definesGreg Rose1-1/+1
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2010-01-07ixgbe: Fix compiler warning about variable being used uninitializedPJ Waskiewicz1-2/+7
2009-12-23ixgbe: fix Need to call pci_save_state after pci_restore_stateDon Skidmore1-0/+5
2009-12-15ixgbe: allow tx of pre-formatted vlan tagged packetsGurucharan Shetty1-1/+12
2009-12-15ixgbe: Fix tx_restart_queue/non_eop_desc statistics countersMallikarjuna R Chilakala1-2/+5
2009-12-08ixgbe: add support for 82599 KR device 0x1517Don Skidmore1-0/+2
2009-12-08ixgbe: Fix TX stats accountingEric Dumazet1-16/+4
2009-12-03ixgbe: use EIAM to automask MSI-XJesse Brandeburg1-6/+19
2009-12-03ixgbe: performance tweaksJesse Brandeburg1-14/+18
2009-12-03ixgbe: select FCoE Tx queue in ndo_select_queueYi Zou1-10/+14
2009-12-03ixgbe: use known user priority for FCoE when DCB is enabledYi Zou1-0/+8
2009-12-02ixgbe: remove skb_dma_map/unmap calls from driverAlexander Duyck1-14/+49
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-11-23ixgbe: Only set/clear VFE in ixgbe_set_rx_modeAlexander Duyck1-8/+10
2009-11-23ixgbe: Use rx buffer length from rx ring for configuring rscctlMallikarjuna R Chilakala1-4/+4
2009-11-23ixgbe: Modify 82599 HWRSC statistics countersMallikarjuna R Chilakala1-6/+19
2009-11-20ixgbe: move tc variable to CONFIG_IXGBE_DCBJaswinder Singh Rajput1-1/+1
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-3/+3
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-16ixgbe: Fixing EEH handler to handle more than one errorBreno Leitao1-0/+1
2009-11-13ixgbe: Make queue pairs on single MSI-X interruptsPJ Waskiewicz1-2/+2
2009-11-13ixgbe: Flush the LSC mask change to prevent repeated interruptsNelson, Shannon1-0/+1
2009-11-11ixgbe: r_idx not used in ixgbe_msix_clean_rx()Ali Gholami Rudi1-2/+0
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+78
2009-11-06ixgbe: fix traffic hangs on Tx with ioatdma loadedDon Skidmore1-4/+23
2009-11-06ixgbe: Fix checking TFCS register for TXOFF status when DCB is enabledYi Zou1-1/+51
2009-11-06ixgbe: Fix gso_max_size for 82599 when DCB is enabledYi Zou1-1/+4
2009-10-29ixgbe: Add support for netdev_ops.ndo_fcoe_get_wwn to 82599Yi Zou1-0/+1
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-10/+2