aboutsummaryrefslogtreecommitdiff
path: root/include/net/busy_poll.h
AgeCommit message (Expand)Author
2020-12-01net, xdp, xsk: fix __sk_mark_napi_id_once napi_id errorDaniel Borkmann
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel
2020-06-20net: Avoid overwriting valid skb->napi_idAmritha Nambiar
2019-10-30net: annotate lockless accesses to sk->sk_napi_idEric Dumazet
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner
2018-07-30net: remove sock_poll_busy_flagChristoph Hellwig
2018-07-30net: remove sock_poll_busy_loopChristoph Hellwig
2018-07-02net: Record receive queue number for a connectionAmritha Nambiar
2018-05-26net: refactor socket_pollChristoph Hellwig
2017-08-11net: fix compilation when busy poll is not enabledDaniel Borkmann
2017-03-24net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala
2017-03-24net: Track start of busy loop instead of when it should endAlexander Duyck
2017-03-24net: Change return type of sk_busy_loop from bool to voidAlexander Duyck
2017-03-24net: Only define skb_mark_napi_id in one spot instead of twoAlexander Duyck
2017-03-24net: Busy polling should ignore sender CPUsAlexander Duyck
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-13net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSYEric Dumazet
2016-11-18udp: enable busy polling for all socketsEric Dumazet
2016-11-16net: busy-poll: remove need_resched() from sk_can_busy_loop()Eric Dumazet
2015-11-18net: un-inline sk_busy_loop()Eric Dumazet
2014-01-13sched, net: Fixup busy_loop_us_clock()Peter Zijlstra
2013-08-28net: add cpu_relax to busy poll loopEliezer Tamir
2013-08-09net: rename busy poll MIB counterEliezer Tamir
2013-08-04busy_poll: cleanup do-nothing placeholdersEliezer Tamir
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang
2013-08-01net: fix a compile error when CONFIG_NET_LL_RX_POLL is not setCong Wang
2013-07-10net: rename busy poll socket op and globalsEliezer Tamir
2013-07-10net: rename ll methods to busy-pollEliezer Tamir
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir