index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
e1000e: update copyright year
Bruce Allan
2012-01-26
14
-15
/
+15
*
e1000e: split lib.c into three more-appropriate files
Bruce Allan
2012-01-26
4
-995
/
+1051
*
e1000e: call er16flash() instead of __er16flash()
Bruce Allan
2012-01-26
1
-1
/
+1
*
e1000e: increase version number
Bruce Allan
2012-01-26
1
-1
/
+1
*
e1000e: convert final strncpy() to strlcpy()
Bruce Allan
2012-01-26
1
-3
/
+3
*
e1000e: concatenate long debug strings which span multiple lines
Bruce Allan
2012-01-26
4
-26
/
+15
*
e1000e: conditionally restart autoneg on 82577/8/9 when setting LPLU state
Bruce Allan
2012-01-26
1
-1
/
+3
*
e1000e: increase Rx PBA to prevent dropping received packets on 82566/82567
Bruce Allan
2012-01-26
1
-2
/
+2
*
e1000e: ICHx/PCHx LOMs should use LPLU setting in NVM when going to Sx
Bruce Allan
2012-01-26
1
-4
/
+5
*
e1000e: update workaround for 82579 intermittently disabled during S0->Sx
Bruce Allan
2012-01-26
1
-54
/
+49
*
e1000e: disable Early Receive DMA on ICH LOMs
Bruce Allan
2012-01-26
3
-39
/
+25
*
e1000e: Need to include vmalloc.h
David S. Miller
2012-01-26
1
-0
/
+1
*
e1000e: 82574/82583 Tx hang workaround
Bruce Allan
2012-01-25
1
-0
/
+4
*
e1000e: use hardware default values for Transmit Control register
Bruce Allan
2012-01-25
1
-9
/
+1
*
e1000e: use default settings for Tx Inter Packet Gap timer
Bruce Allan
2012-01-25
3
-17
/
+3
*
e1000e: 82579: workaround for link drop issue
Bruce Allan
2012-01-25
1
-0
/
+22
*
e1000e: always set transmit descriptor control registers the same
Bruce Allan
2012-01-25
1
-2
/
+2
*
e1000e: default IntMode based on kernel config & available hardware support
Bruce Allan
2012-01-25
1
-7
/
+41
*
e1000e: re-factor ethtool get/set ring parameter
Bruce Allan
2012-01-25
1
-59
/
+77
*
e1000e: pass pointer to ring struct instead of adapter struct
Bruce Allan
2012-01-25
3
-127
/
+136
*
e1000e: convert head, tail and itr_register offsets to __iomem pointers
Bruce Allan
2012-01-25
3
-32
/
+31
*
e1000e: re-enable alternate MAC address for all devices which support it
Bruce Allan
2012-01-25
1
-5
/
+2
*
e1000e: add Receive Packet Steering (RPS) support
Bruce Allan
2012-01-25
4
-6
/
+145
*
e1000e: cleanup Rx checksum offload code
Bruce Allan
2012-01-25
1
-12
/
+15
*
ixgbevf: make operations tables const
Stephen Hemminger
2012-01-19
4
-8
/
+8
*
ixgbevf: fix sparse warnings
Stephen Hemminger
2012-01-19
3
-2
/
+4
*
ixgbevf: make ethtool ops and strings const
Stephen Hemminger
2012-01-19
1
-2
/
+3
*
ixgbevf: Prevent possible race condition by checking for message
Greg Rose
2012-01-19
1
-18
/
+21
*
ixgbe: Fix register defines to correctly handle complex expressions
Alexander Duyck
2012-01-19
1
-16
/
+16
*
igbvf: Remove unnecessary irq disable/enable
Mitch A Williams
2012-01-19
1
-5
/
+0
*
igbvf: remove unneeded cast
Stephen Hemminger
2012-01-19
1
-2
/
+1
*
igb: Update Copyright on all Intel copyrighted files.
Carolyn Wyborny
2012-01-19
17
-18
/
+18
*
igb: make local functions static
Stephen Hemminger
2012-01-19
2
-4
/
+4
*
ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() call
Neerav Parikh
2012-01-05
3
-1
/
+90
*
igb: reset PHY after recovering from PHY power down
Koki Sanagi
2012-01-05
1
-0
/
+1
*
igb: add basic runtime PM support
Yan, Zheng
2012-01-05
2
-19
/
+133
*
igb: Add support for byte queue limits.
Eric Dumazet
2012-01-05
2
-0
/
+10
*
e1000: cleanup CE4100 MDIO registers access
Florian Fainelli
2012-01-05
2
-12
/
+7
*
e1000: unmap ce4100_gbe_mdio_base_virt in e1000_remove
Florian Fainelli
2012-01-05
1
-0
/
+2
*
e1000: fix lockdep splat in shutdown handler
Jesse Brandeburg
2012-01-05
1
-7
/
+1
*
ixgbe: add support for new 82599 device.
Don Skidmore
2012-01-02
3
-5
/
+22
*
ixgbe: add support for new 82599 device id
Emil Tantilov
2012-01-02
3
-0
/
+3
*
ixgbe: add write flush in ixgbe_clock_out_i2c_byte()
Emil Tantilov
2012-01-02
1
-0
/
+1
*
ixgbe: fix typo's
Stephen Hemminger
2012-01-02
1
-7
/
+7
*
ixgbe: fix incorrect PHY register reads
Emil Tantilov
2012-01-02
1
-4
/
+4
*
igb: Add flow control advertising to ethtool setting.
Carolyn Wyborny
2012-01-02
1
-2
/
+4
*
ixgbevf: Fix register defines to correctly handle complex expressions
Alexander Duyck
2012-01-02
2
-23
/
+23
*
net: fix assignment of 0/1 to bool variables.
Rusty Russell
2011-12-19
6
-26
/
+26
*
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Jiri Pirko
2011-12-08
7
-29
/
+57
*
ixgbe: Remove function prototype for non-existent function
Greg Rose
2011-12-05
1
-1
/
+0
[next]