aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-20ixgbe:add support for a new 82599 10G Base-T deviceMallikarjuna R Chilakala1-0/+69
2010-05-18ixgbe: add support for active DA cablesDon Skidmore1-2/+4
2010-05-18ixgbe: dcb, do not tag tc_prio_control framesJohn Fastabend1-1/+2
2010-05-18ixgbe: fix ixgbe_tx_is_paused logicJohn Fastabend1-4/+4
2010-05-18ixgbe: always enable vlan strip/insert when DCB is enabledYi Zou1-1/+9
2010-05-18ixgbe: fix header len when unsplit packet overflows to data bufferShannon Nelson1-2/+3
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-5/+0
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 Tantilov1-3/+3
2010-05-05ixgbe: Add support for VF MAC and VLAN configurationGreg Rose1-0/+4
2010-05-05ixgbe: Add boolean parameter to ixgbe_set_vmolrGreg Rose1-1/+1
2010-05-03Revert "ixgbe: disable MSI-X by default on certain Cisco adapters"David S. Miller1-16/+1
2010-04-27ixgbe: disable MSI-X by default on certain Cisco adaptersNicholas Nunley1-1/+16
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 Nunley1-35/+42
2010-04-27ixgbe: ixgbe_down needs to stop dev_watchdogJohn Fastabend1-8/+7
2010-04-27ixgbe: fix bug when EITR=0 causing no writebacksJesse Brandeburg1-2/+7
2010-04-27ixgbe: enable extremely low latencyJesse Brandeburg1-0/+9
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+12
2010-04-27ixgbe: Power down PHY during driver resetsPeter Waskiewicz1-10/+12
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. 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