aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-19ixgbe: update all DESC_ADV macros to accept a ring pointerAlexander Duyck1-2/+2
2010-08-19ixgbe: cleanup ixgbe_get_drvinfo to be extra careful with buffer boundariesDon Skidmore1-10/+13
2010-07-24ixgbe: fix ethtool statsEric Dumazet1-21/+21
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet1-3/+5
2010-07-05ixgbe: use netif_<level> instead of netdev_<level>Emil Tantilov1-19/+21
2010-07-01ixgbe: use NETIF_F_LROStanislaw Gruszka1-1/+1
2010-06-30ixgbe: add 1g PHY support for 82599Don Skidmore1-0/+7
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-1/+4
2010-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-28/+7
2010-06-13ixgbe: fix automatic LRO/RSC settings for low latencyAndy Gospodarek1-29/+8
2010-06-03ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov1-23/+20
2010-05-18ixgbe: add support for active DA cablesDon Skidmore1-2/+2
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-4/+0
2010-04-27ixgbe: use DMA API instead of PCI DMA functionsNick Nunley1-20/+22
2010-04-27ixgbe: cleanup ethtool autoneg inputDon Skidmore1-1/+1
2010-04-27ixgbe: fix bug when EITR=0 causing no writebacksJesse Brandeburg1-12/+19
2010-04-27ixgbe: enable extremely low latencyJesse Brandeburg1-9/+78
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-27ixgbe: Do not run all Diagnostic offline tests when VFs are activeGreg Rose1-0/+21
2010-02-26ixgbe: do not stop tx queues in ixgbe_set_tsoJohn Fastabend1-2/+0
2010-02-10ixgbe: Add support for the new ethtool n-tuple programming interfacePeter Waskiewicz1-3/+108
2010-02-03ixgbe: Make descriptor ring allocations NUMA-awarePJ Waskiewicz1-33/+38
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-01-13ixgbe: update copyright datesShannon Nelson1-1/+1
2010-01-10ixgbe: Fix ethtool diag test for VT mode operationGreg Rose1-0/+11
2009-12-08ixgbe: Fix TX stats accountingEric Dumazet1-0/+1
2009-12-03ixgbe: performance tweaksJesse Brandeburg1-5/+0
2009-11-29ixgbe: Display currently attached PHY through ethtoolPJ Waskiewicz1-0/+50
2009-11-29ixgbe: handle parameters for tx and rx EITR, no div0Shannon Nelson1-6/+7
2009-11-23ixgbe: Modify 82599 HWRSC statistics countersMallikarjuna R Chilakala1-1/+2
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-3/+3
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-9/+13
2009-10-26ixgbe: fix memory leak when resizing rings while interface is downAlexander Duyck1-9/+13
2009-10-13ixgbe: Fix erroneous display of stats by ethtool -SAjit Khaparde1-5/+22
2009-10-07ixgbe: Use the instance of net_device_stats from net_device.Ajit Khaparde1-19/+21
2009-09-30ixgbe patch to provide NIC's tx/rx counters via ethtoolBen Greear1-0/+4
2009-09-21ixgbe: Allow tx itr specific settingsNelson, Shannon1-14/+61
2009-09-01ixgbe: refactor link setup codeMallikarjuna R Chilakala1-2/+2
2009-08-26ixgbe: Fix isues while reporting 8259x backplane link capabilitiesMallikarjuna R Chilakala1-11/+8
2009-08-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+19
2009-08-13ixgbe: fix issues setting rx-usecs with legacy interruptsDon Skidmore1-8/+19
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+7
2009-07-30ixgbe: Fix RSC completion delay causing Rx interrupts to stopPeter P Waskiewicz Jr1-1/+4
2009-07-30ixgbe: Fix usage of second flags bitmap when using LRO/RSCPeter P Waskiewicz Jr1-3/+3
2009-07-17ixgbe: Remove legacy descriptor supportPeter P Waskiewicz Jr1-14/+19
2009-07-03ixgbe: Not allow 8259x unsupported wol options change from ethtoolMallikarjuna R Chilakala1-1/+0
2009-06-30ixgbe: Fix device capabilities of 82599 single speed fiber NICs.Mallikarjuna R Chilakala1-2/+3
2009-06-07ixgbe: Enable Flow Director hashing in 82599Peter P Waskiewicz Jr1-0/+2
2009-06-07ixgbe: Add a second feature flags variable, move HW RSC capability therePeter P Waskiewicz Jr1-3/+3
2009-06-07ixgbe: move v_idx into q_vector and use as index onlyAlexander Duyck1-4/+1