index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
busy_poll.h
Age
Commit message (
Expand
)
Author
2025-02-27
net: gro: decouple GRO from the NAPI layer
Alexander Lobakin
2025-02-17
net: use napi_id_valid helper
Stefano Jordhani
2025-02-06
netdev-genl: Elide napi_id when not present
Joe Damato
2025-01-10
xsk: Bring back busy polling support
Stanislav Fomichev
2024-11-11
net: Add control functions for irq suspension
Martin Karsten
2024-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-08-28
net: busy-poll: use ktime_get_ns() instead of local_clock()
Eric Dumazet
2024-08-26
net: Correct spelling in headers
Simon Horman
2024-02-09
net: add napi_busy_loop_rcu()
Stefan Roesch
2023-08-03
net: invert the netdevice.h vs xdp.h dependency
Jakub Kicinski
2022-08-24
net: Fix a data-race around sysctl_net_busy_poll.
Kuniyuki Iwashima
2021-12-03
tcp: fix another uninit-value (sk_rx_queue_mapping)
Eric Dumazet
2021-12-01
net: avoid uninit-value from tcp_conn_request
Eric Dumazet
2021-10-25
net: avoid dirtying sk->sk_napi_id
Eric Dumazet
2021-07-01
net: annotate data race around sk_ll_usec
Eric Dumazet
2020-12-01
net, xdp, xsk: fix __sk_mark_napi_id_once napi_id error
Daniel Borkmann
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
2020-12-01
net: Add SO_BUSY_POLL_BUDGET socket option
Björn Töpel
2020-12-01
net: Introduce preferred busy-polling
Björn Töpel
2020-06-20
net: Avoid overwriting valid skb->napi_id
Amritha Nambiar
2019-10-30
net: annotate lockless accesses to sk->sk_napi_id
Eric Dumazet
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335
Thomas Gleixner
2018-07-30
net: remove sock_poll_busy_flag
Christoph Hellwig
2018-07-30
net: remove sock_poll_busy_loop
Christoph Hellwig
2018-07-02
net: Record receive queue number for a connection
Amritha Nambiar
2018-05-26
net: refactor socket_poll
Christoph Hellwig
2017-08-11
net: fix compilation when busy poll is not enabled
Daniel Borkmann
2017-03-24
net: Commonize busy polling code to focus on napi_id instead of socket
Sridhar Samudrala
2017-03-24
net: Track start of busy loop instead of when it should end
Alexander Duyck
2017-03-24
net: Change return type of sk_busy_loop from bool to void
Alexander Duyck
2017-03-24
net: Only define skb_mark_napi_id in one spot instead of two
Alexander Duyck
2017-03-24
net: Busy polling should ignore sender CPUs
Alexander Duyck
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-02-13
net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSY
Eric Dumazet
2016-11-18
udp: enable busy polling for all sockets
Eric Dumazet
2016-11-16
net: busy-poll: remove need_resched() from sk_can_busy_loop()
Eric Dumazet
2015-11-18
net: un-inline sk_busy_loop()
Eric Dumazet
2014-01-13
sched, net: Fixup busy_loop_us_clock()
Peter Zijlstra
2013-08-28
net: add cpu_relax to busy poll loop
Eliezer Tamir
2013-08-09
net: rename busy poll MIB counter
Eliezer Tamir
2013-08-04
busy_poll: cleanup do-nothing placeholders
Eliezer Tamir
2013-08-01
net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL
Cong Wang
2013-08-01
net: fix a compile error when CONFIG_NET_LL_RX_POLL is not set
Cong Wang
2013-07-10
net: rename busy poll socket op and globals
Eliezer Tamir
2013-07-10
net: rename ll methods to busy-poll
Eliezer Tamir
2013-07-10
net: rename include/net/ll_poll.h to include/net/busy_poll.h
Eliezer Tamir