index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
ethtool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-17
ethtool, ixgbe: Move RX n-tuple mask fixup to ethtool
Ben Hutchings
1
-0
/
+34
2010-09-17
ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csum
Eric Dumazet
1
-2
/
+5
2010-09-15
ethtool: Remove unimplemented flow specification types
Ben Hutchings
1
-4
/
+4
2010-08-23
ethtool: allow non-netadmin to query settings
stephen hemminger
1
-0
/
+1
2010-08-17
ethtool: Provide a default implementation of ethtool_ops::get_drvinfo
Ben Hutchings
1
-10
/
+23
2010-07-07
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-11
/
+30
2010-06-30
ethtool: Add support for control of RX flow hash indirection
Ben Hutchings
1
-0
/
+80
2010-06-30
ethtool: Change ethtool_op_set_flags to validate flags
Ben Hutchings
1
-23
/
+5
2010-06-29
ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFH
Ben Hutchings
1
-9
/
+27
2010-06-29
ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALL
Ben Hutchings
1
-2
/
+3
2010-05-17
net: Remove unnecessary semicolons after switch statements
Joe Perches
1
-2
/
+2
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-04-07
net: fix ethtool coding style errors and warnings
chavey
1
-67
/
+74
2010-03-30
netdev: ethtool RXHASH flag
stephen hemminger
1
-1
/
+6
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-08
ethtool: Use noinline_for_stack
Eric Dumazet
1
-32
/
+8
2010-03-05
ethtool: Add direct access to ops->get_sset_count
Jeff Garzik
1
-4
/
+3
2010-03-05
ethtool: Add direct access to ops->get_sset_count
Jeff Garzik
1
-0
/
+72
2010-02-28
ethtool: do not set some flags, if others failed
Jeff Garzik
1
-4
/
+6
2010-02-26
Revert "ethtool: Add n-tuple string length to drvinfo and return it"
David S. Miller
1
-3
/
+0
2010-02-26
ethtool: Add n-tuple string length to drvinfo and return it
Peter Waskiewicz
1
-0
/
+3
2010-02-17
ethtool: Don't flush n-tuple list from ethtool_reset()
Ben Hutchings
1
-3
/
+0
2010-02-16
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-02-16
ethtool: allow non-admin user to read GRO settings.
stephen hemminger
1
-0
/
+1
2010-02-15
ethtool: reduce stack usage
Eric Dumazet
1
-7
/
+28
2010-02-15
ethtool: Move n-tuple capability check into set_flags
Peter Waskiewicz
1
-5
/
+8
2010-02-15
ethtool: Fix filter addition when caching n-tuple filters
Peter Waskiewicz
1
-16
/
+24
2010-02-11
ethtool: Use explicit designated initializers for .cmd
Roland Dreier
1
-5
/
+5
2010-02-10
ethtool: Introduce n-tuple filter programming support
Peter P Waskiewicz Jr
1
-1
/
+328
2009-10-07
ethtool: Add reset operation
Ben Hutchings
1
-0
/
+23
2009-10-05
ethtool: Remove support for obsolete string query operations
Ben Hutchings
1
-48
/
+10
2009-09-02
net/ethtool: Add support for the ethtool feature to flash firmware image from...
Ajit Khaparde
1
-0
/
+16
2009-07-27
net: ethtool_op_get_rx_csum() should be public and exported
Eric Dumazet
1
-1
/
+2
2009-07-26
ethtool: device independent rx_csum and get_flags routines
Sridhar Samudrala
1
-2
/
+11
2009-03-31
core: remove pointless conditional before kfree()
Wei Yongjun
1
-2
/
+1
2009-02-20
ethtool: Add RX pkt classification interface
Santwona Behera
1
-10
/
+48
2008-12-15
ethtool: Add GGRO and SGRO ops
Herbert Xu
1
-2
/
+51
2008-07-02
netdev: Add support for rx flow hash configuration, using ethtool.
Santwona Behera
1
-0
/
+37
2008-04-24
ethtool: EEPROM dump no longer works for tg3 and natsemi
Mandeep Singh Baines
1
-0
/
+5
2008-04-15
[ETHTOOL]: Add support for large eeproms
Mandeep Singh Baines
1
-28
/
+36
2007-10-10
[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls
Jeff Garzik
1
-4
/
+12
2007-10-10
[NET]: Make the device list and device lookups per namespace.
Eric W. Biederman
1
-2
/
+2
2007-10-10
[ETHTOOL]: Internal cleanup of ethtool_value-related handlers
Jeff Garzik
1
-160
/
+39
2007-10-10
[ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_[GS]PFLAGS
Jeff Garzik
1
-0
/
+38
2007-10-10
[ETHTOOL]: Introduce get_sset_count. Obsolete get_stats_count, self_test_count
Jeff Garzik
1
-25
/
+70
2007-10-10
[ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctls
Jeff Garzik
1
-0
/
+61
2007-08-14
[NET]: Unexport dev_ethtool
Adrian Bunk
1
-1
/
+0
2007-07-31
[NET]: ethtool_perm_addr only has one implementation
Matthew Wilcox
1
-35
/
+8
2007-07-31
[NET]: ethtool ops are the only way
Matthew Wilcox
1
-14
/
+7
2007-07-14
[NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.
Michael Chan
1
-0
/
+12
[next]