summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | siena: only report generic filters in get_ts_infoJacob Keller2015-07-181-5/+1Star
|/
* sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning2015-07-093-1/+18
* sfc: Ensure down_write(&filter_sem) and up_write() are matched before calling...Shradha Shah2015-07-091-6/+11
* sfc: suppress handled MCDI failures when changing the MAC addressDaniel Pieczko2015-07-091-2/+5
* sfc: add legacy method for changing a PF's MAC addressDaniel Pieczko2015-07-093-42/+126
* sfc: refactor code in efx_ef10_set_mac_address()Daniel Pieczko2015-07-091-25/+20Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-2523-653/+3187
|\
| * sfc: mark state UNINIT after unregisterEdward Cree2015-06-161-0/+1
| * sfc: leak vports if a VF is assigned during PF unloadDaniel Pieczko2015-06-024-12/+49