index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
e1000e: re-factor ethtool get/set ring parameter
Bruce Allan
2012-01-26
1
-59
/
+77
*
e1000e: pass pointer to ring struct instead of adapter struct
Bruce Allan
2012-01-26
3
-127
/
+136
*
e1000e: convert head, tail and itr_register offsets to __iomem pointers
Bruce Allan
2012-01-26
3
-32
/
+31
*
e1000e: re-enable alternate MAC address for all devices which support it
Bruce Allan
2012-01-26
1
-5
/
+2
*
e1000e: add Receive Packet Steering (RPS) support
Bruce Allan
2012-01-26
4
-6
/
+145
*
e1000e: cleanup Rx checksum offload code
Bruce Allan
2012-01-26
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-03
3
-5
/
+22
*
ixgbe: add support for new 82599 device id
Emil Tantilov
2012-01-03
3
-0
/
+3
*
ixgbe: add write flush in ixgbe_clock_out_i2c_byte()
Emil Tantilov
2012-01-03
1
-0
/
+1
*
ixgbe: fix typo's
Stephen Hemminger
2012-01-03
1
-7
/
+7
*
ixgbe: fix incorrect PHY register reads
Emil Tantilov
2012-01-03
1
-4
/
+4
*
igb: Add flow control advertising to ethtool setting.
Carolyn Wyborny
2012-01-03
1
-2
/
+4
*
ixgbevf: Fix register defines to correctly handle complex expressions
Alexander Duyck
2012-01-03
2
-23
/
+23
*
net: fix assignment of 0/1 to bool variables.
Rusty Russell
2011-12-20
6
-26
/
+26
*
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Jiri Pirko
2011-12-09
7
-29
/
+57
*
ixgbe: Remove function prototype for non-existent function
Greg Rose
2011-12-05
1
-1
/
+0
*
ixgbe: DCB: IEEE transitions may fail to reprogram hardware.
John Fastabend
2011-12-05
1
-11
/
+10
*
ixgbe: DCBnl set_all, order of operations fix
John Fastabend
2011-12-05
1
-48
/
+29
*
igb: Update DMA Coalescing threshold calculation.
Matthew Vick
2011-12-05
1
-7
/
+19
*
e1000e: hitting BUG_ON() from napi_enable
Bruce Allan
2011-12-05
1
-2
/
+2
*
e1000e: Avoid wrong check on TX hang
Jeff Kirsher
2011-12-05
2
-3
/
+21
*
e1000e: Support for byte queue limits
Tom Herbert
2011-11-29
1
-0
/
+9
*
net: remove netdev_alloc_page and use __GFP_COLD
Eric Dumazet
2011-11-22
3
-3
/
+3
*
Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...
Rick Jones
2011-11-22
5
-10
/
+5
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2011-11-17
12
-299
/
+340
|
\
|
*
intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN
Joe Perches
2011-11-16
5
-10
/
+6
|
*
igb: Convert bare printk to pr_notice
Joe Perches
2011-11-16
1
-2
/
+3
|
*
igb: Convert printks to pr_<level>
Jeff Kirsher
2011-11-16
1
-85
/
+80
|
*
ixgbevf: Convert printks to pr_<level>
Jeff Kirsher
2011-11-16
2
-15
/
+18
|
*
igbvf: Convert printks to pr_<level>
Jeff Kirsher
2011-11-16
1
-7
/
+7
|
*
ixgbe: fix LED blink logic to check for link
Emil Tantilov
2011-11-16
1
-7
/
+11
|
*
e1000e: Convert printks to pr_<level>
Jeff Kirsher
2011-11-16
1
-129
/
+101
|
*
e1000e: convert to real ndo_set_rx_mode
Jesse Brandeburg
2011-11-16
1
-44
/
+114
*
|
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-11-16
7
-20
/
+31
[next]