index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
sfc
Commit message (
Expand
)
Author
Age
Files
Lines
*
sfc: Create one RX queue and interrupt per CPU package by default
Ben Hutchings
2008-07-22
1
-1
/
+18
*
sfc: Use a separate workqueue for resets
Ben Hutchings
2008-07-22
2
-4
/
+21
*
sfc: I2C adapter initialisation fixes
Ben Hutchings
2008-07-22
1
-9
/
+3
*
netdev: Do not use TX lock to protect address lists.
David S. Miller
2008-07-15
1
-4
/
+2
*
netdev: Add netdev->addr_list_lock protection.
David S. Miller
2008-07-15
1
-0
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-13
1
-1
/
+3
|
\
|
*
sfc: Recover from RX queue flush failure
Steve Hodgson
2008-06-10
1
-1
/
+3
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-10
1
-1
/
+1
|
\
|
|
*
[netdrvr] sfc: Report XAUI link down at default log level
Ben Hutchings
2008-05-30
1
-1
/
+1
*
|
sfc: Reduce I2C udelay to 5 resulting in a clock frequency of 100 kHz
Ben Hutchings
2008-05-30
1
-1
/
+1
*
|
sfc: Use kernel I2C system and i2c-algo-bit driver
Ben Hutchings
2008-05-30
10
-559
/
+133
|
/
*
sfc: Remove sub-minor component from driver version
Ben Hutchings
2008-05-22
1
-1
/
+1
*
sfc: Added checks for heap allocation failure
Ben Hutchings
2008-05-22
3
-0
/
+6
*
sfc: Remove redundant casts to and from void *
Ben Hutchings
2008-05-22
5
-17
/
+17
*
sfc: Change type of efx_nic::nic_data to struct falcon_nic_data *
Ben Hutchings
2008-05-22
2
-5
/
+2
*
sfc: Use __packed macro
Ben Hutchings
2008-05-22
1
-2
/
+2
*
sfc: Do not define inline macro
Ben Hutchings
2008-05-22
1
-5
/
+0
*
sfc: Use DMA_BIT_MASK() instead of our own DMA mask macros
Ben Hutchings
2008-05-22
3
-15
/
+3
*
sfc: Correct and expand some comments
Ben Hutchings
2008-05-22
1
-6
/
+14
*
sfc: Use resource_size_t for PCI bus address
Ben Hutchings
2008-05-22
2
-6
/
+7
*
sfc: Merged efx_page_offset() into efx_rx_buf_offset()
Ben Hutchings
2008-05-22
1
-7
/
+3
*
sfc: Replaced various macros with inline functions
Ben Hutchings
2008-05-22
11
-75
/
+105
*
sfc: Added and removed braces to comply with kernel style
Ben Hutchings
2008-05-22
4
-8
/
+13
*
sfc: Removed unncesssary UL suffixes on 0 literals
Ben Hutchings
2008-05-22
1
-2
/
+2
*
sfc: Simplified efx_rx_calc_buffer_size() using get_order()
Ben Hutchings
2008-05-22
1
-21
/
+8
*
sfc: Removed casts to void
Ben Hutchings
2008-05-22
5
-13
/
+13
*
sfc: Use mod_timer() to set expiry and add_timer() together
Ben Hutchings
2008-05-22
1
-6
/
+3
*
[netdrvr] sfc: sfc: Add self-test support
Ben Hutchings
2008-05-13
14
-7
/
+1379
*
[netdrvr] sfc: Increment rx_reset when reported as driver event
Ben Hutchings
2008-05-13
1
-0
/
+1
*
[netdrvr] sfc: Remove unused macro EFX_XAUI_RETRAIN_MAX
Ben Hutchings
2008-05-13
1
-2
/
+0
*
[netdrvr] sfc: Fix code formatting
Ben Hutchings
2008-05-13
1
-2
/
+2
*
[netdrvr] sfc: Remove kernel-doc comments for removed members of struct efx_nic
Ben Hutchings
2008-05-13
1
-2
/
+0
*
[netdrvr] sfc: Remove garbage from comment
Ben Hutchings
2008-05-13
1
-1
/
+1
*
[netdrvr] sfc: Removed bogus 'fall-thru' comments
Ben Hutchings
2008-05-13
2
-3
/
+0
*
[netdrvr] sfc: Add phy_flash_cfg module parameter and implementation
Ben Hutchings
2008-05-13
4
-4
/
+26
*
[netdrvr] sfc: Add TSO support
Ben Hutchings
2008-05-13
4
-1
/
+708
*
New driver "sfc" for Solarstorm SFC4000 controller.
Ben Hutchings
2008-04-29
33
-0
/
+12877