summaryrefslogtreecommitdiffstats
path: root/include/net/busy_poll.h
Commit message (Expand)AuthorAgeFilesLines
* net, xdp, xsk: fix __sk_mark_napi_id_once napi_id errorDaniel Borkmann2020-12-011-3/+7
* xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-4/+15
* net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-011-2/+5
* net: Introduce preferred busy-pollingBjörn Töpel2020-12-011-2/+3
* net: Avoid overwriting valid skb->napi_idAmritha Nambiar2020-06-201-1/+5
* net: annotate lockless accesses to sk->sk_napi_idEric Dumazet2019-10-301-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-13/+1
* net: remove sock_poll_busy_flagChristoph Hellwig2018-07-301-6/+0
* net: remove sock_poll_busy_loopChristoph Hellwig2018-07-301-9/+0
* net: Record receive queue number for a connectionAmritha Nambiar2018-07-021-0/+1
* net: refactor socket_pollChristoph Hellwig2018-05-261-0/+15
* net: fix compilation when busy poll is not enabledDaniel Borkmann2017-08-111-6/+6
* net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala2017-03-241-5/+15
* net: Track start of busy loop instead of when it should endAlexander Duyck2017-03-241-30/+38
* net: Change return type of sk_busy_loop from bool to voidAlexander Duyck2017-03-241-3/+2
* net: Only define skb_mark_napi_id in one spot instead of twoAlexander Duyck2017-03-241-13/+9
* net: Busy polling should ignore sender CPUsAlexander Duyck2017-03-241-2/+7
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSYEric Dumazet2017-02-131-4/+0
* udp: enable busy polling for all socketsEric Dumazet2016-11-181-9/+19
* net: busy-poll: remove need_resched() from sk_can_busy_loop()Eric Dumazet2016-11-161-3/+2
* net: un-inline sk_busy_loop()Eric Dumazet2015-11-181-44/+1
* sched, net: Fixup busy_loop_us_clock()Peter Zijlstra2014-01-131-18/+1
* net: add cpu_relax to busy poll loopEliezer Tamir2013-08-281-0/+1
* net: rename busy poll MIB counterEliezer Tamir2013-08-091-1/+1
* busy_poll: cleanup do-nothing placeholdersEliezer Tamir2013-08-041-5/+0
* net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-011-3/+3
* net: fix a compile error when CONFIG_NET_LL_RX_POLL is not setCong Wang2013-08-011-0/+5
* net: rename busy poll socket op and globalsEliezer Tamir2013-07-101-4/+4
* net: rename ll methods to busy-pollEliezer Tamir2013-07-101-10/+12
* net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-101-0/+183