summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2015-06-02sfc: DMA the VF stats only when requestedDaniel Pieczko
2015-06-02sfc: display vadaptor statistics for all interfacesDaniel Pieczko
2015-06-02sfc: set the port-id when calling MC_CMD_MAC_STATSDaniel Pieczko
2015-06-02sfc: add "port_" prefix to MAC statsDaniel Pieczko
2015-06-02sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah
2015-06-02sfc: Add sysfs entry for flags (link control and primary)Shradha Shah
2015-06-02sfc: Add paranthesis correctly on all branches of the if statementShradha Shah
2015-06-02sfc: Add code to export port_num in netdev->dev_portShradha Shah
2015-06-02Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-31sfc: free multiple Rx buffers when requiredDaniel Pieczko
2015-05-27sfc: add module parameter to enable MCDI logging on new functionsEdward Cree
2015-05-27sfc: add sysfs entry to control MCDI tracingEdward Cree
2015-05-27sfc: add tracing of MCDI commandsEdward Cree
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski
2015-05-21sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah
2015-05-21sfc: Implement dummy disable of VF spoof check for EF10Shradha Shah
2015-05-21sfc: add ndo_set_vf_link_state() function for EF10Edward Cree
2015-05-21sfc: add ndo_set_vf_vlan() function for EF10Shradha Shah
2015-05-21sfc: Change entity reset on MC reboot to a new datapath-only reset.Jon Cooper
2015-05-21sfc: Add ndo_get_vf_config() function for EF10Shradha Shah
2015-05-21sfc: add ndo_set_vf_mac() function for EF10Shradha Shah
2015-05-21sfc: Initialise MCDI buffers to 0 on declaration.Jon Cooper
2015-05-21sfc: Enable a VF to get its own MAC addressDaniel Pieczko
2015-05-21sfc: protect filter table against use-after-freeEdward Cree
2015-05-21sfc: Store the efx_nic struct of the current VF in the VF data structShradha Shah
2015-05-21sfc: save old MAC address in case sriov_mac_address_changed failsShradha Shah
2015-05-21sfc: Store vf_index in nic_data for Ef10.Shradha Shah
2015-05-21sfc: MC_CMD_SET_MAC can only be called by the link control FunctionShradha Shah
2015-05-21sfc: change definition of MC_CMD_VADAPTOR_ALLOCShradha Shah
2015-05-21sfc: Add permissions to MCDI commandsShradha Shah
2015-05-18sfc: nicer log message on Siena SR-IOV probe failEdward Cree
2015-05-13sfc: suppress some MCDI error messages in PTPEdward Cree
2015-05-13sfc: nicer log message on PTP probe failEdward Cree
2015-05-09sfc: Bind the sfc driver to any available VF'sShradha Shah
2015-05-09sfc: Add use of shared RSS contexts.Jon Cooper
2015-05-09sfc: Cope with permissions enforcement added to firmware for SR-IOVEdward Cree
2015-05-09sfc: manually allocate and free vadaptorsShradha Shah
2015-05-09sfc: create vports for VFs and assign random MAC addressesShradha Shah
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah
2015-05-09sfc: get the PF number and record in nic_dataDaniel Pieczko
2015-05-09sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko
2015-05-09sfc: record the PF's vport ID in nic_dataDaniel Pieczko
2015-05-09sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_dataDaniel Pieczko
2015-05-09sfc: Use MCDI to set FILTER_OP_IN_TX_DOMAINShradha Shah
2015-05-09sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah
2015-05-09sfc: Move and rename efx_vf struct to siena_vfDaniel Pieczko
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-04-17sfc: Fix memcpy() with const destination compiler warning.David S. Miller