aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-23sfc: Downgrade or remove some error messagesBert Kenward2-9/+18
2015-12-23sfc: Downgrade EPERM messages from MCDI to debugTomáš Pilař1-3/+4
2015-12-23sfc: Make failed filter removal less noisyBert Kenward1-17/+31
2015-12-23sfc: Handle MCDI proxy authorisationBert Kenward2-8/+155
2015-12-23sfc: Retry MCDI after NO_EVB_PORT error on a VFBert Kenward2-15/+85
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+19
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-1/+1
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-15sfc: fix a timeout loopDan Carpenter1-1/+1
2015-12-12sfc: only use RSS filters if we're using RSSBert Kenward3-13/+18
2015-12-05sfc: check warm_boot_count after other functions have been resetDaniel Pieczko1-2/+13
2015-12-02sfc: use ALIGN macro for aligning frame sizesJarod Wilson1-1/+2
2015-12-01sfc: Add PCI ID for Solarflare 8000 series 10/40G NICBert Kenward1-0/+6
2015-12-01sfc: make TSO version a per-queue parameterBert Kenward3-9/+14
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet1-1/+0
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet1-1/+0
2015-11-16sfc: constify pci_error_handlers structuresJulia Lawall1-1/+1
2015-11-10sfc: don't call dma_supportedChristoph Hellwig1-5/+3
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-91/+126
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+36
2015-11-02sfc: push partner queue for skb->xmit_moreMartin Habets4-4/+36
2015-10-27sfc: replace spinlocks with bit ops for busy poll lockingBert Kenward2-75/+58
2015-10-12sfc: fully reset if MC_REBOOT event received without warm_boot_count incrementDaniel Pieczko3-12/+32
2015-10-01net: sfc: avoid using timespecArnd Bergmann1-7/+7
2015-10-01ntp/pps: use y2038 safe types in pps_event_timeArnd Bergmann1-8/+8
2015-09-13locking/atomics, cmpxchg: Privatize the inclusion of asm/cmpxchg.hBoqun Feng1-1/+1
2015-08-28sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah6-28/+72
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 Pieczko2-1/+21
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 Pieczko2-14/+44
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 Pieczko3-7/+25
2015-07-21sfc: cope with ENOSYS from efx_mcdi_get_workarounds()Edward Cree2-14/+25
2015-07-21sfc: enable cascaded multicast filters in MCFWDaniel Pieczko2-18/+47
2015-07-21sfc: update MCDI protocol definitionsEdward Cree1-846/+2583
2015-07-17siena: only report generic filters in get_ts_infoJacob Keller1-5/+1
2015-07-09sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning3-1/+18
2015-07-08sfc: Ensure down_write(&filter_sem) and up_write() are matched before calling efx_net_open()Shradha Shah1-6/+11
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 Pieczko3-42/+126
2015-07-08sfc: refactor code in efx_ef10_set_mac_address()Daniel Pieczko1-25/+20
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds23-653/+3187
2015-06-15sfc: mark state UNINIT after unregisterEdward Cree1-0/+1
2015-06-02sfc: leak vports if a VF is assigned during PF unloadDaniel Pieczko4-12/+49