aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-13/+30
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26ixgbe: convert to use netdev_for_each_mc_addrJiri Pirko1-22/+2
2010-03-26ixgbe: Priority tag FIP framesRobert Love1-9/+17
2010-03-26ixgbe: cleanup maximum number of tx queuesJohn Fastabend1-1/+0
2010-03-26ixgbe: Change where clear_to_send_flag is reset to zero.Greg Rose1-3/+5
2010-03-26ixgbe: In SR-IOV mode insert delay before bring the adapter upGreg Rose1-0/+8
2010-03-24net/intel: remove trailing space in messagesFrans Pop1-3/+3
2010-03-19ixgbe: Set IXGBE_RSC_CB(skb)->DMA field to zero after unmapping the addressMallikarjuna R Chilakala1-2/+6
2010-03-18ixgbe: Fix 82599 KX4 Wake on LAN issue after an improper system shutdownMallikarjuna R Chilakala1-3/+0
2010-03-18ixgbe: Fix 82599 multispeed fiber link issues due to Tx laser flappingMallikarjuna R Chilakala1-0/+11
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+1
2010-02-27ixgbe: move TC_PRIO_CONTROL check into ixgbe_select_queue()John Fastabend1-10/+11
2010-02-26ixgbe: Do not allocate too many netdev txqueuesJohn Fastabend1-1/+13
2010-02-26ixgbe: Fix DMA mapping/unmapping issues when HWRSC is enabled on IOMMU enabled kernelsMallikarjuna R Chilakala1-3/+29
2010-02-22ixgbe: prevent speculative processing of descriptors before readyMilton Miller1-0/+1
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+4
2010-02-15ixgbe: fix WOL register setup for 82599Don Skidmore1-0/+4
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
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