summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
...
| * sfc: force removal of VF and vport on driver removalDaniel Pieczko2015-06-022-1/+11
| * sfc: do not allow VFs to be destroyed if assigned to guestsDaniel Pieczko2015-06-021-0/+9
| * sfc: don't update stats on VF when called in atomic contextDaniel Pieczko2015-06-021-2/+14
| * sfc: suppress vadaptor stats when EVB is not presentDaniel Pieczko2015-06-022-3/+11
| * sfc: suppress ENOENT error messages from MC_CMD_MAC_STATSDaniel Pieczko2015-06-022-5/+14
| * sfc: update netdevice statistics to use vadaptor statsDaniel Pieczko2015-06-021-19/+22
| * sfc: DMA the VF stats only when requestedDaniel Pieczko2015-06-022-41/+112
| * sfc: display vadaptor statistics for all interfacesDaniel Pieczko2015-06-023-4/+73
| * sfc: set the port-id when calling MC_CMD_MAC_STATSDaniel Pieczko2015-06-021-0/+2
| * sfc: add "port_" prefix to MAC statsDaniel Pieczko2015-06-023-179/+182
| * sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah2015-06-028-0/+45
| * sfc: Add sysfs entry for flags (link control and primary)Shradha Shah2015-06-021-7/+51
| * sfc: Add paranthesis correctly on all branches of the if statementShradha Shah2015-06-021-4/+4
| * sfc: Add code to export port_num in netdev->dev_portShradha Shah2015-06-021-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-021-17/+25
| |\
| * | sfc: add module parameter to enable MCDI logging on new functionsEdward Cree2015-05-271-0/+9
| * | sfc: add sysfs entry to control MCDI tracingEdward Cree2015-05-274-10/+48
| * | sfc: add tracing of MCDI commandsEdward Cree2015-05-274-4/+102
| * | sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah2015-05-227-9/+120
| * | sfc: Implement dummy disable of VF spoof check for EF10Shradha Shah2015-05-222-5/+8
| * | sfc: add ndo_set_vf_link_state() function for EF10Edward Cree2015-05-228-0/+93
| * | sfc: add ndo_set_vf_vlan() function for EF10Shradha Shah2015-05-222-12/+157
| * | sfc: Change entity reset on MC reboot to a new datapath-only reset.Jon Cooper2015-05-224-5/+21
| * | sfc: Add ndo_get_vf_config() function for EF10Shradha Shah2015-05-222-5/+26
| * | sfc: add ndo_set_vf_mac() function for EF10Shradha Shah2015-05-224-7/+96
| * | sfc: Initialise MCDI buffers to 0 on declaration.Jon Cooper2015-05-224-23/+27
| * | sfc: Enable a VF to get its own MAC addressDaniel Pieczko2015-05-222-2/+34
| * | sfc: protect filter table against use-after-freeEdward Cree2015-05-225-12/+55
| * | sfc: Store the efx_nic struct of the current VF in the VF data structShradha Shah2015-05-223-0/+37
| * | sfc: save old MAC address in case sriov_mac_address_changed failsShradha Shah2015-05-225-7/+21
| * | sfc: Store vf_index in nic_data for Ef10.Shradha Shah2015-05-222-17/+52
| * | sfc: MC_CMD_SET_MAC can only be called by the link control FunctionShradha Shah2015-05-221-1/+8
| * | sfc: change definition of MC_CMD_VADAPTOR_ALLOCShradha Shah2015-05-221-1/+14
| * | sfc: Add permissions to MCDI commandsShradha Shah2015-05-221-0/+294
| * | sfc: nicer log message on Siena SR-IOV probe failEdward Cree2015-05-181-3/+5
| * | sfc: suppress some MCDI error messages in PTPEdward Cree2015-05-131-11/+16
| * | sfc: nicer log message on PTP probe failEdward Cree2015-05-131-1/+6
| * | sfc: Bind the sfc driver to any available VF'sShradha Shah2015-05-096-11/+11
| * | sfc: Add use of shared RSS contexts.Jon Cooper2015-05-098-36/+177
| * | sfc: Cope with permissions enforcement added to firmware for SR-IOVEdward Cree2015-05-095-17/+111
| * | sfc: manually allocate and free vadaptorsShradha Shah2015-05-093-16/+76
| * | sfc: create vports for VFs and assign random MAC addressesShradha Shah2015-05-093-37/+244
| * | sfc: Prepare to bind the sfc driver to the VF.Shradha Shah2015-05-099-15/+175
| * | sfc: get the PF number and record in nic_dataDaniel Pieczko2015-05-092-0/+24
| * | sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko2015-05-097-3/+167
| * | sfc: record the PF's vport ID in nic_dataDaniel Pieczko2015-05-092-4/+11
| * | sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_dataDaniel Pieczko2015-05-093-16/+17
| * | sfc: Use MCDI to set FILTER_OP_IN_TX_DOMAINShradha Shah2015-05-091-0/+1
| * | sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah2015-05-099-1/+82
| * | sfc: Move and rename efx_vf struct to siena_vfDaniel Pieczko2015-05-093-57/+67