Age | Commit message (Expand) | Author |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-01-09 | bzero/bcmp -> memset/memcmp. ok matthew | Ted Unangst |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-10-24 | Remove the number of in6_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-07-04 | These functions are only used in debug code, so put them under | Martin Pieuchot |
2013-04-11 | Remove the extern keyword from function declarations, document | Martin Pieuchot |
2013-04-10 | Remove various external variable declaration from sources files and | Martin Pieuchot |
2013-04-09 | Remove read-only ipsec variables and directly use defines instead. | Martin Pieuchot |
2013-03-28 | code that calls timeout functions should include timeout.h | Ted Unangst |
2012-09-20 | spltdb() was really just #define'd to be splsoftnet(); replace the former | Bret Lambert |
2012-09-18 | remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not set | Markus Friedl |
2011-05-11 | Pre-allocate memory to avoid sleeping after performing a lookup, which | Bret Lambert |
2011-03-31 | - use nitems(); no binary change | Jasper Lievisse Adriaanse |
2010-07-09 | Add support for using IPsec in multiple rdomains. | Reyk Floeter |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-01-10 | Fix two bugs in IPsec/HMAC-SHA2: | Markus Friedl |
2009-08-12 | don't confuse chars with strings; ok oga@ | Martynas Venckus |
2009-06-02 | Shuffle function declarations a bit; ipsp_kern doesn't actually exist, | Bret Lambert |
2009-06-02 | Fix an off-by-one in the ddb-only debugging function tdb_hashstats. | Owain Ainsworth |
2009-02-16 | pfsync v5, mostly written at n2k9, but based on work done at n2k8. | David Gwynne |
2008-10-22 | #if INET => #ifdef INET | Marco Pfatschbacher |
2008-09-15 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-04-18 | use arc4random_uniform() for random number requests that are not a | Damien Miller |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-09 | MALLOC+bzero -> malloc+M_ZERO. Don't forget FREE->free this time. | Kenneth R Westerback |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-01-18 | allow kernels with TCP_SIGNATURE (aka tcp md5sig), but without IPSEC to | Henning Brauer |
2006-11-24 | add support to tag ipsec traffic belonging to specific IKE-initiated | Reyk Floeter |
2006-01-13 | Path MTU discovery for NAT-T. | Marco Pfatschbacher |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto |
2005-05-28 | Add SA replay counter synchronization to pfsync(4). Required for IPsec | Hakan Olsson |
2005-05-27 | long overdue snprintf cleanup in kernfs related code | Hans-Joerg Hoexer |
2005-04-21 | handle return value of snprintf correctly | Hans-Joerg Hoexer |
2004-11-19 | Plug memory leak. Found by pat@. Thanks! | Hans-Joerg Hoexer |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-04-14 | simpler ipsp_aux_match() API; ok henning, hshoexer | Markus Friedl |
2004-03-31 | in gettdbbysrcdst(), allow matching with either src or dst beeing a wildcard | Henning Brauer |
2004-02-15 | check TDBF_INVALID for TCP MD5 SA lookups; ok mcbride, henning | Markus Friedl |
2004-01-27 | in gettdbbysrcdst(): hash by SRC and lookup SA in the tdbsrc[] hash table | Markus Friedl |
2004-01-22 | add gettdbbysrcdst(), just like gettdb(), but compares tdb_src as well; ok mc... | Markus Friedl |
2003-12-02 | UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt) | Markus Friedl |
2003-05-09 | string cleaning; ok tedu | Theo de Raadt |
2003-05-06 | string cleaning; tedu ok | Theo de Raadt |
2002-11-19 | Use queue.h macros | Jason Wright |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino |
2002-06-09 | Comment out currently-unused code (it's there for the ethernet-ipsec | Angelos D. Keromytis |
2002-05-31 | Move some common code to separate routines; also, fix the problem of | Angelos D. Keromytis |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |