| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | tests: avoid non-strict writes via printf | 2016-12-16 | 1 | -11/+8 | ||
| * | noise: update comments | 2016-12-16 | 1 | -8/+8 | ||
| * | types: enforce consistency | 2016-12-16 | 4 | -24/+26 | ||
| * | config: cleanups | 2016-12-16 | 1 | -33/+19 | ||
| * | peer: don't use sockaddr_storage to reduce memory usage | 2016-12-13 | 9 | -30/+37 | ||
| * | hashtables: ensure we get 64-bits of randomness | 2016-12-12 | 1 | -1/+7 | ||
| * | messages: remove unused constants | 2016-12-12 | 1 | -2/+0 | ||
| * | siphash: useless rice | 2016-12-12 | 1 | -3/+1 | ||
| * | crypto: use kernel's bitops functions | 2016-12-11 | 2 | -18/+15 | ||
| * | blake2s: move self tests to correct directory | 2016-12-11 | 2 | -554/+555 | ||
| * | global: move to consistent use of uN instead of uintN_t for kernel code | 2016-12-11 | 23 | -419/+419 | ||
| * | receive: simplify ip header checking logic | 2016-12-11 | 1 | -15/+2 | ||
| * | device: ensure icmp skb length check is done for v6 | 2016-12-11 | 1 | -6/+2 | ||
| * | device: allocate tstats in newlink | 2016-12-11 | 1 | -27/+20 | ||
| * | device: clean up xmit error path | 2016-12-11 | 3 | -14/+18 | ||
| * | main: consistent lines | 2016-12-11 | 1 | -6/+1 | ||
| * | device: simplify device_init, since it only returns -EEXIST | 2016-12-11 | 1 | -6/+1 | ||
| * | device: dellink is already implictly unregister_netdevice_queue | 2016-12-11 | 1 | -10/+1 | ||
| * | device: disable ipv6 auto address generation | 2016-12-11 | 1 | -2/+8 | ||
| * | device: rc -> ret | 2016-12-11 | 1 | -3/+3 | ||
| * | version: bump snapshot | 2016-12-09 | 2 | -2/+2 | ||
| * | cookie: kill redundant forward declaration | 2016-12-09 | 1 | -2/+0 | ||
| * | compat: build dep errors belong here, since it's out of tree specific | 2016-12-09 | 2 | -8/+10 | ||
| * | socket: clear src address when retrying handshake | 2016-12-09 | 3 | -0/+15 | ||
| * | device: traditional if is cleaner than switch for this small | 2016-12-09 | 1 | -3/+1 | ||
| * | device: make suspend code conditional on CONFIG_PM_SLEEP | 2016-12-09 | 2 | -0/+10 | ||
| * | main: cleaner error teardown | 2016-12-09 | 1 | -12/+12 | ||
| * | device: cleaner error teardown | 2016-12-09 | 1 | -43/+33 | ||
| * | timers: add random jitter to handshake retry | 2016-12-09 | 2 | -1/+2 | ||
| * | device: clear all peer ephemeral keys on sleep | 2016-12-09 | 2 | -2/+35 | ||
| * | data: reset tc when resetting skb | 2016-12-09 | 1 | -0/+6 | ||
| * | qemu: bump kernel version | 2016-12-09 | 1 | -3/+3 | ||
| * | build system: add dkms installation | 2016-12-09 | 2 | -2/+32 | ||
| * | tests: directly kill nmap | 2016-12-04 | 1 | -7/+12 | ||
| * | tests: make sure ncat gets killed | 2016-12-04 | 3 | -11/+11 | ||
| * | hashtable: use random number each time | 2016-11-29 | 1 | -2/+2 | ||
| * | version: bump snapshot | 2016-11-29 | 1 | -1/+1 | ||
| * | send: send packet initiation only after requeuing to prevent race | 2016-11-29 | 1 | -6/+11 | ||
| * | tests: be sure we get all messages | 2016-11-29 | 1 | -1/+6 | ||
| * | siphash: add types to header | 2016-11-29 | 1 | -0/+2 | ||
| * | noise: update to new notation | 2016-11-29 | 1 | -2/+2 | ||
| * | main: unify the adjective trifecta | 2016-11-29 | 1 | -1/+1 | ||
| * | ratelimiter: load hashlimit at modinsert time | 2016-11-29 | 4 | -46/+72 | ||
| * | device: conntrack is optional | 2016-11-22 | 2 | -5/+12 | ||
| * | tests: veth does not come up immediately | 2016-11-21 | 1 | -0/+7 | ||
| * | headers: cleanup notices | 2016-11-21 | 38 | -37/+41 | ||
| * | main: add version to dmesg | 2016-11-21 | 4 | -5/+14 | ||
| * | chacha20poly1305: sse/ymm should be implicit | 2016-11-16 | 1 | -1/+1 | ||
| * | chacha20poly1305: rely on avx and avx2 | 2016-11-16 | 1 | -1/+1 | ||
| * | device: better debug message | 2016-11-16 | 1 | -1/+1 | ||
