Age | Commit message (Expand) | Author |
2018-08-04 | send: switch handshake stamp to an atomic | Jason A. Donenfeld |
2018-07-31 | device: adjust comment | Jason A. Donenfeld |
2018-07-18 | device: destroy workqueue before freeing queue | Jason A. Donenfeld |
2018-07-04 | device: print daddr not saddr in missing peer error | Jason A. Donenfeld |
2018-06-23 | global: use fast boottime instead of normal boottime | Jason A. Donenfeld |
2018-06-23 | global: use ktime boottime instead of jiffies | Jason A. Donenfeld |
2018-05-31 | device: do not assume dst is always valid | Jason A. Donenfeld |
2018-05-18 | device: remove allowedips before individual peers | Jason A. Donenfeld |
2018-04-15 | send: account for route-based MTU | Jason A. Donenfeld |
2018-01-30 | device: let udev know what kind of device we are | Jason A. Donenfeld |
2018-01-03 | global: year bump | Jason A. Donenfeld |
2017-12-09 | global: add SPDX tags to all files | Greg Kroah-Hartman |
2017-11-29 | device: clear last handshake timer on ifdown | Jason A. Donenfeld |
2017-11-28 | device: do not clear keys during sleep on Android | Jason A. Donenfeld |
2017-11-17 | device: uninitialize socket first in destruction | Jason A. Donenfeld |
2017-11-17 | socket: only free socket after successful creation of new | Jason A. Donenfeld |
2017-11-10 | allowedips: rename from routingtable | Jason A. Donenfeld |
2017-11-10 | device: wait for all peers to be freed before destroying | Jason A. Donenfeld |
2017-11-03 | device: please lockdep | Jason A. Donenfeld |
2017-10-31 | device: expand scope of destruct lock | Jason A. Donenfeld |
2017-10-31 | device: only take reference if netns is different | Jason A. Donenfeld |
2017-10-31 | global: style nits | Jason A. Donenfeld |
2017-10-31 | global: infuriating kernel iterator style | Jason A. Donenfeld |
2017-10-31 | peer: get rid of peer_for_each magic | Jason A. Donenfeld |
2017-10-31 | global: accept decent check_patch.pl suggestions | Jason A. Donenfeld |
2017-10-17 | device: no need to take lock for integer comparison | Jason A. Donenfeld |
2017-10-17 | device: our use of queues means this check is worthless | Jason A. Donenfeld |
2017-10-11 | compat: move version logic to compat.h and out of main .c | Jason A. Donenfeld |
2017-10-09 | routingtable: only use device's mutex, not a special rt one | Jason A. Donenfeld |
2017-10-05 | queueing: use ptr_ring instead of linked lists | Jason A. Donenfeld |
2017-10-03 | global: add space around variable declarations | Jason A. Donenfeld |
2017-10-02 | netlink: switch from ioctl to netlink for configuration | Jason A. Donenfeld |
2017-09-24 | timers: convert to use netif_running | Jason A. Donenfeld |
2017-09-18 | queue: entirely rework parallel system | Jason A. Donenfeld |
2017-09-11 | device: IFF_NO_QUEUE is a private flag, not a public one | Jason A. Donenfeld |
2017-08-04 | timers: rename confusingly named functions and variables | Jason A. Donenfeld |
2017-07-20 | global: use pointer to net_device | Jason A. Donenfeld |
2017-07-20 | device: support 4.13's extact newlink param | Jason A. Donenfeld |
2017-07-06 | device: cleanup register_netdev logic | Jason A. Donenfeld |
2017-07-06 | compat: priv_destructor got backported | Jason A. Donenfeld |
2017-06-26 | global: cleanup IP header checking | Jason A. Donenfeld |
2017-06-26 | device: remove icmp conntrack hacks | Jason A. Donenfeld |
2017-06-26 | device: avoid double icmp send on routing loop | Jason A. Donenfeld |
2017-06-26 | ratelimiter: rewrite from scratch | Jason A. Donenfeld |
2017-06-24 | device: only use one sleep notifier | Jason A. Donenfeld |
2017-06-24 | device: netdevice destruction logic change for 4.12 | Jason A. Donenfeld |
2017-06-24 | main: annotate init/exit functions to save memory | Jason A. Donenfeld |
2017-06-01 | device: do-while assignment style | Jason A. Donenfeld |
2017-05-31 | debug: print interface name in dmesg | Jason A. Donenfeld |
2017-05-30 | device: keep going when share_check fails | Jason A. Donenfeld |