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
/
net
/
core
/
ethtool.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
net: use ndo_fix_features for ethtool_ops->set_flags
Michał Mirosław
2011-02-17
1
-2
/
+29
*
net: ethtool: use ndo_fix_features for offload setting
Michał Mirosław
2011-02-17
1
-13
/
+32
*
net: Introduce new feature setting ops
Michał Mirosław
2011-02-17
1
-2
/
+123
*
ethtool: factorize get/set_one_feature
Michał Mirosław
2011-02-17
1
-142
/
+132
*
ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count()
Michał Mirosław
2011-02-17
1
-12
/
+23
*
ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct place
Michał Mirosław
2011-02-17
1
-1
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-01-26
1
-1
/
+1
|
\
|
*
net: clear heap allocation for ethtool_get_regs()
Eugene Teo
2011-01-24
1
-1
/
+1
*
|
net: change netdev->features to u32
Michał Mirosław
2011-01-24
1
-1
/
+1
|
/
*
ethtool: Report link-down while interface is down
Ben Hutchings
2010-12-10
1
-2
/
+15
*
net: Fix too optimistic NETIF_F_HW_CSUM features
Michał Mirosław
2010-12-06
1
-1
/
+3
*
ethtool: Add support for vlan accleration.
Jesse Gross
2010-10-21
1
-1
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-10-11
1
-3
/
+3
|
\
|
*
net: clear heap allocations for privileged ethtool actions
Kees Cook
2010-10-11
1
-3
/
+3
|
*
net: clear heap allocation for ETHTOOL_GRXCLSRLALL
Kees Cook
2010-10-08
1
-1
/
+1
*
|
ethtool: Fix build due to lack of ethtool.h include.
David S. Miller
2010-09-21
1
-0
/
+1
*
|
ethtool: Allocate register dump buffer with vmalloc()
Ben Hutchings
2010-09-21
1
-2
/
+2
*
|
ethtool, ixgbe: Move RX n-tuple mask fixup to ethtool
Ben Hutchings
2010-09-17
1
-0
/
+34
*
|
ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csum
Eric Dumazet
2010-09-17
1
-2
/
+5
*
|
ethtool: Remove unimplemented flow specification types
Ben Hutchings
2010-09-15
1
-4
/
+4
*
|
ethtool: allow non-netadmin to query settings
stephen hemminger
2010-08-23
1
-0
/
+1
*
|
ethtool: Provide a default implementation of ethtool_ops::get_drvinfo
Ben Hutchings
2010-08-17
1
-10
/
+23
|
/
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-07-07
1
-11
/
+30
|
\
|
*
ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFH
Ben Hutchings
2010-06-29
1
-9
/
+27
|
*
ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALL
Ben Hutchings
2010-06-29
1
-2
/
+3
*
|
ethtool: Add support for control of RX flow hash indirection
Ben Hutchings
2010-06-30
1
-0
/
+80
*
|
ethtool: Change ethtool_op_set_flags to validate flags
Ben Hutchings
2010-06-30
1
-23
/
+5
|
/
*
net: Remove unnecessary semicolons after switch statements
Joe Perches
2010-05-17
1
-2
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-11
1
-0
/
+1
|
\
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
|
net: fix ethtool coding style errors and warnings
chavey
2010-04-07
1
-67
/
+74
*
|
netdev: ethtool RXHASH flag
stephen hemminger
2010-03-30
1
-1
/
+6
|
/
*
ethtool: Use noinline_for_stack
Eric Dumazet
2010-03-08
1
-32
/
+8
*
ethtool: Add direct access to ops->get_sset_count
Jeff Garzik
2010-03-05
1
-4
/
+3
*
ethtool: Add direct access to ops->get_sset_count
Jeff Garzik
2010-03-05
1
-0
/
+72
*
ethtool: do not set some flags, if others failed
Jeff Garzik
2010-02-28
1
-4
/
+6
*
Revert "ethtool: Add n-tuple string length to drvinfo and return it"
David S. Miller
2010-02-26
1
-3
/
+0
*
ethtool: Add n-tuple string length to drvinfo and return it
Peter Waskiewicz
2010-02-26
1
-0
/
+3
*
ethtool: Don't flush n-tuple list from ethtool_reset()
Ben Hutchings
2010-02-17
1
-3
/
+0
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-02-16
1
-0
/
+1
|
\
|
*
ethtool: allow non-admin user to read GRO settings.
stephen hemminger
2010-02-16
1
-0
/
+1
*
|
ethtool: reduce stack usage
Eric Dumazet
2010-02-15
1
-7
/
+28
*
|
ethtool: Move n-tuple capability check into set_flags
Peter Waskiewicz
2010-02-15
1
-5
/
+8
*
|
ethtool: Fix filter addition when caching n-tuple filters
Peter Waskiewicz
2010-02-15
1
-16
/
+24
*
|
ethtool: Use explicit designated initializers for .cmd
Roland Dreier
2010-02-11
1
-5
/
+5
*
|
ethtool: Introduce n-tuple filter programming support
Peter P Waskiewicz Jr
2010-02-10
1
-1
/
+328
|
/
*
ethtool: Add reset operation
Ben Hutchings
2009-10-07
1
-0
/
+23
*
ethtool: Remove support for obsolete string query operations
Ben Hutchings
2009-10-05
1
-48
/
+10
*
net/ethtool: Add support for the ethtool feature to flash firmware image from...
Ajit Khaparde
2009-09-02
1
-0
/
+16
*
net: ethtool_op_get_rx_csum() should be public and exported
Eric Dumazet
2009-07-27
1
-1
/
+2
[prev]
[next]