aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/siena.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-12sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko1-18/+27
2013-12-12sfc: split setup of hardware timestamping into NIC-type operationDaniel Pieczko1-13/+56
2013-12-12sfc: Remove dependency of PTP on having a dedicated channelBen Hutchings1-1/+1
2013-12-12sfc: Correct RX dropped count for drops while interface is downJon Cooper1-0/+3
2013-08-29sfc: Update copyright bannersBen Hutchings1-2/+2
2013-08-29sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()Ben Hutchings1-20/+1
2013-08-29sfc: Allow efx_nic_type::dimension_resources to failBen Hutchings1-1/+2
2013-08-27sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper1-1/+2
2013-08-27sfc: Add a function pointer to abstract write of host time into NIC shared memoryLaurence Evans1-0/+14
2013-08-27sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings1-82/+133
2013-08-27sfc: Move MTD operations into efx_nic_typeBen Hutchings1-1/+140
2013-08-22sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings1-0/+2
2013-08-22sfc: Make most filter operations NIC-type-specificBen Hutchings1-0/+16
2013-08-21sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_sizeBen Hutchings1-5/+9
2013-08-21sfc: Add support for MCDI v2Ben Hutchings1-0/+1
2013-08-21sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings1-6/+28
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings1-0/+1
2013-08-21sfc: Rename Falcon-architecture register definitionsBen Hutchings1-1/+1
2013-08-21sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow blockingBen Hutchings1-1/+2
2013-08-21sfc: Make MCDI independent of SienaBen Hutchings1-0/+90
2013-08-21sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()Ben Hutchings1-4/+1
2013-08-21sfc: Collect all MCDI port functions into mcdi_port.cBen Hutchings1-98/+6
2013-08-21sfc: Move efx_mcdi_mac_reconfigure() to siena.c and renameBen Hutchings1-1/+22
2013-08-21sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI moduleBen Hutchings1-27/+6
2013-06-12sfc: Store port number in private data, not net_device::dev_idBen Hutchings1-1/+1
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings1-0/+3
2013-03-07sfc: Add AER and EEH support for SienaAlexandre Rames1-1/+21
2012-12-01sfc: Correctly initialise reset_method in siena_test_chip()Ben Hutchings1-1/+1
2012-12-01sfc: Really disable flow control while flushingBen Hutchings1-1/+14
2012-09-19sfc: Add support for IEEE-1588 PTPStuart Hodgson1-0/+1
2012-07-17sfc: Fix interface statistics running backwardBen Hutchings1-4/+4
2012-07-17sfc: Disable VF queues during register self-testBen Hutchings1-4/+25
2012-03-06sfc: Remove redundant function efx_nic_has_mc()Ben Hutchings1-2/+1
2012-02-16sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings1-0/+2
2012-02-16sfc: Allocate SRAM between buffer table and descriptor caches at init timeBen Hutchings1-2/+10
2012-01-27sfc: Add hwmon driver for boards using SFC9000-family controllersBen Hutchings1-0/+6
2012-01-27sfc: Correct interrupt timer quantum for Siena (normal and turbo mode)Ben Hutchings1-3/+10
2012-01-27sfc: Support extraction of CAPABILITIES from GET_BOARD_CFG response.Matthew Slattery1-1/+1
2012-01-27sfc: Remove efx_nic_type::push_multicast_hash operationBen Hutchings1-10/+0
2012-01-27sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings1-2/+2
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-1/+1
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-21/+4
2011-09-16sfc: Validate IRQ moderation parameters in efx_init_irq_moderation()Ben Hutchings1-0/+2
2011-08-11sfc: Move the Solarflare driversJeff Kirsher1-0/+676