| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Record receive queue number for a connection | Amritha Nambiar | 2018-07-02 | 1 | -0/+1 |
* | net: refactor socket_poll | Christoph Hellwig | 2018-05-26 | 1 | -0/+15 |
* | net: fix compilation when busy poll is not enabled | Daniel Borkmann | 2017-08-11 | 1 | -6/+6 |
* | net: Commonize busy polling code to focus on napi_id instead of socket | Sridhar Samudrala | 2017-03-24 | 1 | -5/+15 |
* | net: Track start of busy loop instead of when it should end | Alexander Duyck | 2017-03-24 | 1 | -30/+38 |
* | net: Change return type of sk_busy_loop from bool to void | Alexander Duyck | 2017-03-24 | 1 | -3/+2 |
* | net: Only define skb_mark_napi_id in one spot instead of two | Alexander Duyck | 2017-03-24 | 1 | -13/+9 |
* | net: Busy polling should ignore sender CPUs | Alexander Duyck | 2017-03-24 | 1 | -2/+7 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSY | Eric Dumazet | 2017-02-13 | 1 | -4/+0 |
* | udp: enable busy polling for all sockets | Eric Dumazet | 2016-11-18 | 1 | -9/+19 |
* | net: busy-poll: remove need_resched() from sk_can_busy_loop() | Eric Dumazet | 2016-11-16 | 1 | -3/+2 |
* | net: un-inline sk_busy_loop() | Eric Dumazet | 2015-11-18 | 1 | -44/+1 |
* | sched, net: Fixup busy_loop_us_clock() | Peter Zijlstra | 2014-01-13 | 1 | -18/+1 |
* | net: add cpu_relax to busy poll loop | Eliezer Tamir | 2013-08-28 | 1 | -0/+1 |
* | net: rename busy poll MIB counter | Eliezer Tamir | 2013-08-09 | 1 | -1/+1 |
* | busy_poll: cleanup do-nothing placeholders | Eliezer Tamir | 2013-08-04 | 1 | -5/+0 |
* | net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL | Cong Wang | 2013-08-01 | 1 | -3/+3 |
* | net: fix a compile error when CONFIG_NET_LL_RX_POLL is not set | Cong Wang | 2013-08-01 | 1 | -0/+5 |
* | net: rename busy poll socket op and globals | Eliezer Tamir | 2013-07-10 | 1 | -4/+4 |
* | net: rename ll methods to busy-poll | Eliezer Tamir | 2013-07-10 | 1 | -10/+12 |
* | net: rename include/net/ll_poll.h to include/net/busy_poll.h | Eliezer Tamir | 2013-07-10 | 1 | -0/+183 |