summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-13Grab the KERNEL_LOCK() to iterate on the global list of PF_KEY sockets.Martin Pieuchot
2017-11-13Remove useless comment about if_ioctl() & reduce grep noise.Martin Pieuchot
2017-11-13Do not call splassert_fail() if splassert_ctl is <= 0.Martin Pieuchot
2017-11-13When searching in copy mode, do not scroll if the result is already onNicholas Marriott
2017-11-13add a generic packet rate matching filter. allows things likeHenning Brauer
2017-11-13Newer Allwinner SoCs (H3/H4/A64) use an "unconfigured" default state.Mark Kettenis
2017-11-13Remove 18 year old #if 0.Martin Pieuchot
2017-11-13remove the ability for pf_ouraddr to say that a packet is forwarded.David Gwynne
2017-11-12Remove HN_DIR variable and expand it in the only place it was used. ItTheo Buehler
2017-11-12Only use a single taskq to process incoming network packets as soon asMartin Pieuchot
2017-11-12Clone epoch value in clone_lease(), not manually.Kenneth R Westerback
2017-11-11replace sloppy parsing of numeric values with strtonum (incr, decr, divert)Marc Espie
2017-11-11reads better as *an* rdomain, i think;Jason McIntyre
2017-11-11regress tests to match previous switch handling in vmd update.Mike Larkin
2017-11-11update switch handling in vmd(8). vmd now gets switch information (rdomain,Mike Larkin
2017-11-11Fix a broken compilation when using SCSIDEBUG options(4).Mike Larkin
2017-11-10replace last instances of /dev/arandom with /dev/urandomChristian Weisgerber
2017-11-10Be less assertive when warning about a possible typo.Jeremie Courreges-Anglas
2017-11-10When tracing is compiled in make sure it flushes its content to disk asMartijn van Duren
2017-11-10Fix a use after free when sending SIGHUP or SIGTERM to vi when in editingMartijn van Duren
2017-11-10"unknown KDF type 2" -> "keydisk not found".Sunil Nimmagadda
2017-11-10Add rcv_openat() function that does the open, makes sure it is aTodd C. Miller
2017-11-10Avoid using system(3) when running "sendmail -t". We already haveTodd C. Miller
2017-11-10streamline termp allocation. this will allow the init function toMarc Espie
2017-11-10Introduce a reader version of the NET_LOCK().Martin Pieuchot
2017-11-10Use percpu counters with etheripstat.Visa Hankala
2017-11-09If we successfully change the directory, set PWD too to give the shell aNicholas Marriott
2017-11-09Use the proper macros in AUTHORS, and delete the bogus BUGS section.Ingo Schwarze
2017-11-09tweak previous;Jason McIntyre
2017-11-09/usr/share/compile -> /usr/share/relink/kernelAntoine Jacoutot
2017-11-09Use lease 'epoch' (time lease was acquired) to calculate timers forKenneth R Westerback
2017-11-09kill trailing whitespace introduced in previous commitTheo Buehler
2017-11-09The cmd argument of ifconf() has been unused since COMPAT_LINUX wasTheo Buehler
2017-11-09Synchronize command initiation, event wait, and interrupt handlingVisa Hankala
2017-11-08Wait for the splicing syscall by grepping it in the relay log. ThisAlexander Bluhm
2017-11-08The TF_BLOCKOUTPUT flag is set around all sorwakeup() and sowwakeup()Alexander Bluhm
2017-11-08Add a type cast to force signed comparison. This fixes a loopVisa Hankala
2017-11-08Do not accept superfluous arguments.Patrick Wildt
2017-11-08Make {ah,esp,ipcomp}stat use percpu counters.Visa Hankala
2017-11-08In the final RFC 5903 the computation for the DH shared secret changed.Patrick Wildt
2017-11-08Enable this test on i386.Martin Pieuchot
2017-11-08/usr/share/compile -> relink; ok tbJason McIntyre
2017-11-08For IPcomp we need to load explicit ESP-flows for the IPIP or IPCOMPPatrick Wildt
2017-11-08Since r1.41 the extensions are included in the CSR. Thus ca_request()Patrick Wildt
2017-11-08Fixup what looks like a merge mistake; no functional changeMike Belopuhov
2017-11-07Test more variations of TCP packets in the scapy splicing tests.Alexander Bluhm
2017-11-07Prevent a potential stack buffer overrun when a urtwn(4) deviceStefan Sperling
2017-11-07Fix spelling: bet -> net from Scott Bennett, thanksTheo Buehler
2017-11-07Convert all the fields of {ah,esp,ipcomp}stat to uint64.Visa Hankala
2017-11-07Serialize access to the IPv6 reassembly queue with a mutex.Visa Hankala