index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-20
sfc: Increase MCDI status timeout to 250ms
Daniel Pieczko
1
-2
/
+2
2013-09-20
sfc: Wait for MC reboot to complete before scheduling driver reset
Daniel Pieczko
1
-3
/
+3
2013-09-16
Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc
David S. Miller
4
-22
/
+43
2013-09-11
sfc: Reinitialise and re-validate datapath caps after MC reboot
Ben Hutchings
2
-0
/
+13
2013-09-11
sfc: Clean up validation of datapath capabilities
Ben Hutchings
1
-19
/
+22
2013-09-11
sfc: Reset derived rx_bad_bytes statistic when EF10 MC is rebooted
Ben Hutchings
1
-0
/
+5
2013-09-11
sfc: Disable PTP on EF10 until we're ready to handle inline RX timestamps
Ben Hutchings
1
-2
/
+0
2013-09-05
sfc: Minimal support for 40G link speed
Ben Hutchings
2
-1
/
+3
2013-09-04
sfc: check for allocation failure
Dan Carpenter
1
-0
/
+2
2013-08-31
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...
David S. Miller
39
-271
/
+4404
2013-08-29
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
Joe Perches
1
-3
/
+2
2013-08-29
sfc: Update copyright banners
Ben Hutchings
34
-62
/
+62
2013-08-29
sfc: Add support for Solarflare SFC9100 family
Ben Hutchings
12
-22
/
+3260
2013-08-29
sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()
Ben Hutchings
3
-26
/
+34
2013-08-29
sfc: Allocate NVRAM partition ID range for PHY images
Matthew Slattery
1
-0
/
+4
2013-08-29
sfc: Add EF10 register and structure definitions
Ben Hutchings
2
-5
/
+430
2013-08-29
sfc: Extend struct efx_tx_buffer to allow pushing option descriptors
Ben Hutchings
3
-2
/
+11
2013-08-29
sfc: Use a global count of active queues instead of pending drains
Alexandre Rames
3
-13
/
+14
2013-08-29
sfc: Prepare for RX scatter on EF10
Jon Cooper
3
-8
/
+12
2013-08-29
sfc: Initialise IRQ moderation for all NIC types from efx_init_eventq()
Ben Hutchings
2
-3
/
+3
2013-08-29
sfc: Allow efx_nic_type::dimension_resources to fail
Ben Hutchings
4
-6
/
+12
2013-08-29
sfc: Allow event queue initialisation to fail
Jon Cooper
4
-28
/
+95
2013-08-29
sfc: Document conditions for multicast replication vs filter replacement
Ben Hutchings
2
-7
/
+49
2013-08-29
sfc: Implement asynchronous MCDI requests
Ben Hutchings
3
-30
/
+291
2013-08-29
sfc: Remove unnecessary use of atomic_t
Ben Hutchings
2
-17
/
+13
2013-08-29
sfc: Refactor efx_mcdi_rpc_start() and efx_mcdi_copyin()
Ben Hutchings
1
-19
/
+30
2013-08-29
sfc: Add support for new board sensors
Ben Hutchings
1
-30
/
+91
2013-08-27
sfc: Use extended MC_CMD_SENSOR_INFO and MC_CMD_READ_SENSORS
Ben Hutchings
1
-44
/
+95
2013-08-27
sfc: Return an error code when a sensor is busy.
Alexandre Rames
1
-1
/
+6
2013-08-27
sfc: Add support for reading packet length from prefix
Ben Hutchings
2
-2
/
+14
2013-08-27
sfc: Add TX merged completion counter
Ben Hutchings
3
-0
/
+6
2013-08-27
sfc: Generalise packet hash lookup to support EF10 RX prefix
Jon Cooper
6
-13
/
+28
2013-08-27
sfc: Rename EFX_PAGE_BLOCK_SIZE to EFX_VI_PAGE_SIZE and adjust comments
Ben Hutchings
1
-4
/
+4
2013-08-27
sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up()
Ben Hutchings
1
-2
/
+0
2013-08-27
sfc: use MCDI epoch flag to improve MC reboot detection in the driver
Daniel Pieczko
2
-6
/
+15
2013-08-27
sfc: Add EF10 support for TX/RX DMA error events handling.
Alexandre Rames
5
-11
/
+15
2013-08-27
sfc: Add a function pointer to abstract write of host time into NIC shared me...
Laurence Evans
3
-2
/
+16
2013-08-27
sfc: PTP MCDI requests need to initialise periph ID field
Laurence Evans
1
-0
/
+7
2013-08-27
sfc: Delegate MAC/NIC statistic description to efx_nic_type
Ben Hutchings
8
-389
/
+498
2013-08-27
sfc: Remove driver-local struct ethtool_string
Ben Hutchings
1
-24
/
+13
2013-08-27
sfc: Remove more left-overs from Falcon GMAC support
Ben Hutchings
3
-18
/
+6
2013-08-27
sfc: Move MTD operations into efx_nic_type
Ben Hutchings
9
-831
/
+807
2013-08-22
sfc: Move NIC-type-specific MTD partition date into separate structures
Ben Hutchings
1
-85
/
+112
2013-08-22
sfc: Eliminate struct efx_mtd
Ben Hutchings
2
-160
/
+120
2013-08-22
sfc: Rename SPI stuff to show that it is Falcon-specific
Ben Hutchings
4
-47
/
+47
2013-08-22
sfc: Cleanup Falcon-arch simple MAC filter state
Ben Hutchings
7
-44
/
+52
2013-08-22
sfc: Define and use MCDI_POPULATE_DWORD_{1,2,3,4,5,6,7}
Ben Hutchings
2
-10
/
+62
2013-08-22
sfc: Add flag for stack-owned RX MAC filters
Ben Hutchings
2
-17
/
+37
2013-08-22
sfc: Refactor Falcon-arch filter removal
Ben Hutchings
1
-34
/
+40
2013-08-22
sfc: Make most filter operations NIC-type-specific
Ben Hutchings
10
-1267
/
+1448
[next]