summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe/igb: catch invalid VF settingsAndy Gospodarek2010-07-211-0/+9
* net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend2010-07-021-1/+1
* ixgbe: skip non IPv4 packets in ATR filterGuillaume Gaudonville2010-06-291-1/+3
* ixgbe: disable tx engine before disabling tx laserJohn Fastabend2010-06-291-4/+4
* ixgbe: fix panic when shutting down system with WoL enabledAndy Gospodarek2010-06-291-1/+2
* ixgbe: fix for race with 8259(8|9) during shutdownDon Skidmore2010-06-131-0/+4
* ixgbe: only check pfc bits in hang logic if pfc is enabledJohn Fastabend2010-06-041-1/+1
* ixgbe:add support for a new 82599 10G Base-T deviceMallikarjuna R Chilakala2010-05-201-0/+69
* ixgbe: add support for active DA cablesDon Skidmore2010-05-181-2/+4
* ixgbe: dcb, do not tag tc_prio_control framesJohn Fastabend2010-05-181-1/+2
* ixgbe: fix ixgbe_tx_is_paused logicJohn Fastabend2010-05-181-4/+4
* ixgbe: always enable vlan strip/insert when DCB is enabledYi Zou2010-05-181-1/+9
* ixgbe: fix header len when unsplit packet overflows to data bufferShannon Nelson2010-05-181-2/+3
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-5/+0
* ixgbe: Use bool flag to see if the packet unmapping is delayed in HWRSCMallikarjuna R Chilakala2010-05-131-6/+11
* ixgbe: fix setting of promisc mode when using mac-vlansEmil Tantilov2010-05-131-3/+3
* ixgbe: Add support for VF MAC and VLAN configurationGreg Rose2010-05-051-0/+4
* ixgbe: Add boolean parameter to ixgbe_set_vmolrGreg Rose2010-05-051-1/+1
* Revert "ixgbe: disable MSI-X by default on certain Cisco adapters"David S. Miller2010-05-031-16/+1
* ixgbe: disable MSI-X by default on certain Cisco adaptersNicholas Nunley2010-04-271-1/+16
* ixgbe: add registers etc. printout code just before resetting adaptersTaku Izumi2010-04-271-0/+341
* ixgbe: use DMA API instead of PCI DMA functionsNick Nunley2010-04-271-35/+42
* ixgbe: ixgbe_down needs to stop dev_watchdogJohn Fastabend2010-04-271-8/+7
* ixgbe: fix bug when EITR=0 causing no writebacksJesse Brandeburg2010-04-271-2/+7
* ixgbe: enable extremely low latencyJesse Brandeburg2010-04-271-0/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-271-10/+12
|\
| * ixgbe: Power down PHY during driver resetsPeter Waskiewicz2010-04-271-10/+12
* | 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