summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-23add a new IP level socket option IP_PIPEX. This option is used for L2TPYASUOKA Masahiko
2010-09-23remove support for talking to the zebra routing socket whichJonathan Gray
2010-09-23Eliminate mention of EPERM error condition from tun(4) man page. WeMatthew Dempsky
2010-09-23rename usb_discover to usb_explore for consistency.Jacob Meuser
2010-09-22add an option per-read/write callback to atomicioDamien Miller
2010-09-22use audio(4)'s quiesce/resume for data i/o, and ac97_resume() for mixerJacob Meuser
2010-09-22- fix a ghc variableJasper Lievisse Adriaanse
2010-09-22autoconf activate, suspend/resume supportJacob Meuser
2010-09-22We are still far away from supporting the roff macro definition macro .deIngo Schwarze
2010-09-22as dying flag didn't set in aue_detach(), set it.Yojiro Uo
2010-09-22Support AES-GCM-16 (as aes-gcm) and ENCR_NULL_AUTH_AES_GMACMike Belopuhov
2010-09-22Support for use of AES-GCM-16 (as AESGCM) and ENCR_NULL_AUTH_AES_GMACMike Belopuhov
2010-09-22Support for AES-GCM-16 and ENCR_NULL_AUTH_AES_GMAC in ESP as perMike Belopuhov
2010-09-22no more msgs(1);Jason McIntyre
2010-09-22Add a new interface pppx(4) -- the ppp multiplexer to be used with npppdClaudio Jeker
2010-09-22Kill msgs. Noone uses it, and it has a longjmp in it.Theo de Raadt
2010-09-22Add AES-GCM Transform Identifiers as specified by IANA inMike Belopuhov
2010-09-22Revert previous and let drivers register counterless interrupts;Miod Vallat
2010-09-22regress test for each of the key exchange algorithms that we supportDamien Miller
2010-09-22Test vectors for GMAC as published in the original GCM proposalMike Belopuhov
2010-09-22OCF support for the Galois/Counter Mode (GCM) for AES asMike Belopuhov
2010-09-22unify MS-CHAP implementation to sbin/iked/chap_ms.[ch].YASUOKA Masahiko
2010-09-22Switch to unconditionally attaching evcounts on TurboChannelMatthew Dempsky
2010-09-22nextmsg could be used uninitialized as well.Paul Irofti
2010-09-22Initialise firstmsg so we do not have random number whenlum
2010-09-22support INVALID_KE_PAYLOAD notification sent by the responder in caseMike Belopuhov
2010-09-22Call bus_dmamap_sync() of a dma descriptor before checking the ownershipClaudio Jeker
2010-09-22ssh.1: add kexalgorithms to the -o listJason McIntyre
2010-09-22Add DIOCGPDINFO to drivers that were lacking it. Where thereKenneth R Westerback
2010-09-22document hwo to play with matchesHenning Brauer
2010-09-22new log opt "matches"Henning Brauer
2010-09-22add a new log opt PF_LOG_MATCHESHenning Brauer
2010-09-22Don't bother calling suser() in tunopen().Matthew Dempsky
2010-09-22Garbage collect the field dk_labelsector since there are no usesKenneth R Westerback
2010-09-22add a KexAlgorithms knob to the client and server configuration to allowDamien Miller
2010-09-22Fix a locking bug in accept(2) caught by sthen@ using my strictMatthew Dempsky
2010-09-22Call config_deactivate() on SCSI links in vscsiclose().Matthew Dempsky
2010-09-22Fix ramdisks, from Vladimir Kirillov. Thanks!Paul Irofti
2010-09-22when vscsi is closed request a detach of its children devices fromDavid Gwynne
2010-09-22remove unused offset argument to rbus functionsJonathan Gray
2010-09-22various whitespace fixes that my hands did while i was looking for sthHenning Brauer
2010-09-22All users of physio(9) now pass NULL as the buf pointer argument, soMatthew Dempsky
2010-09-22remove a leftover debug printfJonathan Gray
2010-09-22make the arguments match the format string in usageJonathan Gray
2010-09-21In i915_gem_idle, don't fail if we have a wedged chipset (this onlyOwain Ainsworth
2010-09-21Use RING_WAIT state for the ringbuffer and the instdone debug registerOwain Ainsworth
2010-09-21Don't dereference null pointers for protocols without port numbers.Stuart Henderson
2010-09-21When calculating string lengths, resolve escape sequences and useIngo Schwarze
2010-09-21On gen3 hardware always unconditionally set the C3_LP_WRITE_ENABLE bitOwain Ainsworth
2010-09-21Enable error interrupts on ironlake, as we do on all other chips.Owain Ainsworth