Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9bbc052d5e63512b0ce4e201ea97e12fba9fda82
/
drivers
/
net
/
e1000e
/
ethtool.c
4a29e15
e1000e: do not suggest the driver supports Wake-on-ARP
by Bruce Allan
· 14 years ago
5661aeb
e1000e: extend timeout for ethtool link test diagnostic
by Bruce Allan
· 14 years ago
ff938e4
net: use pci_dev->revision, again
by Sergei Shtylyov
· 14 years ago
5962bc2
e1000e: return appropriate errors for 'ethtool -r'
by Bruce Allan
· 14 years ago
5c1bda0
e1000e: use correct pointer when memcpy'ing a 2-dimensional array
by Bruce Allan
· 14 years ago
05b9321
e1000e: Use kmemdup rather than duplicating its implementation
by Bruce Allan
· 14 years ago
90da066
e1000e: reduce scope of some variables, remove unnecessary ones
by Bruce Allan
· 14 years ago
67fd4fc
e1000e: convert to stats64
by Jeff Kirsher
· 14 years ago
0d6057e
e1000e: update Copyright for 2011
by Bruce Allan
· 14 years ago
31dbe5b
e1000e: power off PHY after reset when interface is down
by Bruce Allan
· 14 years ago
e0dc4f1
e1000e: properly bounds-check string functions
by Bruce Allan
· 14 years ago
6480641
e1000e: checkpatch error - open braces
by Bruce Allan
· 14 years ago
f0f1a17
e1000e: checkpatch error - macro panethesis
by Bruce Allan
· 14 years ago
61c7581
e1000e: static analysis tools complain of a possible null ptr p dereference
by Bruce Allan
· 14 years ago
cbd006c
e1000e: 82577/8 must acquire h/w semaphore before workaround
by Bruce Allan
· 14 years ago
9633e63
e1000e: fix double initialization in blink path
by Holger Eitzenberger
· 14 years ago
ed4ba4b
netdev: Use default implementation of ethtool_ops::get_link where possible
by Ben Hutchings
· 14 years ago
c6ce385
e1000e: Fix for offline diag test failure at first call
by Carolyn Wyborny
· 14 years ago
807540b
drivers/net: return operator cleanup
by Eric Dumazet
· 14 years ago
52b6dcf
e1000e: fail when try to setup unsupported features
by Stanislaw Gruszka
· 15 years ago
0c6bdb3
e1000e: avoid polling h/w registers during link negotiation
by Bruce Allan
· 15 years ago
451152d
e1000e: update copyright information
by Bruce Allan
· 15 years ago
d3738bb
e1000e: initial support for 82579 LOMs
by Bruce Allan
· 15 years ago
3af5048
e1000e: cleanup ethtool loopback setup code
by Bruce Allan
· 15 years ago
11b08be
e1000e: bad state after running ethtool diagnostics with AMT enabled
by Bruce Allan
· 15 years ago
eab2abf
e1000/e1000e: implement a simple interrupt moderation
by Jesse Brandeburg
· 15 years ago
c72ea83
e1000e: Remove unnessary log message
by Tom Herbert
· 15 years ago
0be3f55
e1000e: use DMA API instead of PCI DMA functions
by Nick Nunley
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b405e8d
e1000e: Fix namespace conflicts wrt. e1000_has_link
by David S. Miller
· 15 years ago
8528b01
e1000e: Use sizeof struct rather than pointer in e1000_get_eeprom()
by Roel Kluin
· 15 years ago
c7e54b1
e1000e: update copyright information
by Bruce Allan
· 15 years ago
bb436b2
e1000e: disable K1 on PCH LOM when in PHY loopback mode
by Bruce Allan
· 15 years ago
7ea9655
e1000e: link reporting problems
by Bruce Allan
· 15 years ago
e7d906f
e1000e: function pointers for ethtool set/get offloads
by Bruce Allan
· 15 years ago
f89271dd
e1000e: add missing tests for 82583 in ethtool functions
by Bruce Allan
· 15 years ago
1fbfca3
e1000e: check WoL mode is among set of supported modes
by Bruce Allan
· 15 years ago
a0607fd
drivers/net: request_irq - Remove unnecessary leading & from second arg
by Joe Perches
· 15 years ago
945eb31
e1000e: flow control doesn't re-enable
by Bruce Allan
· 15 years ago
e0f36a9
e1000e: Fix erroneous display of stats by ethtool -S
by Ajit Khaparde
· 15 years ago
7274c20
e1000e: Use the instance of net_device_stats from net_device.
by Ajit Khaparde
· 15 years ago
18760f1
e1000e: Expose MDI-X status via ethtool change
by Chaitanya Lala
· 16 years ago
a4f58f5
e1000e: add support for 82577/82578 GbE LOM parts
by Bruce Allan
· 16 years ago
8c81c9c
e1000e: add support for 82583 device id
by Alexander Duyck
· 16 years ago
612e244
e1000e: normalize usage of serdes_has_link
by Alex Chiang
· 16 years ago
e243455
e1000e: check return code from NVM accesses and fix bank detection
by Bruce Allan
· 16 years ago
a20e4cf
e1000e: fix incorrect link status when switch module pulled
by Bruce Allan
· 16 years ago
8452759
e1000e: store EEPROM version number to prevent unnecessary NVM reads
by Bruce Allan
· 16 years ago
5c48ef3e2
e1000e: sync change flow control variables with ixgbe
by Bruce Allan
· 16 years ago
6ff6802
e1000e: Use device_set_wakeup_enable
by \"Rafael J. Wysocki\
· 16 years ago
4dd5651
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
23033fa
e1000e: remove phy read from inside spinlock
by Jesse Brandeburg
· 16 years ago
4a77035
e1000e: write protect ICHx NVM to prevent malicious write/erase
by Bruce Allan
· 16 years ago
4662e82
e1000e: add support for new 82574L part
by Bruce Allan
· 16 years ago
f4187b5
e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) parts
by Bruce Allan
· 16 years ago
56e1f82
e1000e: Return 1 instead of a non-zero value for link up indication
by Bruce Allan
· 16 years ago
44defeb
e1000e: convert ndev_ printks to something smaller
by Jeff Kirsher
· 16 years ago
8d8bb39
dma-mapping: add the device argument to dma_mapping_error()
by FUJITA Tomonori
· 16 years ago
f227ec3
e1000e: don't return half-read eeprom on error
by Kok, Auke
· 17 years ago
97ac8ca
e1000e: Add support for BM PHYs on ICH9
by Bruce Allan
· 17 years ago
de5b307
e1000e: Add interrupt moderation run-time ethtool interface
by Auke Kok
· 17 years ago
7c25769
e1000e: cleanup several stats issues
by Bruce Allan
· 17 years ago
cef8c79
e1000e: reformat register test code, fix some minor initialization
by Bruce Allan
· 17 years ago
318a94d
e1000e: reorganize PHY and flow control interface
by Jeff Kirsher
· 17 years ago
ad68076
e1000e: reformat comment blocks, cosmetic changes only
by Bruce Allan
· 17 years ago
5cfe33d
e1000e: make a function static
by Adrian Bunk
· 17 years ago
efb90e4
e1000e: add new wakeup cababilities
by Mitch Williams
· 17 years ago
2a88719
[E1000E]: convert register test macros to functions
by Joe Perches
· 17 years ago
c00acf4
netdev: ARRAY_SIZE() cleanups
by Alejandro Martinez Ruiz
· 17 years ago
4c3616c
netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN
by Alejandro Martinez Ruiz
· 17 years ago
c32bc6e
e1000: fix memcpy in e1000_get_strings
by Roel Kluin
· 17 years ago
5a9147b
e1000e: fix sparse warnings
by Stephen Hemminger
· 17 years ago
369d742
e1000e: don't poke PHY registers to retreive link status
by Auke Kok
· 17 years ago
e265522
e1000e: fix error checks
by Adrian Bunk
· 17 years ago
309af40
e1000e: restore flow control settings properly
by Auke Kok
· 17 years ago
8658251
e1000e: Fix ethtool register test code
by Auke Kok
· 17 years ago
b9f2c04
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
by Jeff Garzik
· 17 years ago
bc7f75f
[E1000E]: New pci-express e1000 driver (currently for ICH9 devices only)
by Auke Kok
· 17 years ago