aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/device.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Try only advancing to next CPU if dql says sojd/spinlocks-dqlJason A. Donenfeld2017-09-151-0/+1
|
* Try out spinlocks for multiconsumerJason A. Donenfeld2017-09-151-7/+17
|
* data: reorganize and edit new queuing codeJason A. Donenfeld2017-09-151-7/+5
| | | | | This involves many changes of Samuel's new system, in addition to some TODOs for things that are not yet ideal.
* queues: entirely rework parallel systemSamuel Holland2017-09-151-4/+8
| | | | | | This removes our dependency on padata. Signed-off-by: Samuel Holland <samuel@sholland.org>
* global: use pointer to net_deviceJason A. Donenfeld2017-07-201-0/+1
| | | | | | DaveM prefers it to be this way per [1]. [1] http://www.spinics.net/lists/netdev/msg443992.html
* device: only use one sleep notifierJason A. Donenfeld2017-06-241-4/+1
| | | | | This greatly improves performance when adding and removing interfaces, since the power registration function does a linear search each time.
* handshake: process in parallelJason A. Donenfeld2017-05-301-2/+9
|
* data: cleanup parallel workqueue and use two max_activeJason A. Donenfeld2017-04-081-3/+5
|
* socket: enable setting of fwmarkJason A. Donenfeld2017-02-131-0/+1
|
* Update copyrightJason A. Donenfeld2017-01-101-1/+1
|
* device: make suspend code conditional on CONFIG_PM_SLEEPJason A. Donenfeld2016-12-091-0/+2
| | | | | This isn't actually neccessary, since there are no-op stubs for these functions, but the MIPS people don't want any unneccessary bloat.
* device: clear all peer ephemeral keys on sleepJason A. Donenfeld2016-12-091-0/+2
|
* headers: cleanup noticesJason A. Donenfeld2016-11-211-1/+1
|
* Rework headers and includesJason A. Donenfeld2016-09-291-0/+31
|
* Initial commitJason A. Donenfeld2016-06-251-0/+9