aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-31sfc: Fix DMA unmapping issue with firmware assisted TSOAlexandre Rames2-2/+8
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-31/+151
2013-10-07sfc: Only bind to EF10 functions with the LinkCtrl and Trusted flagsBen Hutchings1-1/+17
2013-10-04sfc: Add PM and RXDP drop counters to ethtool statsEdward Cree2-0/+47
2013-10-04sfc: Add definitions for new stats counters and capability flagMatthew Slattery1-2/+54
2013-10-04sfc: Refactor EF10 stat mask code to allow for more conditional statsEdward Cree1-21/+28
2013-10-04sfc: Fix internal indices of ethtool stats for EF10Edward Cree1-6/+3
2013-10-04sfc: Add rmb() between reading stats and generation count to ensure consistencyJon Cooper1-0/+1
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2013-09-24sfc: Remove extern from function prototypesJoe Perches6-249/+234
2013-09-21DMA-API: net: sfc/efx.c: replace dma_set_mask()+dma_set_coherent_mask() with new helperRussell King1-11/+1
2013-09-20sfc: Support ARFS for IPv6 flowsBen Hutchings1-28/+62
2013-09-20sfc: Use TX PIO for sufficiently small packetsJon Cooper4-0/+155
2013-09-20sfc: Introduce inline functions to simplify TX insertionBen Hutchings1-20/+33
2013-09-20sfc: Separate out queue-empty check from efx_nic_may_push_tx_desc()Ben Hutchings1-6/+22
2013-09-20sfc: Allocate and link PIO buffers; map them with write-combiningBen Hutchings6-3/+353
2013-09-20sfc: Implement firmware-assisted TSO for EF10Ben Hutchings1-52/+121
2013-09-20sfc: Fold tso_get_head_fragment() into tso_start()Ben Hutchings1-31/+31
2013-09-20sfc: Add EF10 registers to register dumpBen Hutchings1-31/+42
2013-09-20sfc: efx_ef10_filter_update_rx_scatter() can be staticFengguang Wu1-1/+1
2013-09-20sfc: efx_ethtool_get_ts_info() can be staticFengguang Wu1-2/+2
2013-09-20sfc: Increase MCDI status timeout to 250msDaniel Pieczko1-2/+2
2013-09-20sfc: Wait for MC reboot to complete before scheduling driver resetDaniel Pieczko1-3/+3
2013-09-16Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller4-22/+43
2013-09-11sfc: Reinitialise and re-validate datapath caps after MC rebootBen Hutchings2-0/+13
2013-09-11sfc: Clean up validation of datapath capabilitiesBen Hutchings1-19/+22
2013-09-11sfc: Reset derived rx_bad_bytes statistic when EF10 MC is rebootedBen Hutchings1-0/+5
2013-09-11sfc: Disable PTP on EF10 until we're ready to handle inline RX timestampsBen Hutchings1-2/+0
2013-09-05sfc: Minimal support for 40G link speedBen Hutchings2-1/+3
2013-09-04sfc: check for allocation failureDan Carpenter1-0/+2
2013-08-31Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller39-271/+4404
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-3/+2
2013-08-29sfc: Update copyright bannersBen Hutchings34-62/+62
2013-08-29sfc: Add support for Solarflare SFC9100 familyBen Hutchings12-22/+3260
2013-08-29sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()Ben Hutchings3-26/+34
2013-08-29sfc: Allocate NVRAM partition ID range for PHY imagesMatthew Slattery1-0/+4
2013-08-29sfc: Add EF10 register and structure definitionsBen Hutchings2-5/+430
2013-08-29sfc: Extend struct efx_tx_buffer to allow pushing option descriptorsBen Hutchings3-2/+11
2013-08-29sfc: Use a global count of active queues instead of pending drainsAlexandre Rames3-13/+14
2013-08-29sfc: Prepare for RX scatter on EF10Jon Cooper3-8/+12
2013-08-29sfc: Initialise IRQ moderation for all NIC types from efx_init_eventq()Ben Hutchings2-3/+3
2013-08-29sfc: Allow efx_nic_type::dimension_resources to failBen Hutchings4-6/+12
2013-08-29sfc: Allow event queue initialisation to failJon Cooper4-28/+95
2013-08-29sfc: Document conditions for multicast replication vs filter replacementBen Hutchings2-7/+49
2013-08-29sfc: Implement asynchronous MCDI requestsBen Hutchings3-30/+291
2013-08-29sfc: Remove unnecessary use of atomic_tBen Hutchings2-17/+13
2013-08-29sfc: Refactor efx_mcdi_rpc_start() and efx_mcdi_copyin()Ben Hutchings1-19/+30
2013-08-29sfc: Add support for new board sensorsBen Hutchings1-30/+91
2013-08-27sfc: Use extended MC_CMD_SENSOR_INFO and MC_CMD_READ_SENSORSBen Hutchings1-44/+95
2013-08-27sfc: Return an error code when a sensor is busy.Alexandre Rames1-1/+6