aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* sfc: Fix efx_rx_buf_offset() for recycled pagesBen Hutchings2013-10-261-1/+2
* sfc: Only use TX push if a single descriptor is to be writtenBen Hutchings2013-03-271-1/+2
* sfc: Disable soft interrupt handling during efx_device_detach_sync()Ben Hutchings2013-03-271-2/+2
* sfc: Detach net device when stopping queues for reconfigurationBen Hutchings2013-03-271-4/+12
* sfc: Fix efx_rx_buf_offset() in the presence of swiotlbBen Hutchings2013-03-272-6/+8
* sfc: Properly sync RX DMA buffer when it is not the last in the pageBen Hutchings2013-03-271-5/+10
* sfc: Fix timekeeping in efx_mcdi_poll()Ben Hutchings2013-03-271-6/+6
* sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko2013-03-273-3/+16
* sfc: Fix two causes of flush failureBen Hutchings2013-03-277-5/+46
* sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg()Ben Hutchings2013-03-271-6/+11
* sfc: Do not attempt to flush queues if DMA is disabledStuart Hodgson2013-03-271-14/+19
* sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings2012-09-195-9/+49
* sfc: Fix assignment of ip_summed for pre-allocated skbsBen Hutchings2012-03-191-2/+2
* drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker2011-10-311-0/+1
* Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2011-10-284-10/+10
* net: add skb frag size accessorsEric Dumazet2011-10-192-5/+5
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-071-4/+0
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-061-3/+3
* sfc: convert to SKB paged frag API.Ian Campbell2011-09-222-10/+5
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-227-83/+23
* ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings2011-09-161-1/+1
* sfc: Use correct fields of struct ethtool_coalesceBen Hutchings2011-09-161-9/+27
* sfc: Validate IRQ moderation parameters in efx_init_irq_moderation()Ben Hutchings2011-09-166-15/+34
* sfc: Correct reporting and validation of TX interrupt coalescingBen Hutchings2011-09-163-34/+53
* sfc: Use consistent types for interrupt coalescing parametersBen Hutchings2011-09-163-8/+9
* sfc: Correct error code for unsupported interrupt coalescing parametersBen Hutchings2011-09-161-3/+3
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* sfc: Move the Solarflare driversJeff Kirsher2011-08-1137-0/+25571