index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_size
Ben Hutchings
2013-08-21
4
-32
/
+37
*
sfc: Update and improve kernel-doc for efx_mcdi_state & efx_mcdi_iface
Ben Hutchings
2013-08-21
1
-11
/
+9
*
sfc: Fix race in completion handling
Ben Hutchings
2013-08-21
1
-15
/
+10
*
sfc: Add support for MCDI v2
Ben Hutchings
2013-08-21
6
-55
/
+127
*
sfc: Update MCDI protocol definitions for EF10
Ben Hutchings
2013-08-21
3
-342
/
+5196
*
sfc: Translate MCDI error numbers received in events
Ben Hutchings
2013-08-21
2
-29
/
+37
*
sfc: Move and rename Falcon/Siena common NIC operations
Ben Hutchings
2013-08-21
9
-1858
/
+2088
*
sfc: Refactor queue teardown sequence to allow for EF10 flush behaviour
Ben Hutchings
2013-08-21
9
-48
/
+59
*
sfc: Remove bogus call to efx_release_tx_buffers()
Ben Hutchings
2013-08-21
1
-11
/
+0
*
sfc: Stop RX refill before flushing RX queues
Ben Hutchings
2013-08-21
4
-9
/
+13
*
sfc: Limit scope of a Falcon A1 IRQ workaround
Ben Hutchings
2013-08-21
3
-10
/
+2
*
sfc: Rework IRQ enable/disable
Ben Hutchings
2013-08-21
4
-59
/
+112
*
sfc: Remove efx_process_channel_now()
Ben Hutchings
2013-08-21
4
-81
/
+3
*
sfc: Rename Falcon-architecture register definitions
Ben Hutchings
2013-08-21
8
-10
/
+10
*
sfc: Make struct efx_special_buffer less special
Ben Hutchings
2013-08-21
2
-43
/
+37
*
sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...
Ben Hutchings
2013-08-21
9
-14
/
+19
*
sfc: Make MCDI independent of Siena
Ben Hutchings
2013-08-21
5
-77
/
+157
*
sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()
Ben Hutchings
2013-08-21
3
-9
/
+6
*
sfc: Collect all MCDI port functions into mcdi_port.c
Ben Hutchings
2013-08-21
7
-306
/
+242
*
sfc: Move efx_mcdi_mac_reconfigure() to siena.c and rename
Ben Hutchings
2013-08-21
3
-23
/
+22
*
sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI module
Ben Hutchings
2013-08-21
3
-31
/
+30
*
sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD()
Ben Hutchings
2013-08-21
4
-29
/
+34
*
sfc: Ensure MCDI buffers, but not lengths, are dword aligned
Ben Hutchings
2013-08-21
3
-31
/
+46
*
sfc: Use proper macros to declare and access MCDI arrays
Ben Hutchings
2013-08-21
6
-94
/
+85
*
sfc: Introduce and use MCDI_CTL_SDU_LEN_MAX_V1 macro for Siena-specific code
Ben Hutchings
2013-08-21
2
-4
/
+7
*
sfc: Fill out the set of MCDI accessors
Ben Hutchings
2013-08-21
1
-10
/
+32
*
sfc: Rationalise MCDI buffer accessors
Ben Hutchings
2013-08-21
1
-26
/
+20
*
sfc: Introduce and use MCDI_DECLARE_BUF macro
Ben Hutchings
2013-08-21
7
-56
/
+66
*
sfc: Move more Falcon-specific code and definitions into falcon.c
Ben Hutchings
2013-08-21
5
-666
/
+538
[next]