aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/farch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-10sfc: Move Siena specific filesMartin Habets1-2988/+0
2022-04-12sfc: Remove duplicate definition of efx_xmit_doneMartin Habets1-0/+1
2021-05-21sfc: farch: fix compile warning in efx_farch_dimension_resources()Yang Yingliang1-6/+7
2021-04-20sfc: farch: fix TX queue lookup in TX event handlingEdward Cree1-4/+4
2021-04-20sfc: farch: fix TX queue lookup in TX flush done handlingEdward Cree1-4/+4
2020-09-11sfc: de-indirect TSO handlingEdward Cree1-0/+2
2020-09-11sfc: define inner/outer csum offload TXQ typesEdward Cree1-2/+2
2020-09-11sfc: decouple TXQ type from labelEdward Cree1-9/+11
2020-09-05sfc: add and use efx_tx_send_pending in tx.cEdward Cree1-1/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+7
2020-08-31sfc: fix unused-but-set-variable warning in efx_farch_filter_remove_safeEdward Cree1-2/+0
2020-08-31sfc: fix W=1 warnings in efx_farch_handle_rx_not_okEdward Cree1-5/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-7/+7
2020-07-02sfc: assign TXQs without gapsEdward Cree1-3/+3
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-06-30sfc: correctly initialise filter rwsem for farchBert Kenward1-0/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+2
2018-04-24sfc: ARFS filter IDsEdward Cree1-7/+34
2018-04-14sfc: pass the correctly bogus filter_id to rps_may_expire_flow()Edward Cree1-1/+1
2018-03-27sfc: use a semaphore to lock farch filters tooEdward Cree1-34/+33
2018-03-27sfc: replace asynchronous filter operationsEdward Cree1-10/+7
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree1-6/+5
2018-01-25sfc: on 8000 series use TX queues for TX timestampsEdward Cree1-4/+5
2018-01-25sfc: remove tx and MCDI handling from NAPI budget considerationBert Kenward1-14/+3
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2017-11-01sfc: support rx-fcs and rx-allEdward Cree1-0/+4
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-4/+4
2017-01-17sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree1-0/+16
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree1-3/+3
2016-12-01sfc: fix debug message format string in efx_farch_handle_rx_not_okEdward Cree1-1/+1
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree1-108/+57
2016-11-18sfc: Firmware-Assisted TSO version 2Bert Kenward1-0/+15
2016-08-26sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper1-1/+2
2016-06-16net: sfc: avoid -Wtype-limits warningArnd Bergmann1-1/+2
2015-12-12sfc: only use RSS filters if we're using RSSBert Kenward1-1/+1
2015-11-02sfc: push partner queue for skb->xmit_moreMartin Habets1-1/+3
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon codeShradha Shah1-23/+41
2015-04-08sfc: Revert SRIOV changes.David S. Miller1-27/+21
2015-04-08sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon codeShradha Shah1-21/+27
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-2/+2
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sriov.cShradha Shah1-1/+1
2014-11-06sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah1-8/+8
2014-11-06sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah1-2/+9
2014-09-16sfc: fix addr_list_lock spinlock use before initEdward Cree1-0/+3
2014-04-16sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree1-0/+22
2014-03-14sfc: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-02-12sfc: Add/remove blank lines to tasteBen Hutchings1-2/+0
2013-12-12sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings1-1/+2
2013-12-12sfc: Allow filter removal only with exactly matching priorityBen Hutchings1-1/+1