summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-27Make KIOENABLE accept a mode argument, currently limited to KCOV_MODE_TRACE_PC.anton
2018-12-27remove unused fileEric Faurot
2018-12-27fifo isn't really the right data structure for varying expirations.Ted Unangst
2018-12-27must remember to unref device if setting the task isn't done.Ted Unangst
2018-12-27too many words in previous;Jason McIntyre
2018-12-27Rename ufdesc to udpfd to make the code slightly more intuitive.Kenneth R Westerback
2018-12-27convert to unsigned variables to avoid some overflows.Ted Unangst
2018-12-27port ranges can be ambiguous with hypenated port-names.Ted Unangst
2018-12-27Rename routehandler() to routefd_handler() to make the code slightlyKenneth R Westerback
2018-12-27Rename bfdesc to bpffd and packethandler() to bpffd_handler() to makeKenneth R Westerback
2018-12-27Check for main ruleset explicitlykn
2018-12-27Zap duplicate struct declarationkn
2018-12-27No need to return early when setting the tick stop.Kenneth R Westerback
2018-12-27extract subaddress from last resolved node, not from dest or rcpt addressGilles Chehade
2018-12-27table_fetch() always expect a valid dst pointer.Eric Faurot
2018-12-27move the iterator variable in the private handle.Eric Faurot
2018-12-27introduce dump() and add() table methods, only implemented for static tables.Eric Faurot
2018-12-27Convert K&R function definitions to modern C. clang is more picky aboutClaudio Jeker
2018-12-27Move away from K&R style function definitions. clang is rather picky aboutClaudio Jeker
2018-12-27Do not assign node to itself. Instead move the earlier initialisation intoClaudio Jeker
2018-12-27remove dead code, we will only support ramstat stat backendGilles Chehade
2018-12-27sort and rename testsanton
2018-12-27Separate kcov descriptor state and trace mode as a first step towards supportinganton
2018-12-27pass the table pointer to the lookup()/fecth() methodsEric Faurot
2018-12-27change the close() method to take the table pointerEric Faurot
2018-12-27Make the backend open method return an int to report success.Eric Faurot
2018-12-27ssh_packet_set_state() now frees ssh->kex implicitly, so don'tDamien Miller
2018-12-27move client/server SSH-* banners to buffers under ssh->kex and factorDamien Miller
2018-12-26reorder parameters for consistencyEric Faurot
2018-12-26uncouple AF_MPLS and AF_INETdenis
2018-12-26simplify codeEric Faurot
2018-12-26document kern.pool_debug; ok tedu@anton
2018-12-26introduce a table_match() function to check for a key in a tableEric Faurot
2018-12-26Make AES CCM available in tables.Theo Buehler
2018-12-26syncStuart Henderson
2018-12-26get rid of the unused dict argument in table lookup and fetch api.Eric Faurot
2018-12-26unbreak VPN routes installation into FIBdenis
2018-12-26move the table backend name in the backend struct.Eric Faurot
2018-12-26Remove the rasops24_erasecols and rasops24_eraserows functions fromFrederic Cambus
2018-12-26when passing message to filters, do not worry yet about handling DATAGilles Chehade
2018-12-26Use estimates of speed to improve gesture detection.Ulf Brosziewski
2018-12-26revert "kill a region if 'delete' or 'backspace' is pressed"Peter Hessler
2018-12-25test dying kcov descriptor logicanton
2018-12-25In the kcov ioctl(KIOSETBUFSIZE) path, malloc() can sleep. Double check thatanton
2018-12-25rework icmp6_error() to be closer to icmp_error()denis
2018-12-25No need for magic tick_msg(NULL,..) call toKenneth R Westerback
2018-12-25Remove unused static function since clang errors out because of this.Claudio Jeker
2018-12-25Use the same additional arch specific files for sparc64 as is done for mipsClaudio Jeker
2018-12-25bugfix: make the static class buffer long enoughIngo Schwarze
2018-12-24Always use log_getverbose() instead of sometimes checking OPT_VERBOSEKenneth R Westerback