aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-15sfc: mark state UNINIT after unregisterEdward Cree1-0/+1
2015-06-02sfc: leak vports if a VF is assigned during PF unloadDaniel Pieczko4-12/+49
2015-06-02sfc: force removal of VF and vport on driver removalDaniel Pieczko2-1/+11
2015-06-02sfc: do not allow VFs to be destroyed if assigned to guestsDaniel Pieczko1-0/+9
2015-06-02sfc: don't update stats on VF when called in atomic contextDaniel Pieczko1-2/+14
2015-06-02sfc: suppress vadaptor stats when EVB is not presentDaniel Pieczko2-3/+11
2015-06-02sfc: suppress ENOENT error messages from MC_CMD_MAC_STATSDaniel Pieczko2-5/+14
2015-06-02sfc: update netdevice statistics to use vadaptor statsDaniel Pieczko1-19/+22
2015-06-02sfc: DMA the VF stats only when requestedDaniel Pieczko2-41/+112
2015-06-02sfc: display vadaptor statistics for all interfacesDaniel Pieczko3-4/+73
2015-06-02sfc: set the port-id when calling MC_CMD_MAC_STATSDaniel Pieczko1-0/+2
2015-06-02sfc: add "port_" prefix to MAC statsDaniel Pieczko3-179/+182
2015-06-02sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah8-0/+45
2015-06-02sfc: Add sysfs entry for flags (link control and primary)Shradha Shah1-7/+51
2015-06-02sfc: Add paranthesis correctly on all branches of the if statementShradha Shah1-4/+4
2015-06-02sfc: Add code to export port_num in netdev->dev_portShradha Shah1-0/+2
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+25
2015-05-31sfc: free multiple Rx buffers when requiredDaniel Pieczko1-17/+25
2015-05-27sfc: add module parameter to enable MCDI logging on new functionsEdward Cree1-0/+9
2015-05-27sfc: add sysfs entry to control MCDI tracingEdward Cree4-10/+48
2015-05-27sfc: add tracing of MCDI commandsEdward Cree4-4/+102
2015-05-21sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah7-9/+120
2015-05-21sfc: Implement dummy disable of VF spoof check for EF10Shradha Shah2-5/+8
2015-05-21sfc: add ndo_set_vf_link_state() function for EF10Edward Cree8-0/+93
2015-05-21sfc: add ndo_set_vf_vlan() function for EF10Shradha Shah2-12/+157
2015-05-21sfc: Change entity reset on MC reboot to a new datapath-only reset.Jon Cooper4-5/+21
2015-05-21sfc: Add ndo_get_vf_config() function for EF10Shradha Shah2-5/+26
2015-05-21sfc: add ndo_set_vf_mac() function for EF10Shradha Shah4-7/+96
2015-05-21sfc: Initialise MCDI buffers to 0 on declaration.Jon Cooper4-23/+27
2015-05-21sfc: Enable a VF to get its own MAC addressDaniel Pieczko2-2/+34
2015-05-21sfc: protect filter table against use-after-freeEdward Cree5-12/+55
2015-05-21sfc: Store the efx_nic struct of the current VF in the VF data structShradha Shah3-0/+37
2015-05-21sfc: save old MAC address in case sriov_mac_address_changed failsShradha Shah5-7/+21
2015-05-21sfc: Store vf_index in nic_data for Ef10.Shradha Shah2-17/+52
2015-05-21sfc: MC_CMD_SET_MAC can only be called by the link control FunctionShradha Shah1-1/+8
2015-05-21sfc: change definition of MC_CMD_VADAPTOR_ALLOCShradha Shah1-1/+14
2015-05-21sfc: Add permissions to MCDI commandsShradha Shah1-0/+294
2015-05-18sfc: nicer log message on Siena SR-IOV probe failEdward Cree1-3/+5
2015-05-13sfc: suppress some MCDI error messages in PTPEdward Cree1-11/+16
2015-05-13sfc: nicer log message on PTP probe failEdward Cree1-1/+6
2015-05-09sfc: Bind the sfc driver to any available VF'sShradha Shah6-11/+11
2015-05-09sfc: Add use of shared RSS contexts.Jon Cooper8-36/+177
2015-05-09sfc: Cope with permissions enforcement added to firmware for SR-IOVEdward Cree5-17/+111
2015-05-09sfc: manually allocate and free vadaptorsShradha Shah3-16/+76
2015-05-09sfc: create vports for VFs and assign random MAC addressesShradha Shah3-37/+244
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah9-15/+175
2015-05-09sfc: get the PF number and record in nic_dataDaniel Pieczko2-0/+24
2015-05-09sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko7-3/+167
2015-05-09sfc: record the PF's vport ID in nic_dataDaniel Pieczko2-4/+11
2015-05-09sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_dataDaniel Pieczko3-16/+17