index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
sfc: Make all CPU/IRQ/channel/queue counts unsigned
Ben Hutchings
2012-02-16
2
-9
/
+11
*
|
sfc: Make buffer table indices and counts consistently unsigned
Ben Hutchings
2012-02-16
2
-3
/
+3
*
|
sfc: Disable flow control during flushes
Steve Hodgson
2012-02-16
3
-0
/
+9
*
|
sfc: Generalise event generation to cover VF-owned event queues
Ben Hutchings
2012-02-16
2
-6
/
+7
*
|
sfc: Use proper function to test for RX channel in efx_poll()
Ben Hutchings
2012-02-16
1
-1
/
+1
*
|
sfc: Leave interrupts and event queues enabled whenever we can
Ben Hutchings
2012-02-16
4
-318
/
+308
*
|
sfc: Generate RX fill events based on RX queues, not channels
Ben Hutchings
2012-02-16
3
-9
/
+13
*
|
sfc: Generalise driver event generation
Ben Hutchings
2012-02-16
1
-24
/
+27
*
|
sfc: Correct MAC filter bitfield definitions
Ben Hutchings
2012-02-16
1
-10
/
+10
*
|
sfc: Add support for TX MAC filters
Ben Hutchings
2012-02-16
2
-5
/
+72
*
|
sfc: Add support for configuring RX unicast/multicast default filters
Ben Hutchings
2012-02-16
3
-47
/
+214
*
|
sfc: Warn if unable to create MTDs
Ben Hutchings
2012-02-14
2
-2
/
+7
*
|
sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZE
Ben Hutchings
2012-02-14
3
-5
/
+7
*
|
sfc: Do not retry hardware probe if it schedules a reset
Ben Hutchings
2012-02-14
1
-34
/
+16
*
|
sfc: Skip RX end-of-batch work on channels without an RX queue
Ben Hutchings
2012-02-14
1
-10
/
+11
*
|
sfc: Use a more sensible cast in efx_rx_buf_offset()
Ben Hutchings
2012-01-30
1
-1
/
+1
*
|
sfc: MTD: Leave the DEBUG macro alone
Ben Hutchings
2012-01-30
1
-1
/
+0
*
|
sfc: Replace efx_rx_buffer::is_page and other booleans with a flags field
Ben Hutchings
2012-01-27
5
-61
/
+59
*
|
sfc: Move the end of the non-GRO RX path into its own function
Ben Hutchings
2012-01-27
1
-18
/
+23
*
|
sfc: Make all MAC statistics consistently 64 bits wide
Ben Hutchings
2012-01-27
2
-118
/
+109
*
|
sfc: Rename implementation of ndo_set_rx_mode
Ben Hutchings
2012-01-27
1
-3
/
+3
*
|
sfc: Remove redundant 'rc' variable, always set to 0
Ben Hutchings
2012-01-27
1
-2
/
+1
*
|
sfc: Minor formatting fixes
Ben Hutchings
2012-01-27
1
-5
/
+4
*
|
sfc: Use existing local variables instead of repeated indirect lookups
Ben Hutchings
2012-01-27
1
-2
/
+2
*
|
sfc: Remove remnants of on-load self-test
Ben Hutchings
2012-01-27
4
-36
/
+20
*
|
sfc: Remove obsolete function efx_dev_name()
Ben Hutchings
2012-01-27
1
-9
/
+0
*
|
sfc: Update the description of SFC_MTD
Ben Hutchings
2012-01-27
1
-3
/
+3
*
|
sfc: Add hwmon driver for boards using SFC9000-family controllers
Ben Hutchings
2012-01-27
7
-44
/
+471
*
|
sfc: Clean up test interrupt handling
Ben Hutchings
2012-01-27
5
-28
/
+36
*
|
Partly revert "sfc: Handle serious errors in exactly one interrupt handler"
Ben Hutchings
2012-01-27
1
-8
/
+5
*
|
sfc: Remove dependence on NAPI polling in efx_test_eventq_irq()
Ben Hutchings
2012-01-27
3
-44
/
+40
*
|
sfc: Correct interrupt timer quantum for Siena (normal and turbo mode)
Ben Hutchings
2012-01-27
5
-17
/
+40
*
|
sfc: Support extraction of CAPABILITIES from GET_BOARD_CFG response.
Matthew Slattery
2012-01-27
4
-4
/
+12
*
|
sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUG
Ben Hutchings
2012-01-27
4
-7
/
+4
*
|
sfc: Remove efx_nic_type::push_multicast_hash operation
Ben Hutchings
2012-01-27
5
-23
/
+9
*
|
sfc: Merge efx_mcdi_mac_check_fault() and efx_mcdi_get_mac_faults()
Ben Hutchings
2012-01-27
1
-18
/
+7
*
|
sfc: Merge efx_mac_operations into efx_nic_type
Ben Hutchings
2012-01-27
11
-81
/
+35
*
|
sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_stats
Ben Hutchings
2012-01-27
3
-3
/
+9
*
|
sfc: Use new names for MC shared memory layout constants
Ben Hutchings
2012-01-27
1
-10
/
+4
*
|
sfc: Make handling of MC reboot more reliable
Ben Hutchings
2012-01-27
1
-6
/
+27
*
|
sfc: Remove fallback for invalid permanent MAC address
Ben Hutchings
2012-01-27
1
-30
/
+2
*
|
sfc: Set default parallelism to per-core by default
Ben Hutchings
2012-01-09
1
-7
/
+7
*
|
sfc: Rename efx_wanted_channels() to efx_wanted_parallelism()
Ben Hutchings
2012-01-09
1
-4
/
+2
*
|
sfc: Update MCDI (firmware interface) definitions
Ben Hutchings
2012-01-09
5
-1491
/
+2119
*
|
sfc: Remove unnecessary inclusion of <asm/io.h>, prompted by checkpatch
Ben Hutchings
2012-01-09
1
-1
/
+0
*
|
sfc: Const-qualify static data as appropriate, partly prompted by checkpatch
Ben Hutchings
2012-01-09
9
-22
/
+22
*
|
sfc: Remove parentheses around return expressions, reported by checkpatch
Ben Hutchings
2012-01-05
1
-8
/
+7
*
|
sfc: Avoid assignment in an if-statement, reported by checkpatch
Ben Hutchings
2012-01-05
1
-3
/
+5
*
|
sfc: Fix some formatting errors reported by checkpatch
Ben Hutchings
2012-01-05
12
-30
/
+30
|
/
*
sfc: Remove now-unused filter function
Ben Hutchings
2012-01-04
2
-48
/
+0
[prev]
[next]