aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-13sfc: remove duplicated include from efx.cWei Yongjun1-1/+0
2013-03-07sfc: allocate more RX buffers per pageDaniel Pieczko4-45/+56
2013-03-07sfc: Replace efx_rx_is_last_buffer() with a flagBen Hutchings2-11/+7
2013-03-07sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko3-94/+226
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings9-118/+363
2013-03-07sfc: Update RX buffer address together with lengthBen Hutchings2-13/+8
2013-03-07sfc: Explicitly prefetch RX hash prefix, not just Ethernet headeBen Hutchings1-1/+1
2013-03-07sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va()Ben Hutchings1-4/+4
2013-03-07sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings3-7/+9
2013-03-07sfc: Make RX queue descriptor counts unsigned for consistencyBen Hutchings1-3/+3
2013-03-07sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings3-20/+15
2013-03-07sfc: Document current usage of efx_rx_buffer::len and efx_nic::rx_buffer_lenBen Hutchings1-2/+4
2013-03-07sfc: Add AER and EEH support for SienaAlexandre Rames4-26/+216
2013-03-07sfc: Disable RSS when using SR-IOV and only 1 RX queue on the PFBen Hutchings1-1/+5
2013-03-07sfc: Fix replacement detection in efx_filter_insert_filter()Ben Hutchings1-23/+66
2013-03-07sfc: Merge efx_filter_search() into efx_filter_insert()Ben Hutchings1-36/+24
2013-03-07sfc: Don't use efx_filter_{build,hash,increment}() for default MAC filtersBen Hutchings1-16/+19
2013-03-07sfc: Remove redundant parameter to efx_filter_search()Ben Hutchings1-13/+8
2013-03-07sfc: More sensible semantics for efx_filter_insert_filter() replace flagBen Hutchings1-4/+12
2013-03-07sfc: Remove rx_alloc_method SKBAlexandre Rames5-265/+101
2013-03-07sfc: tidy up PTP synchronize function efx_ptp_process_times()Laurence Evans1-28/+7
2013-03-07sfc: PTP changes to support improved UUID filtering modeLaurence Evans2-16/+46
2013-03-07sfc: Allow efx_channel_type::receive_skb() to reject a packetBen Hutchings3-14/+14
2013-03-06sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0Ben Hutchings1-1/+1
2013-03-06sfc: Disable soft interrupt handling during efx_device_detach_sync()Ben Hutchings1-2/+2
2013-02-26sfc: Detach net device when stopping queues for reconfigurationBen Hutchings1-4/+12
2013-02-26sfc: Fix efx_rx_buf_offset() in the presence of swiotlbBen Hutchings2-6/+8
2013-02-26sfc: Properly sync RX DMA buffer when it is not the last in the pageBen Hutchings1-5/+10
2013-01-21drivers/net/ethernet/sfc/ptp.c: adjust duplicate testJulia Lawall1-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-1/+1
2012-12-03sfc: remove __dev* attributesBill Pemberton1-1/+1
2012-12-01sfc: Make module parameters really booleanBen Hutchings1-4/+4
2012-12-01sfc: Fix timekeeping in efx_mcdi_poll()Ben Hutchings1-6/+6
2012-12-01sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko3-3/+16
2012-12-01sfc: Work-around flush timeout when flushes have completedDaniel Pieczko2-4/+53
2012-12-01sfc: Reset driver's MAC stats after MC reboot seenBen Hutchings1-1/+8
2012-12-01sfc: Do not initialise buffer in efx_alloc_special_buffer()Ben Hutchings1-3/+0
2012-12-01sfc: Correctly initialise reset_method in siena_test_chip()Ben Hutchings1-1/+1
2012-12-01sfc: Remove confusing MMIO functionsBen Hutchings3-36/+28
2012-12-01sfc: Fix check for failure of MC_CMD_FLUSH_RX_QUEUESBen Hutchings1-1/+1
2012-12-01sfc: Delete redundant page_addr variable from efx_init_rx_buffers_page()Ben Hutchings1-5/+1
2012-12-01sfc: Really disable flow control while flushingBen Hutchings6-7/+23
2012-12-01sfc: Fix byte order warning in self-testBen Hutchings1-1/+1
2012-12-01sfc: Fix byte order warnings for ethtool RX filter interfaceBen Hutchings1-11/+14
2012-11-19net: Remove bogus dependencies on INETBen Hutchings1-1/+1
2012-11-02sfc: Select PTP_1588_CLOCKBen Hutchings1-0/+1
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings4-37/+1
2012-10-07ptp: use list_move instead of list_del/list_addWei Yongjun1-6/+3
2012-10-06drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings3-16/+4
2012-10-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller7-82/+76