index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
ethtool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-10
ethtool: Extend the ethtool API to obtain plugin module eeprom data
Stuart Hodgson
1
-0
/
+47
2012-05-10
ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessors
Ben Hutchings
1
-7
/
+17
2012-04-04
ethtool: Add a common function for drivers with transmit time stamping.
Richard Cochran
1
-0
/
+11
2012-04-04
ethtool: Introduce a method for getting time stamping capabilities.
Richard Cochran
1
-3
/
+45
2012-02-24
net: Support RX-ALL feature flag.
Ben Greear
1
-0
/
+1
2012-02-24
net: Support RXFCS feature flag.
Ben Greear
1
-0
/
+1
2012-02-01
ethtool: Null-terminate filename passed to ethtool_ops::flash_device
Ben Hutchings
1
-0
/
+2
2012-01-22
ethtool: allow ETHTOOL_GSSET_INFO for users
Michał Mirosław
1
-0
/
+1
2012-01-04
ethtool: Remove ethtool_ops::set_rx_ntuple operation
Ben Hutchings
1
-55
/
+0
2012-01-04
ethtool: Allow drivers to select RX NFC rule locations
Ben Hutchings
1
-1
/
+10
2011-12-16
ethtool: Define and apply a default policy for RX flow hash indirection
Ben Hutchings
1
-13
/
+20
2011-12-16
ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parameters
Ben Hutchings
1
-26
/
+55
2011-11-16
net: ethtool: fix coding style
Michał Mirosław
1
-7
/
+8
2011-11-16
net: remove NETIF_F_NO_CSUM feature bit
Michał Mirosław
1
-1
/
+0
2011-11-16
ethtool: prepare for larger netdev_features_t type
Michał Mirosław
1
-16
/
+26
2011-11-16
net: ethtool: use C99 array initialization for feature-names table
Michał Mirosław
1
-38
/
+36
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
1
-5
/
+4
2011-11-16
net: ethtool: break association of ETH_FLAG_* with NETIF_F_*
Michał Mirosław
1
-10
/
+23
2011-11-16
net: remove legacy ethtool ops
Michał Mirosław
1
-396
/
+22
2011-09-15
net: consolidate and fix ethtool_ops->get_settings calling
Jiri Pirko
1
-5
/
+15
2011-07-21
ethtool: Allow zero-length register dumps again
Ben Hutchings
1
-2
/
+2
2011-06-08
v2 ethtool: remove support for ETHTOOL_GRXNTUPLE
Alexander Duyck
1
-308
/
+1
2011-05-26
net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flags
Michał Mirosław
1
-1
/
+24
2011-05-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2011-05-17
net: ethtool: fix IPV6 checksum feature name string
Michał Mirosław
1
-1
/
+1
2011-05-13
ethtool: Added support for FW dump
Anirban Chakraborty
1
-0
/
+90
2011-05-12
ethtool: bring back missing comma in netdev features strings
Franco Fichtner
1
-1
/
+1
2011-05-08
net: Allow ethtool to set interface in loopback mode.
Mahesh Bandewar
1
-1
/
+1
2011-05-08
ethtool: remove phys_id from ethtool_ops
Stephen Hemminger
1
-5
/
+1
2011-04-21
net: fix hw_features ethtool_ops->set_flags compatibility
Michał Mirosław
1
-2
/
+2
2011-04-14
ethtool: allow custom interval for physical identification
Allan, Bruce W
1
-15
/
+16
2011-04-13
net: ethtool support to configure number of channels
amit salecha
1
-0
/
+35
2011-04-12
ethtool: time to blink provided in seconds not jiffies
Allan, Bruce W
1
-1
/
+1
2011-04-11
ethtool: prevent null pointer dereference with NTUPLE set but no set_rx_ntuple
Alexander Duyck
1
-0
/
+3
2011-04-06
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...
David S. Miller
1
-2
/
+53
2011-04-05
ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNL
Ben Hutchings
1
-2
/
+53
2011-04-04
net: Allow no-cache copy from user on transmit
Tom Herbert
1
-1
/
+1
2011-04-02
net: Call netdev_features_change() from netdev_update_features()
Michał Mirosław
1
-3
/
+3
2011-03-27
net: fix ethtool->set_flags not intended -EINVAL return value
Stanislaw Gruszka
1
-1
/
+16
2011-03-22
net: implement dev_disable_lro() hw_features compatibility
Michał Mirosław
1
-1
/
+1
2011-03-18
ethtool: __ethtool_set_sg: check for function pointer before using it
Roger Luethi
1
-0
/
+3
2011-02-23
net: Implement SFEATURES compatibility for not updated drivers
Michał Mirosław
1
-0
/
+61
2011-02-23
net: Fix ETHTOOL_GFEATURES compatibility
Michał Mirosław
1
-0
/
+14
2011-02-17
net: introduce NETIF_F_RXCSUM
Michał Mirosław
1
-24
/
+23
2011-02-17
net: use ndo_fix_features for ethtool_ops->set_flags
Michał Mirosław
1
-2
/
+29
2011-02-17
net: ethtool: use ndo_fix_features for offload setting
Michał Mirosław
1
-13
/
+32
2011-02-17
net: Introduce new feature setting ops
Michał Mirosław
1
-2
/
+123
2011-02-17
ethtool: factorize get/set_one_feature
Michał Mirosław
1
-142
/
+132
2011-02-17
ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count()
Michał Mirosław
1
-12
/
+23
2011-02-17
ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct place
Michał Mirosław
1
-1
/
+1
[next]