index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ixgbe
/
ixgbe_ethtool.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ixgbe: fix stats handling
Eric Dumazet
2010-10-21
1
-12
/
+17
*
ixgbe: Update ixgbe to use new vlan accleration.
Jesse Gross
2010-10-21
1
-1
/
+11
*
drivers/net: return operator cleanup
Eric Dumazet
2010-09-26
1
-3
/
+3
*
ixgbe: rewrite ethtool test to use standard config functions
Alexander Duyck
2010-08-19
1
-235
/
+127
*
ixgbe: update all DESC_ADV macros to accept a ring pointer
Alexander Duyck
2010-08-19
1
-2
/
+2
*
ixgbe: cleanup ixgbe_get_drvinfo to be extra careful with buffer boundaries
Don Skidmore
2010-08-19
1
-10
/
+13
*
ixgbe: fix ethtool stats
Eric Dumazet
2010-07-24
1
-21
/
+21
*
net: fix 64 bit counters on 32 bit arches
Eric Dumazet
2010-07-07
1
-3
/
+5
*
ixgbe: use netif_<level> instead of netdev_<level>
Emil Tantilov
2010-07-05
1
-19
/
+21
*
ixgbe: use NETIF_F_LRO
Stanislaw Gruszka
2010-07-01
1
-1
/
+1
*
ixgbe: add 1g PHY support for 82599
Don Skidmore
2010-06-30
1
-0
/
+7
*
ethtool: Change ethtool_op_set_flags to validate flags
Ben Hutchings
2010-06-30
1
-1
/
+4
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-06-14
1
-28
/
+7
|
\
|
*
ixgbe: fix automatic LRO/RSC settings for low latency
Andy Gospodarek
2010-06-13
1
-29
/
+8
*
|
ixgbe: Use netdev_<level>, dev_<level>, pr_<level>
Emil Tantilov
2010-06-03
1
-23
/
+20
|
/
*
ixgbe: add support for active DA cables
Don Skidmore
2010-05-18
1
-2
/
+2
*
drivers/net: Remove unnecessary returns from void function()s
Joe Perches
2010-05-14
1
-4
/
+0
*
ixgbe: use DMA API instead of PCI DMA functions
Nick Nunley
2010-04-27
1
-20
/
+22
*
ixgbe: cleanup ethtool autoneg input
Don Skidmore
2010-04-27
1
-1
/
+1
*
ixgbe: fix bug when EITR=0 causing no writebacks
Jesse Brandeburg
2010-04-27
1
-12
/
+19
*
ixgbe: enable extremely low latency
Jesse Brandeburg
2010-04-27
1
-9
/
+78
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
ixgbe: Do not run all Diagnostic offline tests when VFs are active
Greg Rose
2010-03-27
1
-0
/
+21
*
ixgbe: do not stop tx queues in ixgbe_set_tso
John Fastabend
2010-02-26
1
-2
/
+0
*
ixgbe: Add support for the new ethtool n-tuple programming interface
Peter Waskiewicz
2010-02-10
1
-3
/
+108
*
ixgbe: Make descriptor ring allocations NUMA-aware
PJ Waskiewicz
2010-02-03
1
-33
/
+38
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-01-23
1
-1
/
+1
|
\
|
*
ixgbe: update copyright dates
Shannon Nelson
2010-01-13
1
-1
/
+1
*
|
ixgbe: Fix ethtool diag test for VT mode operation
Greg Rose
2010-01-10
1
-0
/
+11
|
/
*
ixgbe: Fix TX stats accounting
Eric Dumazet
2009-12-08
1
-0
/
+1
*
ixgbe: performance tweaks
Jesse Brandeburg
2009-12-03
1
-5
/
+0
*
ixgbe: Display currently attached PHY through ethtool
PJ Waskiewicz
2009-11-29
1
-0
/
+50
*
ixgbe: handle parameters for tx and rx EITR, no div0
Shannon Nelson
2009-11-29
1
-6
/
+7
*
ixgbe: Modify 82599 HWRSC statistics counters
Mallikarjuna R Chilakala
2009-11-23
1
-1
/
+2
*
drivers/net: request_irq - Remove unnecessary leading & from second arg
Joe Perches
2009-11-18
1
-3
/
+3
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-10-27
1
-9
/
+13
|
\
|
*
ixgbe: fix memory leak when resizing rings while interface is down
Alexander Duyck
2009-10-26
1
-9
/
+13
*
|
ixgbe: Fix erroneous display of stats by ethtool -S
Ajit Khaparde
2009-10-13
1
-5
/
+22
*
|
ixgbe: Use the instance of net_device_stats from net_device.
Ajit Khaparde
2009-10-07
1
-19
/
+21
|
/
*
ixgbe patch to provide NIC's tx/rx counters via ethtool
Ben Greear
2009-09-30
1
-0
/
+4
*
ixgbe: Allow tx itr specific settings
Nelson, Shannon
2009-09-21
1
-14
/
+61
*
ixgbe: refactor link setup code
Mallikarjuna R Chilakala
2009-09-01
1
-2
/
+2
*
ixgbe: Fix isues while reporting 8259x backplane link capabilities
Mallikarjuna R Chilakala
2009-08-26
1
-11
/
+8
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-08-13
1
-8
/
+19
|
\
|
*
ixgbe: fix issues setting rx-usecs with legacy interrupts
Don Skidmore
2009-08-13
1
-8
/
+19
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-07-30
1
-4
/
+7
|
\
\
|
|
/
|
*
ixgbe: Fix RSC completion delay causing Rx interrupts to stop
Peter P Waskiewicz Jr
2009-07-30
1
-1
/
+4
|
*
ixgbe: Fix usage of second flags bitmap when using LRO/RSC
Peter P Waskiewicz Jr
2009-07-30
1
-3
/
+3
*
|
ixgbe: Remove legacy descriptor support
Peter P Waskiewicz Jr
2009-07-17
1
-14
/
+19
|
/
*
ixgbe: Not allow 8259x unsupported wol options change from ethtool
Mallikarjuna R Chilakala
2009-07-03
1
-1
/
+0
[next]