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: check for allocation failure
Dan Carpenter
2013-09-04
1
-0
/
+2
*
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...
David S. Miller
2013-09-01
39
-271
/
+4404
|
\
|
*
sfc: Update copyright banners
Ben Hutchings
2013-08-30
34
-62
/
+62
|
*
sfc: Add support for Solarflare SFC9100 family
Ben Hutchings
2013-08-29
12
-22
/
+3260
|
*
sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()
Ben Hutchings
2013-08-29
3
-26
/
+34
|
*
sfc: Allocate NVRAM partition ID range for PHY images
Matthew Slattery
2013-08-29
1
-0
/
+4
|
*
sfc: Add EF10 register and structure definitions
Ben Hutchings
2013-08-29
2
-5
/
+430
|
*
sfc: Extend struct efx_tx_buffer to allow pushing option descriptors
Ben Hutchings
2013-08-29
3
-2
/
+11
|
*
sfc: Use a global count of active queues instead of pending drains
Alexandre Rames
2013-08-29
3
-13
/
+14
|
*
sfc: Prepare for RX scatter on EF10
Jon Cooper
2013-08-29
3
-8
/
+12
|
*
sfc: Initialise IRQ moderation for all NIC types from efx_init_eventq()
Ben Hutchings
2013-08-29
2
-3
/
+3
|
*
sfc: Allow efx_nic_type::dimension_resources to fail
Ben Hutchings
2013-08-29
4
-6
/
+12
|
*
sfc: Allow event queue initialisation to fail
Jon Cooper
2013-08-29
4
-28
/
+95
|
*
sfc: Document conditions for multicast replication vs filter replacement
Ben Hutchings
2013-08-29
2
-7
/
+49
|
*
sfc: Implement asynchronous MCDI requests
Ben Hutchings
2013-08-29
3
-30
/
+291
|
*
sfc: Remove unnecessary use of atomic_t
Ben Hutchings
2013-08-29
2
-17
/
+13
|
*
sfc: Refactor efx_mcdi_rpc_start() and efx_mcdi_copyin()
Ben Hutchings
2013-08-29
1
-19
/
+30
|
*
sfc: Add support for new board sensors
Ben Hutchings
2013-08-29
1
-30
/
+91
*
|
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
Joe Perches
2013-08-30
1
-3
/
+2
|
/
*
sfc: Use extended MC_CMD_SENSOR_INFO and MC_CMD_READ_SENSORS
Ben Hutchings
2013-08-27
1
-44
/
+95
*
sfc: Return an error code when a sensor is busy.
Alexandre Rames
2013-08-27
1
-1
/
+6
*
sfc: Add support for reading packet length from prefix
Ben Hutchings
2013-08-27
2
-2
/
+14
*
sfc: Add TX merged completion counter
Ben Hutchings
2013-08-27
3
-0
/
+6
*
sfc: Generalise packet hash lookup to support EF10 RX prefix
Jon Cooper
2013-08-27
6
-13
/
+28
*
sfc: Rename EFX_PAGE_BLOCK_SIZE to EFX_VI_PAGE_SIZE and adjust comments
Ben Hutchings
2013-08-27
1
-4
/
+4
*
sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up()
Ben Hutchings
2013-08-27
1
-2
/
+0
*
sfc: use MCDI epoch flag to improve MC reboot detection in the driver
Daniel Pieczko
2013-08-27
2
-6
/
+15
*
sfc: Add EF10 support for TX/RX DMA error events handling.
Alexandre Rames
2013-08-27
5
-11
/
+15
*
sfc: Add a function pointer to abstract write of host time into NIC shared me...
Laurence Evans
2013-08-27
3
-2
/
+16
*
sfc: PTP MCDI requests need to initialise periph ID field
Laurence Evans
2013-08-27
1
-0
/
+7
*
sfc: Delegate MAC/NIC statistic description to efx_nic_type
Ben Hutchings
2013-08-27
8
-389
/
+498
*
sfc: Remove driver-local struct ethtool_string
Ben Hutchings
2013-08-27
1
-24
/
+13
*
sfc: Remove more left-overs from Falcon GMAC support
Ben Hutchings
2013-08-27
3
-18
/
+6
*
sfc: Move MTD operations into efx_nic_type
Ben Hutchings
2013-08-27
9
-831
/
+807
*
sfc: Move NIC-type-specific MTD partition date into separate structures
Ben Hutchings
2013-08-22
1
-85
/
+112
*
sfc: Eliminate struct efx_mtd
Ben Hutchings
2013-08-22
2
-160
/
+120
*
sfc: Rename SPI stuff to show that it is Falcon-specific
Ben Hutchings
2013-08-22
4
-47
/
+47
*
sfc: Cleanup Falcon-arch simple MAC filter state
Ben Hutchings
2013-08-22
7
-44
/
+52
*
sfc: Define and use MCDI_POPULATE_DWORD_{1,2,3,4,5,6,7}
Ben Hutchings
2013-08-22
2
-10
/
+62
*
sfc: Add flag for stack-owned RX MAC filters
Ben Hutchings
2013-08-22
2
-17
/
+37
*
sfc: Refactor Falcon-arch filter removal
Ben Hutchings
2013-08-22
1
-34
/
+40
*
sfc: Make most filter operations NIC-type-specific
Ben Hutchings
2013-08-22
10
-1267
/
+1448
*
sfc: Refactor Falcon-arch search limit reset
Ben Hutchings
2013-08-22
1
-29
/
+30
*
sfc: Split Falcon-arch-specific and common filter state
Ben Hutchings
2013-08-22
2
-55
/
+58
*
sfc: Extend and abstract efx_filter_spec to cover Huntington/EF10
Ben Hutchings
2013-08-22
3
-392
/
+494
*
sfc: Name the RX drop queue ID
Ben Hutchings
2013-08-22
2
-3
/
+8
*
sfc: Rename Falcon-arch filter implementation types and functions
Ben Hutchings
2013-08-22
1
-209
/
+243
*
sfc: Remove unused filter_flags variables and efx_farch_filter_id_flags()
Ben Hutchings
2013-08-22
1
-16
/
+0
*
sfc: Do not assume efx_nic_type::ev_fini is idempotent
Ben Hutchings
2013-08-21
2
-0
/
+7
*
sfc: EFX_WORKAROUND_ALWAYS is really specific to Falcon-architecture
Ben Hutchings
2013-08-21
3
-36
/
+19
[next]