aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-28sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah6-28/+72
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+26
2015-08-27sfc: only use vadaptor stats if firmware is capableBert Kenward1-1/+26
2015-07-31sfc: MC allocations must be restored following an entity resetDaniel Pieczko1-4/+12
2015-07-31sfc: allow ethtool selftest and MC reboot to complete on an unprivileged functionDaniel Pieczko2-1/+21
2015-07-21sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_modeEdward Cree1-80/+208
2015-07-21sfc: support cascaded multicast filtersDaniel Pieczko2-14/+44
2015-07-21sfc: re-factor efx_ef10_filter_sync_rx_mode()Daniel Pieczko1-91/+126
2015-07-21sfc: Insert multicast filters as well as mismatch filters in promiscuous modeJon Cooper1-51/+53
2015-07-21sfc: warn if other functions have been reset by MCFWDaniel Pieczko1-3/+14
2015-07-21sfc: add output flag decoding to efx_mcdi_set_workaroundDaniel Pieczko3-7/+25
2015-07-21sfc: cope with ENOSYS from efx_mcdi_get_workarounds()Edward Cree2-14/+25
2015-07-21sfc: enable cascaded multicast filters in MCFWDaniel Pieczko2-18/+47
2015-07-21sfc: update MCDI protocol definitionsEdward Cree1-846/+2583
2015-07-17siena: only report generic filters in get_ts_infoJacob Keller1-5/+1
2015-07-09sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning3-1/+18
2015-07-08sfc: Ensure down_write(&filter_sem) and up_write() are matched before calling efx_net_open()Shradha Shah1-6/+11
2015-07-08sfc: suppress handled MCDI failures when changing the MAC addressDaniel Pieczko1-2/+5
2015-07-08sfc: add legacy method for changing a PF's MAC addressDaniel Pieczko3-42/+126
2015-07-08sfc: refactor code in efx_ef10_set_mac_address()Daniel Pieczko1-25/+20
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds23-653/+3187
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-02Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar1-17/+25
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-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski1-1/+1
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