summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * sfc: force removal of VF and vport on driver removalDaniel Pieczko2015-06-022-1/+11
| * sfc: do not allow VFs to be destroyed if assigned to guestsDaniel Pieczko2015-06-021-0/+9
| * sfc: don't update stats on VF when called in atomic contextDaniel Pieczko2015-06-021-2/+14
| * sfc: suppress vadaptor stats when EVB is not presentDaniel Pieczko2015-06-022-3/+11
| * sfc: suppress ENOENT error messages from MC_CMD_MAC_STATSDaniel Pieczko2015-06-022-5/+14
| * sfc: update netdevice statistics to use vadaptor statsDaniel Pieczko2015-06-021-19/+22
| * sfc: DMA the VF stats only when requestedDaniel Pieczko2015-06-022-41/+112
| * sfc: display vadaptor statistics for all interfacesDaniel Pieczko2015-06-023-4/+73
| * sfc: set the port-id when calling MC_CMD_MAC_STATSDaniel Pieczko2015-06-021-0/+2
| * sfc: add "port_" prefix to MAC statsDaniel Pieczko2015-06-023-179/+182
| * sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah2015-06-028-0/+45
| * sfc: Add sysfs entry for flags (link control and primary)Shradha Shah2015-06-021-7/+51
| * sfc: Add paranthesis correctly on all branches of the if statementShradha Shah2015-06-021-4/+4
| * sfc: Add code to export port_num in netdev->dev_portShradha Shah2015-06-021-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-021-17/+25
| |\
| * | sfc: add module parameter to enable MCDI logging on new functionsEdward Cree2015-05-271-0/+9