aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests/netns.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-17tests: add test for transit-netjo/transit-namespaceJulian Orth1-0/+40
2018-12-17tools: allow modification of transit netJulian Orth5-4/+24
2018-12-17tools: allow specifying the device namespaceJulian Orth10-27/+155
2018-12-17tools: add framework for shared optionsJulian Orth9-19/+72
2018-12-17netlink: allow modification of transit netJulian Orth2-18/+50
2018-12-15socket: allow modification of transit_netJulian Orth4-15/+17
2018-12-15device: store a copy of the device netJulian Orth2-11/+20
2018-12-15device: rename creating_net to transit_netJulian Orth4-18/+18
2018-12-15netlink: restrict access to the UDP socketJulian Orth2-3/+25
2018-12-15netlink: allow specifying the device namespaceJulian Orth2-21/+87
2018-12-15netlink: check for CAP_NET_ADMIN manuallyJulian Orth1-3/+12
2018-12-12compat: account for Clang CFIJason A. Donenfeld1-1/+1
2018-12-07chacha20: do not define unused asm functionJason A. Donenfeld1-4/+2
2018-12-07embeddable-wg-library: do not warn on unrecognized netlink attributesJason A. Donenfeld1-15/+1
2018-12-07compat: don't undef BUILD_BUG_ON for Clang >=8Nathan Chancellor1-1/+1
2018-12-07chacha20,poly1305: simplify perlasm fancinessJason A. Donenfeld3-75/+69
2018-11-19jerry-rig: replace S_shipped with plJason A. Donenfeld1-1/+1
2018-11-19version: bump snapshot0.0.20181119Jason A. Donenfeld2-2/+2
2018-11-19chacha20,poly1305: do not use xlateJason A. Donenfeld3-1496/+73
2018-11-17poly1305: make frame pointers for auxiliary callsSamuel Neves1-31/+43
2018-11-16crypto: better path resolution and more specific generated .SJason A. Donenfeld2-14/+9
2018-11-15chacha20,poly1305: don't do compiler testing in generator and remove xor helperJason A. Donenfeld2-30/+39
2018-11-15crypto: resolve target prefix on buggy kernelsJason A. Donenfeld1-1/+6
2018-11-15poly1305: cleanup leftover debugging changesJason A. Donenfeld1-3/+3
2018-11-15poly1305: only export neon symbols when in useJason A. Donenfeld1-2/+6
2018-11-15chacha20,poly1305: fix up for win64Samuel Neves2-27/+29
2018-11-15version: bump snapshot0.0.20181115Jason A. Donenfeld2-2/+2
2018-11-15perlasm: avoid rep retJason A. Donenfeld1-1/+1
2018-11-15poly1305: specialize to wireguardJason A. Donenfeld1-11/+20
2018-11-15chacha20: specialize to wireguardJason A. Donenfeld2-20/+38
2018-11-15perlasm: cleanup whitespaceJason A. Donenfeld1-5/+5
2018-11-15poly1305: adjust to kernelSamuel Neves1-220/+291
2018-11-14chacha20: cleaner function declarationsSamuel Neves1-23/+23
2018-11-14chacha20: normalize namesSamuel Neves1-71/+71
2018-11-14chacha20: fixup win64 stack offsetsSamuel Neves1-129/+129
2018-11-14chacha20: simplify stack unwinding on ChaCha20_ctr32Samuel Neves1-10/+8
2018-11-14chacha20: use DRAP idiomSamuel Neves1-236/+235
2018-11-14chacha20: add hchacha_ssse3Samuel Neves1-0/+39
2018-11-14chacha20: begin adapting to kernel settingSamuel Neves2-68/+116
2018-11-14chacha20,poly1305: switch to perlasm originals on x86_64Samuel Neves5-5424/+9596
2018-11-14chacha20,poly1305: use CONFIG_KERNEL_MODE_NEON in .pl on armJason A. Donenfeld4-8/+11
2018-11-14chacha20,poly1305: switch to perlasm originals on mips and armJason A. Donenfeld15-6107/+5573
2018-11-13global: various formatting tweeksJason A. Donenfeld10-47/+44
2018-11-11wg-quick: android: do not choke on empty allowed-ipsJason A. Donenfeld1-1/+4
2018-11-06keygen-html: add missing glue macroJason A. Donenfeld1-0/+1
2018-11-05compat: csum_levels is new in 3.18 but backported to RHELJason A. Donenfeld2-0/+3
2018-10-27qemu: bump default kernelJason A. Donenfeld1-1/+1
2018-10-27send: calculate inner checksums for all protocolsAndrejs Hanins1-5/+4
2018-10-27receive: assume all levels have been checksumed, not just outerJason A. Donenfeld1-0/+7
2018-10-27device: do not clear keys on sleep for PM_AUTOSLEEPJason A. Donenfeld1-4/+11