aboutsummaryrefslogtreecommitdiff
path: root/include/net/busy_poll.h
AgeCommit message (Expand)AuthorFilesLines
2019-10-30net: annotate lockless accesses to sk->sk_napi_idGravatar Eric Dumazet 1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Gravatar Thomas Gleixner 1-13/+1
2018-07-30net: remove sock_poll_busy_flagGravatar Christoph Hellwig 1-6/+0
2018-07-30net: remove sock_poll_busy_loopGravatar Christoph Hellwig 1-9/+0
2018-07-02net: Record receive queue number for a connectionGravatar Amritha Nambiar 1-0/+1
2018-05-26net: refactor socket_pollGravatar Christoph Hellwig 1-0/+15
2017-08-11net: fix compilation when busy poll is not enabledGravatar Daniel Borkmann 1-6/+6
2017-03-24net: Commonize busy polling code to focus on napi_id instead of socketGravatar Sridhar Samudrala 1-5/+15
2017-03-24net: Track start of busy loop instead of when it should endGravatar Alexander Duyck 1-30/+38
2017-03-24net: Change return type of sk_busy_loop from bool to voidGravatar Alexander Duyck 1-3/+2
2017-03-24net: Only define skb_mark_napi_id in one spot instead of twoGravatar Alexander Duyck 1-13/+9
2017-03-24net: Busy polling should ignore sender CPUsGravatar Alexander Duyck 1-2/+7
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-13net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSYGravatar Eric Dumazet 1-4/+0
2016-11-18udp: enable busy polling for all socketsGravatar Eric Dumazet 1-9/+19
2016-11-16net: busy-poll: remove need_resched() from sk_can_busy_loop()Gravatar Eric Dumazet 1-3/+2
2015-11-18net: un-inline sk_busy_loop()Gravatar Eric Dumazet 1-44/+1
2014-01-13sched, net: Fixup busy_loop_us_clock()Gravatar Peter Zijlstra 1-18/+1
2013-08-28net: add cpu_relax to busy poll loopGravatar Eliezer Tamir 1-0/+1
2013-08-09net: rename busy poll MIB counterGravatar Eliezer Tamir 1-1/+1
2013-08-04busy_poll: cleanup do-nothing placeholdersGravatar Eliezer Tamir 1-5/+0
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLGravatar Cong Wang 1-3/+3
2013-08-01net: fix a compile error when CONFIG_NET_LL_RX_POLL is not setGravatar Cong Wang 1-0/+5
2013-07-10net: rename busy poll socket op and globalsGravatar Eliezer Tamir 1-4/+4
2013-07-10net: rename ll methods to busy-pollGravatar Eliezer Tamir 1-10/+12
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hGravatar Eliezer Tamir 1-0/+183