Age | Commit message (Expand) | Author | Files | Lines |
2015-12-12 | sfc: only use RSS filters if we're using RSS | Bert Kenward | 1 | -12/+12 |
2015-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2015-11-03 | sfc: push partner queue for skb->xmit_more | Martin Habets | 1 | -1/+3 |
2015-10-12 | sfc: fully reset if MC_REBOOT event received without warm_boot_count increment | Daniel Pieczko | 1 | -11/+19 |
2015-08-28 | sfc: Allow driver to cope with a lower number of VIs than it needs for RSS | Shradha Shah | 1 | -10/+29 |
2015-08-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+26 |
2015-08-27 | sfc: only use vadaptor stats if firmware is capable | Bert Kenward | 1 | -1/+26 |
2015-08-01 | sfc: MC allocations must be restored following an entity reset | Daniel Pieczko | 1 | -4/+12 |
2015-08-01 | sfc: allow ethtool selftest and MC reboot to complete on an unprivileged func... | Daniel Pieczko | 1 | -0/+8 |
2015-07-22 | sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_mode | Edward Cree | 1 | -80/+208 |
2015-07-22 | sfc: support cascaded multicast filters | Daniel Pieczko | 1 | -14/+42 |
2015-07-22 | sfc: re-factor efx_ef10_filter_sync_rx_mode() | Daniel Pieczko | 1 | -91/+126 |
2015-07-22 | sfc: Insert multicast filters as well as mismatch filters in promiscuous mode | Jon Cooper | 1 | -51/+53 |
2015-07-22 | sfc: warn if other functions have been reset by MCFW | Daniel Pieczko | 1 | -3/+14 |
2015-07-22 | sfc: add output flag decoding to efx_mcdi_set_workaround | Daniel Pieczko | 1 | -3/+4 |
2015-07-22 | sfc: cope with ENOSYS from efx_mcdi_get_workarounds() | Edward Cree | 1 | -13/+20 |
2015-07-22 | sfc: enable cascaded multicast filters in MCFW | Daniel Pieczko | 1 | -18/+45 |
2015-07-09 | sfc: suppress handled MCDI failures when changing the MAC address | Daniel Pieczko | 1 | -2/+5 |
2015-07-09 | sfc: add legacy method for changing a PF's MAC address | Daniel Pieczko | 1 | -0/+120 |
2015-07-09 | sfc: refactor code in efx_ef10_set_mac_address() | Daniel Pieczko | 1 | -25/+20 |
2015-06-02 | sfc: leak vports if a VF is assigned during PF unload | Daniel Pieczko | 1 | -0/+20 |
2015-06-02 | sfc: don't update stats on VF when called in atomic context | Daniel Pieczko | 1 | -2/+14 |
2015-06-02 | sfc: suppress vadaptor stats when EVB is not present | Daniel Pieczko | 1 | -3/+9 |
2015-06-02 | sfc: suppress ENOENT error messages from MC_CMD_MAC_STATS | Daniel Pieczko | 1 | -3/+8 |
2015-06-02 | sfc: update netdevice statistics to use vadaptor stats | Daniel Pieczko | 1 | -19/+22 |
2015-06-02 | sfc: DMA the VF stats only when requested | Daniel Pieczko | 1 | -40/+109 |
2015-06-02 | sfc: display vadaptor statistics for all interfaces | Daniel Pieczko | 1 | -4/+35 |
2015-06-02 | sfc: add "port_" prefix to MAC stats | Daniel Pieczko | 1 | -124/+127 |
2015-06-02 | sfc: Implement ndo_gets_phys_port_id() for EF10 VFs | Shradha Shah | 1 | -0/+11 |
2015-06-02 | sfc: Add sysfs entry for flags (link control and primary) | Shradha Shah | 1 | -7/+51 |
2015-06-02 | sfc: Add paranthesis correctly on all branches of the if statement | Shradha Shah | 1 | -4/+4 |
2015-06-02 | sfc: Add code to export port_num in netdev->dev_port | Shradha Shah | 1 | -0/+2 |
2015-05-27 | sfc: add tracing of MCDI commands | Edward Cree | 1 | -0/+3 |
2015-05-22 | sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MAC | Shradha Shah | 1 | -1/+74 |
2015-05-22 | sfc: add ndo_set_vf_link_state() function for EF10 | Edward Cree | 1 | -0/+1 |
2015-05-22 | sfc: Change entity reset on MC reboot to a new datapath-only reset. | Jon Cooper | 1 | -2/+10 |
2015-05-22 | sfc: Initialise MCDI buffers to 0 on declaration. | Jon Cooper | 1 | -13/+15 |
2015-05-22 | sfc: Enable a VF to get its own MAC address | Daniel Pieczko | 1 | -2/+33 |
2015-05-22 | sfc: protect filter table against use-after-free | Edward Cree | 1 | -0/+19 |
2015-05-22 | sfc: Store the efx_nic struct of the current VF in the VF data struct | Shradha Shah | 1 | -0/+32 |
2015-05-22 | sfc: Store vf_index in nic_data for Ef10. | Shradha Shah | 1 | -17/+51 |
2015-05-22 | sfc: MC_CMD_SET_MAC can only be called by the link control Function | Shradha Shah | 1 | -1/+8 |
2015-05-09 | sfc: Bind the sfc driver to any available VF's | Shradha Shah | 1 | -0/+2 |
2015-05-09 | sfc: Add use of shared RSS contexts. | Jon Cooper | 1 | -22/+135 |
2015-05-09 | sfc: Cope with permissions enforcement added to firmware for SR-IOV | Edward Cree | 1 | -2/+14 |
2015-05-09 | sfc: manually allocate and free vadaptors | Shradha Shah | 1 | -6/+6 |
2015-05-09 | sfc: Prepare to bind the sfc driver to the VF. | Shradha Shah | 1 | -3/+138 |
2015-05-09 | sfc: get the PF number and record in nic_data | Daniel Pieczko | 1 | -0/+22 |
2015-05-09 | sfc: create VEB vswitch and vport above default firmware setup | Daniel Pieczko | 1 | -0/+7 |
2015-05-09 | sfc: record the PF's vport ID in nic_data | Daniel Pieczko | 1 | -4/+9 |