summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* sfc: report supported link speeds on SFP connectionsBert Kenward2016-06-081-3/+4
* sfc: Track RPS flow IDs per channel instead of per functionJon Cooper2016-06-013-17/+56
* sfc: use flow dissector helpers for aRFSEdward Cree2016-05-301-54/+21Star
* sfc: on MC reset, clear PIO buffer linkage in TXQsEdward Cree2016-05-251-0/+16
* sfc: disable RSS when unsupportedJon Cooper2016-04-281-2/+13
* net: relax setup_tc ndo op handle restrictionJohn Fastabend2016-03-031-1/+1
* net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-172-4/+8
* net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-172-2/+5
* sfc: implement IPv6 NFC (and IPV4_USER_FLOW)Edward Cree2016-02-111-0/+184
* sfc: Downgrade or remove some error messagesBert Kenward2015-12-242-9/+18
* sfc: Downgrade EPERM messages from MCDI to debugTomáš Pilař2015-12-241-3/+4
* sfc: Make failed filter removal less noisyBert Kenward2015-12-241-17/+31
* sfc: Handle MCDI proxy authorisationBert Kenward2015-12-242-8/+155
* sfc: Retry MCDI after NO_EVB_PORT error on a VFBert Kenward2015-12-242-15/+85
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-184-14/+19
|\
| * sfc: fix a timeout loopDan Carpenter2015-12-151-1/+1
| * sfc: only use RSS filters if we're using RSSBert Kenward2015-12-123-13/+18
* | net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2015-12-151-1/+1
* | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-1/+1
* | sfc: check warm_boot_count after other functions have been resetDaniel Pieczko2015-12-051-2/+13
* | sfc: use ALIGN macro for aligning frame sizesJarod Wilson2015-12-031-1/+2
* | sfc: Add PCI ID for Solarflare 8000 series 10/40G NICBert Kenward2015-12-011-0/+6
* | sfc: make TSO version a per-queue parameterBert Kenward2015-12-013-9/+14
* | net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-181-1/+0Star
* | net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-1/+0Star
|/
* sfc: constify pci_error_handlers structuresJulia Lawall2015-11-161-1/+1
* sfc: don't call dma_supportedChristoph Hellwig2015-11-111-5/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-11-046-91/+126
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-034-4/+36
| |\
| | * sfc: push partner queue for skb->xmit_moreMartin Habets2015-11-034-4/+36
| * | sfc: replace spinlocks with bit ops for busy poll lockingBert Kenward2015-10-282-75/+58Star
| * | sfc: fully reset if MC_REBOOT event received without warm_boot_count incrementDaniel Pieczko2015-10-123-12/+32
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-041-1/+1
|\ \
| * | locking/atomics, cmpxchg: Privatize the inclusion of asm/cmpxchg.hBoqun Feng2015-09-131-1/+1
| |/
* | net: sfc: avoid using timespecArnd Bergmann2015-10-011-7/+7
* | ntp/pps: use y2038 safe types in pps_event_timeArnd Bergmann2015-10-011-8/+8
|/
* sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah2015-08-286-28/+72
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-281-1/+26
|\
| * sfc: only use vadaptor stats if firmware is capableBert Kenward2015-08-271-1/+26
* | sfc: MC allocations must be restored following an entity resetDaniel Pieczko2015-08-011-4/+12
* | sfc: allow ethtool selftest and MC reboot to complete on an unprivileged func...Daniel Pieczko2015-08-012-1/+21
* | sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_modeEdward Cree2015-07-221-80/+208
* | sfc: support cascaded multicast filtersDaniel Pieczko2015-07-222-14/+44
* | sfc: re-factor efx_ef10_filter_sync_rx_mode()Daniel Pieczko2015-07-221-91/+126
* | sfc: Insert multicast filters as well as mismatch filters in promiscuous modeJon Cooper2015-07-221-51/+53
* | sfc: warn if other functions have been reset by MCFWDaniel Pieczko2015-07-221-3/+14
* | sfc: add output flag decoding to efx_mcdi_set_workaroundDaniel Pieczko2015-07-223-7/+25
* | sfc: cope with ENOSYS from efx_mcdi_get_workarounds()Edward Cree2015-07-222-14/+25
* | sfc: enable cascaded multicast filters in MCFWDaniel Pieczko2015-07-222-18/+47
* | sfc: update MCDI protocol definitionsEdward Cree2015-07-221-846/+2583