Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
2fbe4526e5aafc9ffa5d85fa4749a7c5b22af6b2
/
drivers
/
net
/
ethernet
/
intel
/
e1000e
/
ethtool.c
2fbe452
e1000e: initial support for i217
by Bruce Allan
· 13 years ago
6ad6514
e1000e: cleanup remaining strings split across multiple lines
by Bruce Allan
· 13 years ago
1e36052
e1000e: cleanup indexed register arrays
by Bruce Allan
· 13 years ago
44abd5c
e1000e: cleanup use of check_reset_block function pointer
by Bruce Allan
· 13 years ago
668018d
e1000e: remove unnecessary parentheses
by Bruce Allan
· 13 years ago
e885d76
e1000e: fix sparse warnings with -D__CHECK_ENDIAN__
by Bruce Allan
· 13 years ago
f23efdf
e1000e: cleanup e1000_set_phys_id
by Bruce Allan
· 13 years ago
9e2d765
e1000e: cleanup - check return values consistently
by Bruce Allan
· 13 years ago
f5e261e
e1000e: update copyright year
by Bruce Allan
· 13 years ago
c85c21a
e1000e: Need to include vmalloc.h
by David S. Miller
· 13 years ago
508da42
e1000e: re-factor ethtool get/set ring parameter
by Bruce Allan
· 13 years ago
55aa698
e1000e: pass pointer to ring struct instead of adapter struct
by Bruce Allan
· 13 years ago
70495a5
e1000e: add Receive Packet Steering (RPS) support
by Bruce Allan
· 13 years ago
33a5ba1
net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines
by Rick Jones
· 13 years ago
612a94d
Sweep the last of the active .get_drvinfo floors under ethernet/
by Rick Jones
· 13 years ago
8b0c116
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
by Rick Jones
· 13 years ago
dc22129
e1000e: convert to netdev features/hw_features API
by Bruce Allan
· 13 years ago
ca1ba7c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 13 years ago
823dcd2
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
5f45021
e1000e: convert driver to use extended descriptors
by Bruce Allan
· 13 years ago
dee1ad4
intel: Move the Intel wired LAN drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/e1000e/ethtool.c]
9fb7a5f
e1000e: minor re-order of #include files
by Bruce Allan
· 13 years ago
945a515
intel drivers: repair missing flush operations
by Jesse Brandeburg
· 13 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
14ad251
net/igb/e1000/e1000e: more robust ethtool duplex/speed configuration
by David Decotigny
· 14 years ago
7073949
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
by David Decotigny
· 14 years ago
25db033
ethtool: Use full 32 bit speed range in ethtool's set_settings
by David Decotigny
· 14 years ago
dbf80dc
e1000e: implement ethtool set_phys_id
by Bruce Allan
· 14 years ago
86d70e5
e1000e: convert to new VLAN model
by Jeff Kirsher
· 14 years ago
1bba438
e1000e: convert short duration msleep() to usleep_range()
by Bruce Allan
· 14 years ago
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
· 14 years ago
0c6bdb3
e1000e: avoid polling h/w registers during link negotiation
by Bruce Allan
· 14 years ago
451152d
e1000e: update copyright information
by Bruce Allan
· 14 years ago
d3738bb
e1000e: initial support for 82579 LOMs
by Bruce Allan
· 14 years ago
3af5048
e1000e: cleanup ethtool loopback setup code
by Bruce Allan
· 14 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
· 15 years ago
a4f58f5
e1000e: add support for 82577/82578 GbE LOM parts
by Bruce Allan
· 15 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
Next »