summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/efx_channels.c
AgeCommit message (Expand)Author
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior
2023-07-28sfc: Remove struct efx_special_bufferMartin Habets
2023-06-15sfc: fix XDP queues mode with legacy IRQÍñigo Huguet
2022-11-16sfc: add start and stop methods to channelsEdward Cree
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-19sfc: fix TX channel offset when using legacy interruptsÍñigo Huguet
2022-05-29sfc: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet
2022-05-13eth: sfc: remove remnants of the out-of-tree napi_weight module paramJakub Kicinski
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-09net: sfc: fix memory leak due to ptp channelTaehee Yoo
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2022-04-12sfc: efx_default_channel_type APIs can be staticMartin Habets
2022-04-06net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo
2022-04-01net: sfc: add missing xdp queue reinitializationTaehee Yoo
2022-03-30sfc: Avoid NULL pointer dereference on systems without numa awarenessMartin Habets
2022-03-01sfc: set affinity hints in local NUMA node onlyÍñigo Huguet
2022-03-01sfc: default config to 1 channel/core in local NUMA node onlyÍñigo Huguet
2022-01-06sfc: Use swap() instead of open coding itJiapeng Chong
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-09-09sfc: last resort fallback for lack of xdp tx queuesÍñigo Huguet
2021-09-09sfc: fallback for lack of xdp tx queuesÍñigo Huguet
2021-07-13sfc: add logs explaining XDP_TX/REDIRECT is not availableÍñigo Huguet
2021-07-13sfc: ensure correct number of XDP queuesÍñigo Huguet
2021-07-13sfc: fix lack of XDP TX queues - error XDP TX failed (-22)Íñigo Huguet
2021-04-27sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queuesIgnat Korchagin
2021-01-22sfc: reduce the number of requested xdp ev queuesIvan Babrou
2020-09-11sfc: decouple TXQ type from labelEdward Cree
2020-09-11sfc: cleanups around efx_alloc_channelEdward Cree
2020-07-02sfc: assign TXQs without gapsEdward Cree
2020-07-02sfc: commonise netif_set_real_num[tr]x_queues callsEdward Cree
2020-07-02sfc: make tx_queues_per_channel variable at runtimeEdward Cree
2020-07-02sfc: move modparam 'rss_cpus' out of common channel codeEdward Cree
2020-07-02sfc: move modparam 'interrupt_mode' out of common channel codeEdward Cree
2020-07-02sfc: remove max_interrupt_modeEdward Cree
2020-06-30sfc: initialise max_[tx_]channels in efx_init_channels()Edward Cree
2020-06-29sfc: don't try to create more channels than we can have VIsEdward Cree
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-09sfc: detach from cb_page in efx_copy_channel()Edward Cree
2020-02-17sfc: move some ARFS code out of headersEdward Cree
2020-02-17sfc: only schedule asynchronous filter work if neededEdward Cree
2020-01-09sfc: conditioned some functionalityAlex Maftei (amaftei)
2020-01-08sfc: move event queue management codeAlex Maftei (amaftei)
2020-01-08sfc: move channel interrupt management codeAlex Maftei (amaftei)
2020-01-08sfc: move channel alloc/removal codeAlex Maftei (amaftei)
2020-01-08sfc: move channel start/stop codeAlex Maftei (amaftei)
2020-01-08sfc: move some channel-related codeAlex Maftei (amaftei)