summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/net_driver.h
AgeCommit message (Expand)AuthorFilesLines
2015-05-22sfc: add ndo_set_vf_link_state() function for EF10Edward Cree1-0/+2
2015-05-22sfc: Enable a VF to get its own MAC addressDaniel Pieczko1-0/+1
2015-05-22sfc: protect filter table against use-after-freeEdward Cree1-1/+4
2015-05-22sfc: save old MAC address in case sriov_mac_address_changed failsShradha Shah1-1/+1
2015-05-09sfc: Bind the sfc driver to any available VF'sShradha Shah1-0/+1
2015-05-09sfc: Add use of shared RSS contexts.Jon Cooper1-1/+2
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah1-0/+2
2015-05-09sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko1-0/+3
2015-05-09sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah1-0/+1
2015-05-09sfc: Move and rename efx_vf struct to siena_vfDaniel Pieczko1-3/+0
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah1-0/+8
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah1-0/+5
2014-11-06sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah1-14/+0
2014-07-23sfc: Add support for busy pollingAlexandre Rames1-0/+148
2014-07-18sfc: Add per-queue statistics in ethtoolAndrew Rybchenko1-0/+4
2014-07-16sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree1-0/+2
2014-04-16sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree1-0/+4
2014-02-13sfc: Add/remove blank lines to tasteBen Hutchings1-1/+0
2013-12-13sfc: remove unused 'enum efx_rx_alloc_method'Andrew Rybchenko1-6/+0
2013-12-13sfc: remove unused 'refcnt' from efx_rx_page_stateAndrew Rybchenko1-3/+0
2013-12-13sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings1-3/+4
2013-12-13sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko1-2/+2
2013-12-13sfc: Associate primary and secondary functions of controllerBen Hutchings1-0/+10
2013-12-13sfc: Store VPD serial number at probe timeBen Hutchings1-0/+3
2013-12-13sfc: Add RX packet timestamping for EF10Jon Cooper1-0/+22
2013-12-13sfc: Copy RX prefix into skb head area in efx_rx_mk_skb()Ben Hutchings1-9/+0
2013-12-13sfc: split setup of hardware timestamping into NIC-type operationDaniel Pieczko1-0/+9
2013-12-13sfc: Correct RX dropped count for drops while interface is downJon Cooper1-0/+5
2013-12-13sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper1-0/+1
2013-12-07sfc: RX buffer allocation takes prefix size into account in IP header alignmentAndrew Rybchenko1-0/+3
2013-11-01sfc: Fix DMA unmapping issue with firmware assisted TSOAlexandre Rames1-0/+3
2013-09-20sfc: Use TX PIO for sufficiently small packetsJon Cooper1-0/+2
2013-09-20sfc: Allocate and link PIO buffers; map them with write-combiningBen Hutchings1-0/+5
2013-08-30sfc: Update copyright bannersBen Hutchings1-2/+2
2013-08-29sfc: Add support for Solarflare SFC9100 familyBen Hutchings1-1/+5
2013-08-29sfc: Extend struct efx_tx_buffer to allow pushing option descriptorsBen Hutchings1-1/+6
2013-08-29sfc: Use a global count of active queues instead of pending drainsAlexandre Rames1-2/+2
2013-08-29sfc: Prepare for RX scatter on EF10Jon Cooper1-2/+6
2013-08-29sfc: Allow efx_nic_type::dimension_resources to failBen Hutchings1-1/+1
2013-08-29sfc: Allow event queue initialisation to failJon Cooper1-1/+1
2013-08-28sfc: Add support for reading packet length from prefixBen Hutchings1-0/+4
2013-08-28sfc: Add TX merged completion counterBen Hutchings1-0/+2
2013-08-28sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper1-2/+9
2013-08-28sfc: Add a function pointer to abstract write of host time into NIC shared me...Laurence Evans1-0/+1
2013-08-28sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings1-78/+18
2013-08-28sfc: Move MTD operations into efx_nic_typeBen Hutchings1-1/+28
2013-08-22sfc: Eliminate struct efx_mtdBen Hutchings1-0/+1
2013-08-22sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings1-3/+5
2013-08-22sfc: Make most filter operations NIC-type-specificBen Hutchings1-0/+46
2013-08-22sfc: Split Falcon-arch-specific and common filter stateBen Hutchings1-2/+11