summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: fix bug with vlan strip in promsic modeJesse Brandeburg2010-04-141-43/+72
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-061-13/+30
|\ \ | |/
| * ixgbe: Priority tag FIP framesRobert Love2010-03-261-9/+17
| * ixgbe: cleanup maximum number of tx queuesJohn Fastabend2010-03-261-1/+0
| * ixgbe: Change where clear_to_send_flag is reset to zero.Greg Rose2010-03-261-3/+5
| * ixgbe: In SR-IOV mode insert delay before bring the adapter upGreg Rose2010-03-261-0/+8
* | ixgbe: convert to use netdev_for_each_mc_addrJiri Pirko2010-03-261-22/+2
* | net/intel: remove trailing space in messagesFrans Pop2010-03-241-3/+3
|/
* ixgbe: Set IXGBE_RSC_CB(skb)->DMA field to zero after unmapping the addressMallikarjuna R Chilakala2010-03-191-2/+6
* ixgbe: Fix 82599 KX4 Wake on LAN issue after an improper system shutdownMallikarjuna R Chilakala2010-03-181-3/+0
* ixgbe: Fix 82599 multispeed fiber link issues due to Tx laser flappingMallikarjuna R Chilakala2010-03-181-0/+11
* 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: 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-221-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-161-0/+4
|\
| * ixgbe: fix WOL register setup for 82599Don Skidmore2010-02-151-0/+4
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* | ixgbe: Bump driver version upPeter Waskiewicz2010-02-101-1/+1
* | ixgbe: Add support for the new ethtool n-tuple programming interfacePeter Waskiewicz2010-02-101-2/+14
* | ixgbe: Make descriptor ring allocations NUMA-awarePJ Waskiewicz2010-02-031-130/+146
* | ixgbe: Allocate driver resources per NUMA nodeJesse Brandeburg2010-02-031-3/+34
* | ixgbe: only process one ixgbe_watchdog_task at a time.John Fastabend2010-02-031-4/+9
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-031-2/+5
|\ \ | |/
| * ixgbe: Fix return of invalid txqKrishna Kumar2010-02-031-1/+4
| * ixgbe: Fix ixgbe_tx_map error pathAnton Blanchard2010-02-031-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-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-251-1/+1
* | ixgbe: Improve reset coordination between the PF and the VFGreg Rose2010-01-231-0/+11
* | ixgbe: Allow the VF driver to be loaded before the PF driverGreg Rose2010-01-231-0/+7
* | 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-231-7/+11
|\ \ | |/
| * e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin2010-01-201-5/+5
| * ixgbe: update copyright datesShannon Nelson2010-01-131-2/+2
| * ixgbe: Do not attempt to perform interrupts in netpoll when downAlexander Duyck2010-01-131-0/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-101-2/+12
|\ \ | |/
| * ixgbe: Fix compiler warning about variable being used uninitializedPJ Waskiewicz2010-01-071-2/+7
| * ixgbe: fix Need to call pci_save_state after pci_restore_stateDon Skidmore2009-12-231-0/+5
* | ixgbe: Add SR-IOV features to main moduleGreg Rose2010-01-101-10/+268
* | ixgbe: Add SR-IOV register, structure and bit definesGreg Rose2010-01-101-1/+1
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
|/
* ixgbe: allow tx of pre-formatted vlan tagged packetsGurucharan Shetty2009-12-151-1/+12
* ixgbe: Fix tx_restart_queue/non_eop_desc statistics countersMallikarjuna R Chilakala2009-12-151-2/+5
* ixgbe: add support for 82599 KR device 0x1517Don Skidmore2009-12-081-0/+2
* ixgbe: Fix TX stats accountingEric Dumazet2009-12-081-16/+4
* ixgbe: use EIAM to automask MSI-XJesse Brandeburg2009-12-031-6/+19
OpenPOWER on IntegriCloud