summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ef10.c
AgeCommit message (Expand)Author
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-26sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper
2016-08-26sfc: remove duplicate assignmentEdward Cree
2016-08-26sfc: include size-binned TX stats on sfn8542qEdward Cree
2016-08-26sfc: fix potential stack corruption from running past stat bitmaskAndrew Rybchenko
2016-08-18sfc: avoid division by zeroEdward Cree
2016-08-12sfc: get timer configuration from adapterBert Kenward
2016-08-12sfc: set interrupt moderation via MCDIBert Kenward
2016-08-12sfc: use new performance based event queue initBert Kenward
2016-08-12sfc: retrieve second word of datapath capabilitiesBert Kenward
2016-06-15sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko
2016-06-15sfc: VLAN filters must only be created if the firmware supports this.Martin Habets
2016-06-15sfc: Fix dup unknown multicast/unicast filters after datapath resetAndrew Rybchenko
2016-06-15sfc: Refactor checks for invalid filter IDEdward Cree
2016-06-15sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets
2016-06-15sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko
2016-06-15sfc: Implement list of VLANs added over interfaceAndrew Rybchenko
2016-06-15sfc: Make EF10 filter management helper functions VLAN-awareAndrew Rybchenko
2016-06-15sfc: Store unicast and multicast promisc flag with address cacheAndrew Rybchenko
2016-06-15sfc: Move filter IDs to per-VLAN data structureAndrew Rybchenko
2016-06-15sfc: Forget filter ID when the filter is marked oldAndrew Rybchenko
2016-06-15sfc: Assert filter_sem write locked when requiredEdward Cree
2016-06-15sfc: Move last mc_promisc flag to EF10 filter table stateAndrew Rybchenko
2016-06-15sfc: Define macro with EF10 offload featureAndrew Rybchenko
2016-05-25sfc: on MC reset, clear PIO buffer linkage in TXQsEdward Cree
2016-04-28sfc: disable RSS when unsupportedJon Cooper
2015-12-23sfc: Downgrade or remove some error messagesBert Kenward
2015-12-23sfc: Make failed filter removal less noisyBert Kenward
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-12sfc: only use RSS filters if we're using RSSBert Kenward
2015-12-05sfc: check warm_boot_count after other functions have been resetDaniel Pieczko
2015-12-01sfc: make TSO version a per-queue parameterBert Kenward
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-02sfc: push partner queue for skb->xmit_moreMartin Habets
2015-10-12sfc: fully reset if MC_REBOOT event received without warm_boot_count incrementDaniel Pieczko
2015-08-28sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-27sfc: only use vadaptor stats if firmware is capableBert Kenward
2015-07-31sfc: MC allocations must be restored following an entity resetDaniel Pieczko
2015-07-31sfc: allow ethtool selftest and MC reboot to complete on an unprivileged func...Daniel Pieczko
2015-07-21sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_modeEdward Cree
2015-07-21sfc: support cascaded multicast filtersDaniel Pieczko
2015-07-21sfc: re-factor efx_ef10_filter_sync_rx_mode()Daniel Pieczko
2015-07-21sfc: Insert multicast filters as well as mismatch filters in promiscuous modeJon Cooper
2015-07-21sfc: warn if other functions have been reset by MCFWDaniel Pieczko
2015-07-21sfc: add output flag decoding to efx_mcdi_set_workaroundDaniel Pieczko
2015-07-21sfc: cope with ENOSYS from efx_mcdi_get_workarounds()Edward Cree
2015-07-21sfc: enable cascaded multicast filters in MCFWDaniel Pieczko
2015-07-08sfc: suppress handled MCDI failures when changing the MAC addressDaniel Pieczko
2015-07-08sfc: add legacy method for changing a PF's MAC addressDaniel Pieczko