index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
e1000
/
e1000_ethtool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-01
e1000: fix memory leaks
Wenwen Wang
1
-4
/
+3
2019-08-22
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
1
-2
/
+1
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-4
/
+4
2018-08-24
e1000: ensure to free old tx/rx rings in set_ringparam()
Bo Chen
1
-2
/
+2
2018-08-24
e1000: check on netif_running() before calling e1000_up()
Bo Chen
1
-1
/
+2
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+2
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
1
-22
/
+1
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
1
-0
/
+1
2018-01-08
e1000: Replace WARN_ONCE with netdev_WARN_ONCE
Gal Pressman
1
-2
/
+2
2017-10-26
e1000: avoid null pointer dereference on invalid stat type
Colin Ian King
1
-5
/
+4
2017-03-21
e1000: use new API ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-59
/
+58
2016-04-06
e1000: call ndo_stop() instead of dev_close() when running offline selftest
Stefan Assmann
1
-2
/
+2
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
1
-2
/
+0
2015-01-22
e1000: fix time comparison
Asaf Vertz
1
-1
/
+2
2014-09-12
e1000: convert to build_skb
Florian Westphal
1
-14
/
+15
2014-09-12
e1000: rename struct e1000_buffer to e1000_tx_buffer
Florian Westphal
1
-1
/
+1
2014-09-12
e1000: add and use e1000_rx_buffer info for Rx
Florian Westphal
1
-4
/
+3
2014-09-06
e1000: e1000_ethertool.c coding style fixes
Krzysztof Majzerowicz-Jaszcz
1
-76
/
+79
2014-07-20
e1000: remove unnecessary break after return
Fabian Frederick
1
-3
/
+0
2014-06-06
net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate
Jiri Pirko
1
-2
/
+2
2014-06-03
e1000: Use time_after() for time comparison
Manuel Schölling
1
-1
/
+2
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2013-08-29
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
Joe Perches
1
-4
/
+4
2013-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+11
2013-03-27
e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_rings
Christoph Paasch
1
-3
/
+11
2013-03-17
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
Joe Perches
1
-4
/
+2
2013-02-15
e1000: fix whitespace issues and multi-line comments
Jeff Kirsher
1
-68
/
+72
2012-11-19
treewide: fix typo of "suppport" in various comments
Masanari Iida
1
-1
/
+1
2012-08-21
e1000: configure and read MDI settings
Jesse Brandeburg
1
-0
/
+39
2012-07-22
e1000: advertise transmit time stamping
Richard Cochran
1
-0
/
+1
2011-11-22
Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...
Rick Jones
1
-1
/
+0
2011-11-14
Sweep the last of the active .get_drvinfo floors under ethernet/
Rick Jones
1
-6
/
+7
2011-10-07
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
Rick Jones
1
-4
/
+0
2011-08-10
intel: Move the Intel wired LAN drivers
Jeff Kirsher
1
-0
/
+1863