summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/farch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sfc: farch: fix compile warning in efx_farch_dimension_resources()Yang Yingliang2021-05-211-6/+7
* sfc: farch: fix TX queue lookup in TX event handlingEdward Cree2021-04-211-4/+4
* sfc: farch: fix TX queue lookup in TX flush done handlingEdward Cree2021-04-211-4/+4
* sfc: de-indirect TSO handlingEdward Cree2020-09-121-0/+2
* sfc: define inner/outer csum offload TXQ typesEdward Cree2020-09-121-2/+2
* sfc: decouple TXQ type from labelEdward Cree2020-09-121-9/+11
* sfc: add and use efx_tx_send_pending in tx.cEdward Cree2020-09-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-051-7/+7
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-7/+7
* | sfc: fix unused-but-set-variable warning in efx_farch_filter_remove_safeEdward Cree2020-08-311-2/+0
* | sfc: fix W=1 warnings in efx_farch_handle_rx_not_okEdward Cree2020-08-311-5/+2
|/
* sfc: assign TXQs without gapsEdward Cree2020-07-021-3/+3
* sfc: add new headers in preparation for code splitAlex Maftei (amaftei)2020-01-081-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* sfc: correctly initialise filter rwsem for farchBert Kenward2018-06-301-0/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+2
* sfc: ARFS filter IDsEdward Cree2018-04-241-7/+34
* sfc: pass the correctly bogus filter_id to rps_may_expire_flow()Edward Cree2018-04-141-1/+1
* sfc: use a semaphore to lock farch filters tooEdward Cree2018-03-271-34/+33
* sfc: replace asynchronous filter operationsEdward Cree2018-03-271-10/+7
* sfc: support RSS spreading of ethtool ntuple filtersEdward Cree2018-03-091-6/+5
* sfc: on 8000 series use TX queues for TX timestampsEdward Cree2018-01-251-4/+5
* sfc: remove tx and MCDI handling from NAPI budget considerationBert Kenward2018-01-251-14/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-0/+4
|\
| * sfc: support rx-fcs and rx-allEdward Cree2017-11-011-0/+4
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-4/+4
|/
* sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree2017-01-171-0/+16
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-031-3/+3
* sfc: fix debug message format string in efx_farch_handle_rx_not_okEdward Cree2016-12-011-1/+1
* sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree2016-11-301-108/+57
* sfc: Firmware-Assisted TSO version 2Bert Kenward2016-11-181-0/+15
* sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper2016-08-271-1/+2
* net: sfc: avoid -Wtype-limits warningArnd Bergmann2016-06-161-1/+2
* sfc: only use RSS filters if we're using RSSBert Kenward2015-12-121-1/+1
* sfc: push partner queue for skb->xmit_moreMartin Habets2015-11-031-1/+3
* sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah2015-05-091-23/+41
* sfc: Revert SRIOV changes.David S. Miller2015-04-081-27/+21
* sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah2015-04-081-21/+27
* ethernet: codespell comment spelling fixesJoe Perches2015-03-091-2/+2
* sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah2014-11-061-1/+1
* sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah2014-11-061-8/+8
* sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah2014-11-061-2/+9
* sfc: fix addr_list_lock spinlock use before initEdward Cree2014-09-161-0/+3
* sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree2014-04-161-0/+22
* sfc: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-151-0/+3
* sfc: Add/remove blank lines to tasteBen Hutchings2014-02-121-2/+0
* sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings2013-12-121-1/+2
* sfc: Allow filter removal only with exactly matching priorityBen Hutchings2013-12-121-1/+1
* sfc: Don't refer to 'stack' in filter implementationBen Hutchings2013-12-121-4/+4
* sfc: Change priority and flags for automatic MAC filtersBen Hutchings2013-12-121-16/+12