summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe
AgeCommit message (Expand)Author
2010-04-28ixgbe: add registers etc. printout code just before resetting adaptersTaku Izumi
2010-04-27ixgbe: use DMA API instead of PCI DMA functionsNick Nunley
2010-04-27ixgbe: Properly display 1 gig downshift warning for backplaneAnjali Singhai
2010-04-27ixgbe: cleanup ethtool autoneg inputDon Skidmore
2010-04-27ixgbe: ixgbe_down needs to stop dev_watchdogJohn Fastabend
2010-04-27ixgbe: fix bug when EITR=0 causing no writebacksJesse Brandeburg
2010-04-27ixgbe: enable extremely low latencyJesse Brandeburg
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-27ixgbe: Power down PHY during driver resetsPeter Waskiewicz
2010-04-14ixgbe: fix bug with vlan strip in promsic modeJesse Brandeburg
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-27ixgbe: Do not run all Diagnostic offline tests when VFs are activeGreg Rose
2010-03-27ixgbe: convert to use netdev_for_each_mc_addrJiri Pirko
2010-03-26ixgbe: filter FIP frames into the FCoE offload queuesChris Leech
2010-03-26ixgbe: Priority tag FIP framesRobert Love
2010-03-26ixgbe: Don't allow user buffer count to exceed 256Robert Love
2010-03-26ixgbe: cleanup maximum number of tx queuesJohn Fastabend
2010-03-26ixgbe: Change where clear_to_send_flag is reset to zero.Greg Rose
2010-03-26ixgbe: In SR-IOV mode insert delay before bring the adapter upGreg Rose
2010-03-24net/intel: remove trailing space in messagesFrans Pop
2010-03-20ixgbe: Set IXGBE_RSC_CB(skb)->DMA field to zero after unmapping the addressMallikarjuna R Chilakala
2010-03-20ixgbe: fix for real_num_tx_queues update issueVasu Dev
2010-03-19ixgbe: Fix 82599 KX4 Wake on LAN issue after an improper system shutdownMallikarjuna R Chilakala
2010-03-19ixgbe: Fix 82599 multispeed fiber link issues due to Tx laser flappingMallikarjuna R Chilakala
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita
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: do not stop tx queues in ixgbe_set_tsoJohn 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-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-16ixgbe: fix WOL register setup for 82599Don Skidmore
2010-02-16ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errataDon Skidmore
2010-02-16ixgbe: Cleanup incorrect header commentsPeter Waskiewicz
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-11ixgbe: Bump driver version upPeter Waskiewicz
2010-02-11ixgbe: Add support for the new ethtool n-tuple programming interfacePeter Waskiewicz
2010-02-04ixgbe: Make descriptor ring allocations NUMA-awarePJ Waskiewicz
2010-02-04ixgbe: Allocate driver resources per NUMA nodeJesse Brandeburg
2010-02-04ixgbe: only process one ixgbe_watchdog_task at a time.John Fastabend
2010-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-04ixgbe: Fix return of invalid txqKrishna Kumar
2010-02-04ixgbe: 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-28ixgbe: if ixgbe_copy_dcb_cfg is going to fail learn about it earlyJohn Fastabend
2010-01-28ixgbe: set the correct DCB bit for pg tx settingsJohn Fastabend
2010-01-25net: use helpers to access uc list V2Jiri Pirko