aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches3-10/+0
2010-05-13ixgbe: Refactor common code between 82598 & 82599 to accommodate new hardwareMallikarjuna R Chilakala5-421/+557
2010-05-13ixgbe: Use bool flag to see if the packet unmapping is delayed in HWRSCMallikarjuna R Chilakala1-6/+11
2010-05-13ixgbe: fix setting of promisc mode when using mac-vlansEmil Tantilov3-4/+8
2010-05-06ixgbe: Streamline MC filter setup for VFsGreg Rose1-2/+11
2010-05-06ixgbe: Remove unneeded register writes in VF VLAN setupGreg Rose1-11/+0
2010-05-05ixgbe: Add support for VF MAC and VLAN configurationGreg Rose5-4/+118
2010-05-05ixgbe: Add boolean parameter to ixgbe_set_vmolrGreg Rose3-6/+9
2010-05-03Revert "ixgbe: disable MSI-X by default on certain Cisco adapters"David S. Miller2-20/+1
2010-04-27ixgbe: disable MSI-X by default on certain Cisco adaptersNicholas Nunley2-1/+20
2010-04-27ixgbe: add registers etc. printout code just before resetting adaptersTaku Izumi1-0/+341
2010-04-27ixgbe: use DMA API instead of PCI DMA functionsNick Nunley2-55/+64
2010-04-27ixgbe: Properly display 1 gig downshift warning for backplaneAnjali Singhai1-0/+5
2010-04-27ixgbe: cleanup ethtool autoneg inputDon Skidmore1-1/+1
2010-04-27ixgbe: ixgbe_down needs to stop dev_watchdogJohn Fastabend1-8/+7
2010-04-27ixgbe: fix bug when EITR=0 causing no writebacksJesse Brandeburg2-14/+26
2010-04-27ixgbe: enable extremely low latencyJesse Brandeburg2-9/+87
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-24/+62
2010-04-27ixgbe: Power down PHY during driver resetsPeter Waskiewicz3-24/+62
2010-04-14ixgbe: fix bug with vlan strip in promsic modeJesse Brandeburg1-43/+72
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-0/+3
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-23/+82
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-0/+3
2010-03-27ixgbe: Do not run all Diagnostic offline tests when VFs are activeGreg Rose1-0/+21
2010-03-26ixgbe: convert to use netdev_for_each_mc_addrJiri Pirko4-36/+12
2010-03-26ixgbe: filter FIP frames into the FCoE offload queuesChris Leech2-0/+16
2010-03-26ixgbe: Priority tag FIP framesRobert Love1-9/+17
2010-03-26ixgbe: Don't allow user buffer count to exceed 256Robert Love1-8/+10
2010-03-26ixgbe: cleanup maximum number of tx queuesJohn Fastabend2-3/+5
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 Pop3-6/+6
2010-03-19ixgbe: Set IXGBE_RSC_CB(skb)->DMA field to zero after unmapping the addressMallikarjuna R Chilakala1-2/+6
2010-03-19ixgbe: fix for real_num_tx_queues update issueVasu Dev1-3/+3
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 Chilakala3-36/+54
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: do not stop tx queues in ixgbe_set_tsoJohn Fastabend1-2/+0
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. Miller2-0/+26
2010-02-15ixgbe: fix WOL register setup for 82599Don Skidmore1-0/+4
2010-02-15ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errataDon Skidmore1-0/+22
2010-02-15ixgbe: Cleanup incorrect header commentsPeter Waskiewicz1-5/+0
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 Waskiewicz5-18/+228