aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-12sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings1-7/+23
2013-12-12sfc: Allow filter removal only with exactly matching priorityBen Hutchings1-1/+1
2013-12-12sfc: Don't refer to 'stack' in filter implementationBen Hutchings1-52/+52
2013-12-12sfc: Change priority and flags for automatic MAC filtersBen Hutchings1-31/+42
2013-12-12sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko1-5/+5
2013-12-12sfc: Add more information to many warnings using WARN() and netdev_WARN()Ben Hutchings1-10/+20
2013-12-12sfc: Enable PTP clock and timestamping for all functions on EF10Ben Hutchings1-1/+4
2013-12-12sfc: Add RX packet timestamping for EF10Jon Cooper1-2/+121
2013-12-12sfc: Return EBUSY for filter insertion on EF10, matching Falcon/SienaBen Hutchings1-0/+2
2013-12-12sfc: Expose NVRAM_PARTITION_TYPE_LICENSE on EF10Ben Hutchings1-0/+1
2013-12-12sfc: Log all unexpected MCDI errorsEdward Cree1-22/+17
2013-12-12sfc: Correct RX dropped count for drops while interface is downJon Cooper1-0/+2
2013-12-12sfc: Make initial fill of RX descriptors synchronousJon Cooper1-1/+1
2013-12-12sfc: Tighten the check for RX merged completion eventsBen Hutchings1-4/+9
2013-12-12sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper1-1/+83
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+65
2013-10-04sfc: Add PM and RXDP drop counters to ethtool statsEdward Cree1-0/+35
2013-10-04sfc: Refactor EF10 stat mask code to allow for more conditional statsEdward Cree1-21/+28
2013-10-04sfc: Add rmb() between reading stats and generation count to ensure consistencyJon Cooper1-0/+1
2013-09-20sfc: Allocate and link PIO buffers; map them with write-combiningBen Hutchings1-3/+314
2013-09-20sfc: efx_ef10_filter_update_rx_scatter() can be staticFengguang Wu1-1/+1
2013-09-11sfc: Reinitialise and re-validate datapath caps after MC rebootBen Hutchings1-0/+10
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-08-29sfc: Add support for Solarflare SFC9100 familyBen Hutchings1-0/+3043