Age | Commit message (Expand) | Author | Files | Lines |
2021-05-21 | sfc: farch: fix compile warning in efx_farch_dimension_resources() | Yang Yingliang | 1 | -6/+7 |
2021-04-21 | sfc: farch: fix TX queue lookup in TX event handling | Edward Cree | 1 | -4/+4 |
2021-04-21 | sfc: farch: fix TX queue lookup in TX flush done handling | Edward Cree | 1 | -4/+4 |
2020-09-12 | sfc: de-indirect TSO handling | Edward Cree | 1 | -0/+2 |
2020-09-12 | sfc: define inner/outer csum offload TXQ types | Edward Cree | 1 | -2/+2 |
2020-09-12 | sfc: decouple TXQ type from label | Edward Cree | 1 | -9/+11 |
2020-09-05 | sfc: add and use efx_tx_send_pending in tx.c | Edward Cree | 1 | -1/+1 |
2020-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -7/+7 |
2020-08-31 | sfc: fix unused-but-set-variable warning in efx_farch_filter_remove_safe | Edward Cree | 1 | -2/+0 |
2020-08-31 | sfc: fix W=1 warnings in efx_farch_handle_rx_not_ok | Edward Cree | 1 | -5/+2 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -7/+7 |
2020-07-03 | sfc: assign TXQs without gaps | Edward Cree | 1 | -3/+3 |
2020-01-09 | sfc: add new headers in preparation for code split | Alex Maftei (amaftei) | 1 | -0/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2018-06-30 | sfc: correctly initialise filter rwsem for farch | Bert Kenward | 1 | -0/+1 |
2018-06-13 | treewide: Use array_size() in vzalloc() | Kees Cook | 1 | -1/+2 |
2018-04-24 | sfc: ARFS filter IDs | Edward Cree | 1 | -7/+34 |
2018-04-14 | sfc: pass the correctly bogus filter_id to rps_may_expire_flow() | Edward Cree | 1 | -1/+1 |
2018-03-27 | sfc: use a semaphore to lock farch filters too | Edward Cree | 1 | -34/+33 |
2018-03-27 | sfc: replace asynchronous filter operations | Edward Cree | 1 | -10/+7 |
2018-03-09 | sfc: support RSS spreading of ethtool ntuple filters | Edward Cree | 1 | -6/+5 |
2018-01-26 | sfc: on 8000 series use TX queues for TX timestamps | Edward Cree | 1 | -4/+5 |
2018-01-26 | sfc: remove tx and MCDI handling from NAPI budget consideration | Bert Kenward | 1 | -14/+3 |
2017-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+4 |
2017-11-01 | sfc: support rx-fcs and rx-all | Edward Cree | 1 | -0/+4 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -4/+4 |
2017-01-17 | sfc: read back RX hash config from the NIC when querying it with ethtool -x | Edward Cree | 1 | -0/+16 |
2016-12-04 | sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID instead | Edward Cree | 1 | -3/+3 |
2016-12-01 | sfc: fix debug message format string in efx_farch_handle_rx_not_ok | Edward Cree | 1 | -1/+1 |
2016-11-30 | sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver | Edward Cree | 1 | -108/+57 |
2016-11-18 | sfc: Firmware-Assisted TSO version 2 | Bert Kenward | 1 | -0/+15 |
2016-08-27 | sfc: work around TRIGGER_INTERRUPT command not working on SFC9140 | Jon Cooper | 1 | -1/+2 |
2016-06-17 | net: sfc: avoid -Wtype-limits warning | Arnd Bergmann | 1 | -1/+2 |
2015-12-12 | sfc: only use RSS filters if we're using RSS | Bert Kenward | 1 | -1/+1 |
2015-11-03 | sfc: push partner queue for skb->xmit_more | Martin Habets | 1 | -1/+3 |
2015-05-09 | sfc: Own header for nic-specific sriov functions, single instance of netdev_o... | Shradha Shah | 1 | -23/+41 |
2015-04-08 | sfc: Revert SRIOV changes. | David S. Miller | 1 | -27/+21 |
2015-04-08 | sfc: Own header for nic-specific sriov functions, single instance of netdev_o... | Shradha Shah | 1 | -21/+27 |
2015-03-09 | ethernet: codespell comment spelling fixes | Joe Perches | 1 | -2/+2 |
2014-11-06 | sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr... | Shradha Shah | 1 | -1/+1 |
2014-11-06 | sfc: Rename implementations in siena_sriov.c to have a 'siena' prefix | Shradha Shah | 1 | -8/+8 |
2014-11-06 | sfc: Move the current VF state from efx_nic into siena_nic_data | Shradha Shah | 1 | -2/+9 |
2014-09-17 | sfc: fix addr_list_lock spinlock use before init | Edward Cree | 1 | -0/+3 |
2014-04-16 | sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast) | Edward Cree | 1 | -0/+22 |
2014-03-15 | sfc: Don't receive packets when the napi budget == 0 | Eric W. Biederman | 1 | -0/+3 |
2014-02-13 | sfc: Add/remove blank lines to taste | Ben Hutchings | 1 | -2/+0 |
2013-12-13 | sfc: Implement efx_nic_type::filter_clear_rx operation for EF10 | Ben Hutchings | 1 | -1/+2 |
2013-12-13 | sfc: Allow filter removal only with exactly matching priority | Ben Hutchings | 1 | -1/+1 |
2013-12-13 | sfc: Don't refer to 'stack' in filter implementation | Ben Hutchings | 1 | -4/+4 |
2013-12-13 | sfc: Change priority and flags for automatic MAC filters | Ben Hutchings | 1 | -16/+12 |