aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-15sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko1-0/+39
2016-06-15sfc: VLAN filters must only be created if the firmware supports this.Martin Habets1-0/+13
2016-06-15sfc: Fix dup unknown multicast/unicast filters after datapath resetAndrew Rybchenko1-11/+69
2016-06-15sfc: Refactor checks for invalid filter IDEdward Cree1-26/+13
2016-06-15sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets1-0/+4
2016-06-15sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko1-0/+86
2016-06-15sfc: Implement list of VLANs added over interfaceAndrew Rybchenko1-35/+290
2016-06-15sfc: Make EF10 filter management helper functions VLAN-awareAndrew Rybchenko1-29/+41
2016-06-15sfc: Store unicast and multicast promisc flag with address cacheAndrew Rybchenko1-15/+15
2016-06-15sfc: Move filter IDs to per-VLAN data structureAndrew Rybchenko1-37/+51
2016-06-15sfc: Forget filter ID when the filter is marked oldAndrew Rybchenko1-20/+33
2016-06-15sfc: Assert filter_sem write locked when requiredEdward Cree1-1/+15
2016-06-15sfc: Move last mc_promisc flag to EF10 filter table stateAndrew Rybchenko1-2/+5
2016-06-15sfc: Define macro with EF10 offload featureAndrew Rybchenko1-4/+8
2016-05-25sfc: on MC reset, clear PIO buffer linkage in TXQsEdward Cree1-0/+16
2016-04-28sfc: disable RSS when unsupportedJon Cooper1-2/+13
2015-12-23sfc: Downgrade or remove some error messagesBert Kenward1-6/+14
2015-12-23sfc: Make failed filter removal less noisyBert Kenward1-17/+31
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+12
2015-12-12sfc: only use RSS filters if we're using RSSBert Kenward1-12/+12
2015-12-05sfc: check warm_boot_count after other functions have been resetDaniel Pieczko1-2/+13
2015-12-01sfc: make TSO version a per-queue parameterBert Kenward1-7/+6
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2015-11-02sfc: push partner queue for skb->xmit_moreMartin Habets1-1/+3
2015-10-12sfc: fully reset if MC_REBOOT event received without warm_boot_count incrementDaniel Pieczko1-11/+19
2015-08-28sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah1-10/+29
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 Pieczko1-0/+8
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 Pieczko1-14/+42
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 Pieczko1-3/+4
2015-07-21sfc: cope with ENOSYS from efx_mcdi_get_workarounds()Edward Cree1-13/+20
2015-07-21sfc: enable cascaded multicast filters in MCFWDaniel Pieczko1-18/+45
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 Pieczko1-0/+120
2015-07-08sfc: refactor code in efx_ef10_set_mac_address()Daniel Pieczko1-25/+20
2015-06-02sfc: leak vports if a VF is assigned during PF unloadDaniel Pieczko1-0/+20
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 Pieczko1-3/+9
2015-06-02sfc: suppress ENOENT error messages from MC_CMD_MAC_STATSDaniel Pieczko1-3/+8
2015-06-02sfc: update netdevice statistics to use vadaptor statsDaniel Pieczko1-19/+22
2015-06-02sfc: DMA the VF stats only when requestedDaniel Pieczko1-40/+109
2015-06-02sfc: display vadaptor statistics for all interfacesDaniel Pieczko1-4/+35
2015-06-02sfc: add "port_" prefix to MAC statsDaniel Pieczko1-124/+127
2015-06-02sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah1-0/+11