index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
efx_channels.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-16
sfc: add start and stop methods to channels
Edward Cree
1
-1
/
+8
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-1
/
+1
2022-09-19
sfc: fix TX channel offset when using legacy interrupts
Íñigo Huguet
1
-1
/
+1
2022-05-29
sfc: fix wrong tx channel offset with efx_separate_tx_channels
Íñigo Huguet
1
-4
/
+2
2022-05-13
eth: sfc: remove remnants of the out-of-tree napi_weight module param
Jakub Kicinski
1
-7
/
+1
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+6
2022-05-09
net: sfc: fix memory leak due to ptp channel
Taehee Yoo
1
-1
/
+6
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
1
-2
/
+2
2022-04-12
sfc: efx_default_channel_type APIs can be static
Martin Habets
1
-24
/
+28
2022-04-06
net: sfc: fix using uninitialized xdp tx_queue
Taehee Yoo
1
-1
/
+1
2022-04-01
net: sfc: add missing xdp queue reinitialization
Taehee Yoo
1
-65
/
+81
2022-03-30
sfc: Avoid NULL pointer dereference on systems without numa awareness
Martin Habets
1
-7
/
+4
2022-03-01
sfc: set affinity hints in local NUMA node only
Íñigo Huguet
1
-2
/
+10
2022-03-01
sfc: default config to 1 channel/core in local NUMA node only
Íñigo Huguet
1
-17
/
+34
2022-01-06
sfc: Use swap() instead of open coding it
Jiapeng Chong
1
-10
/
+4
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
1
-0
/
+1
2021-09-09
sfc: last resort fallback for lack of xdp tx queues
Íñigo Huguet
1
-36
/
+46
2021-09-09
sfc: fallback for lack of xdp tx queues
Íñigo Huguet
1
-11
/
+43
2021-07-13
sfc: add logs explaining XDP_TX/REDIRECT is not available
Íñigo Huguet
1
-0
/
+4
2021-07-13
sfc: ensure correct number of XDP queues
Íñigo Huguet
1
-7
/
+8
2021-07-13
sfc: fix lack of XDP TX queues - error XDP TX failed (-22)
Íñigo Huguet
1
-1
/
+2
2021-04-27
sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queues
Ignat Korchagin
1
-0
/
+2
2021-01-22
sfc: reduce the number of requested xdp ev queues
Ivan Babrou
1
-2
/
+4
2020-09-11
sfc: decouple TXQ type from label
Edward Cree
1
-5
/
+5
2020-09-11
sfc: cleanups around efx_alloc_channel
Edward Cree
1
-3
/
+2
2020-07-02
sfc: assign TXQs without gaps
Edward Cree
1
-10
/
+28
2020-07-02
sfc: commonise netif_set_real_num[tr]x_queues calls
Edward Cree
1
-1
/
+6
2020-07-02
sfc: make tx_queues_per_channel variable at runtime
Edward Cree
1
-2
/
+2
2020-07-02
sfc: move modparam 'rss_cpus' out of common channel code
Edward Cree
1
-3
/
+1
2020-07-02
sfc: move modparam 'interrupt_mode' out of common channel code
Edward Cree
1
-5
/
+2
2020-07-02
sfc: remove max_interrupt_mode
Edward Cree
1
-6
/
+0
2020-06-30
sfc: initialise max_[tx_]channels in efx_init_channels()
Edward Cree
1
-0
/
+3
2020-06-29
sfc: don't try to create more channels than we can have VIs
Edward Cree
1
-0
/
+7
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2020-03-09
sfc: detach from cb_page in efx_copy_channel()
Edward Cree
1
-0
/
+1
2020-02-17
sfc: move some ARFS code out of headers
Edward Cree
1
-0
/
+17
2020-02-17
sfc: only schedule asynchronous filter work if needed
Edward Cree
1
-1
/
+7
2020-01-09
sfc: conditioned some functionality
Alex Maftei (amaftei)
1
-2
/
+4
2020-01-08
sfc: move event queue management code
Alex Maftei (amaftei)
1
-0
/
+91
2020-01-08
sfc: move channel interrupt management code
Alex Maftei (amaftei)
1
-0
/
+322
2020-01-08
sfc: move channel alloc/removal code
Alex Maftei (amaftei)
1
-0
/
+440
2020-01-08
sfc: move channel start/stop code
Alex Maftei (amaftei)
1
-0
/
+190
2020-01-08
sfc: move some channel-related code
Alex Maftei (amaftei)
1
-0
/
+189