index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
sfc
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-26
dma-mapping: add the device argument to dma_mapping_error()
FUJITA Tomonori
2
-5
/
+6
2008-07-22
sfc: Create one RX queue and interrupt per CPU package by default
Ben Hutchings
1
-1
/
+18
2008-07-22
sfc: Use a separate workqueue for resets
Ben Hutchings
2
-4
/
+21
2008-07-22
sfc: I2C adapter initialisation fixes
Ben Hutchings
1
-9
/
+3
2008-07-15
netdev: Do not use TX lock to protect address lists.
David S. Miller
1
-4
/
+2
2008-07-15
netdev: Add netdev->addr_list_lock protection.
David S. Miller
1
-0
/
+2
2008-06-13
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+3
2008-06-10
sfc: Recover from RX queue flush failure
Steve Hodgson
1
-1
/
+3
2008-06-10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2008-05-30
sfc: Reduce I2C udelay to 5 resulting in a clock frequency of 100 kHz
Ben Hutchings
1
-1
/
+1
2008-05-30
sfc: Use kernel I2C system and i2c-algo-bit driver
Ben Hutchings
10
-559
/
+133
2008-05-30
[netdrvr] sfc: Report XAUI link down at default log level
Ben Hutchings
1
-1
/
+1
2008-05-22
sfc: Remove sub-minor component from driver version
Ben Hutchings
1
-1
/
+1
2008-05-22
sfc: Added checks for heap allocation failure
Ben Hutchings
3
-0
/
+6
2008-05-22
sfc: Remove redundant casts to and from void *
Ben Hutchings
5
-17
/
+17
2008-05-22
sfc: Change type of efx_nic::nic_data to struct falcon_nic_data *
Ben Hutchings
2
-5
/
+2
2008-05-22
sfc: Use __packed macro
Ben Hutchings
1
-2
/
+2
2008-05-22
sfc: Do not define inline macro
Ben Hutchings
1
-5
/
+0
2008-05-22
sfc: Use DMA_BIT_MASK() instead of our own DMA mask macros
Ben Hutchings
3
-15
/
+3
2008-05-22
sfc: Correct and expand some comments
Ben Hutchings
1
-6
/
+14
2008-05-22
sfc: Use resource_size_t for PCI bus address
Ben Hutchings
2
-6
/
+7
2008-05-22
sfc: Merged efx_page_offset() into efx_rx_buf_offset()
Ben Hutchings
1
-7
/
+3
2008-05-22
sfc: Replaced various macros with inline functions
Ben Hutchings
11
-75
/
+105
2008-05-22
sfc: Added and removed braces to comply with kernel style
Ben Hutchings
4
-8
/
+13
2008-05-22
sfc: Removed unncesssary UL suffixes on 0 literals
Ben Hutchings
1
-2
/
+2
2008-05-22
sfc: Simplified efx_rx_calc_buffer_size() using get_order()
Ben Hutchings
1
-21
/
+8
2008-05-22
sfc: Removed casts to void
Ben Hutchings
5
-13
/
+13
2008-05-22
sfc: Use mod_timer() to set expiry and add_timer() together
Ben Hutchings
1
-6
/
+3
2008-05-13
[netdrvr] sfc: sfc: Add self-test support
Ben Hutchings
14
-7
/
+1379
2008-05-13
[netdrvr] sfc: Increment rx_reset when reported as driver event
Ben Hutchings
1
-0
/
+1
2008-05-13
[netdrvr] sfc: Remove unused macro EFX_XAUI_RETRAIN_MAX
Ben Hutchings
1
-2
/
+0
2008-05-13
[netdrvr] sfc: Fix code formatting
Ben Hutchings
1
-2
/
+2
2008-05-13
[netdrvr] sfc: Remove kernel-doc comments for removed members of struct efx_nic
Ben Hutchings
1
-2
/
+0
2008-05-13
[netdrvr] sfc: Remove garbage from comment
Ben Hutchings
1
-1
/
+1
2008-05-13
[netdrvr] sfc: Removed bogus 'fall-thru' comments
Ben Hutchings
2
-3
/
+0
2008-05-13
[netdrvr] sfc: Add phy_flash_cfg module parameter and implementation
Ben Hutchings
4
-4
/
+26
2008-05-13
[netdrvr] sfc: Add TSO support
Ben Hutchings
4
-1
/
+708
2008-04-29
New driver "sfc" for Solarstorm SFC4000 controller.
Ben Hutchings
33
-0
/
+12877