aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx_channels.c
AgeCommit message (Expand)Author
2022-09-28sfc: fix TX channel offset when using legacy interruptsÍñigo Huguet
2022-06-14sfc: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet
2022-05-18net: sfc: fix memory leak due to ptp channelTaehee Yoo
2022-05-18sfc: Use swap() instead of open coding itJiapeng Chong
2021-07-28sfc: ensure correct number of XDP queuesÍñigo Huguet
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)