summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_mppc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r312443:pfg2017-01-231-4/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-6/+3
* Revert r267961, r267973:gjb2014-06-271-3/+6
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-6/+3
* Make ng_mppc to not disable the node in case of multiple packet loss.mav2014-05-221-4/+33
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Revert my local not yet properly tested changes, that leaked inglebius2012-05-251-16/+23
* Revert r220768 for ng_ksocket. This node is special andglebius2012-05-241-23/+16
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* remove RESTARTABLE_PANICS optionavg2011-07-251-3/+0
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-3/+1
* Remove some more alignment constraints.mav2010-03-311-3/+3
* If source mbuf chain consists of only one mbuf, use it directly as sourcemav2009-01-181-34/+51
* Use m_unshare()+m_copyback() instead of m_freem()+m_devget() to keepmav2009-01-181-22/+23
* Unroll two loops of SHA1Update(). 60 bytes of static memory is not a price.mav2008-12-161-9/+12
* Carefully handle memory errors to keep peers compression/encryption statemav2008-12-061-11/+24
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-7/+6
* Fix build with NETGRAPH_MPPC_COMPRESSION but without NETGRAPH_MPPC_ENCRYPTION.mav2007-05-181-0/+4
* Performance optimization of the "encryption without compression" case bymav2007-05-111-70/+103
* Avoid extra rc4_init() when ng_mppc_updatekey() going to do it anyway.mav2007-05-041-5/+7
* Compact code a bitmav2007-05-041-5/+3
* Make coherency counter 12bit as it shouldmav2007-05-041-4/+6
* Fix small mistake (sizeof(pad2) instead of sizeof(pad1))mav2007-05-041-1/+1
* Remove unneded bzero().mav2007-05-041-1/+0
* In preparation for making the modules actually use opt_*.h filesyar2005-10-141-0/+6
* MPPC node is not thread safe.glebius2005-06-031-0/+3
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+3
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+8
* Take the rc4 code out of ng_mppc module so we don't fail to load whenambrisko2003-02-051-0/+5
* Fix two bugs:archie2002-12-141-12/+27
* Don't use "NULL" when "0" is really meant.archie2002-08-221-2/+2
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-1/+1
* Add support for 56 bit MPPE encryption.archie2001-12-151-7/+9
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-8/+8
* KSE Milestone 2julian2001-09-121-0/+3
* Fix some memory leaksjulian2001-01-101-18/+24
* Part 2 of the netgraph rewrite.julian2001-01-081-16/+15
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-51/+33
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-3/+4
* Add the use of M_ZERO to netgraph.dwmalone2000-11-181-2/+1
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
* Remove unnecessary #include's as reported by phk's script.archie2000-09-221-1/+0
* Allocate all memory (including within node constructors) with M_NOWAITarchie2000-09-211-1/+1
* Allocate memory with M_NOWAIT instead of M_WAITOK because we couldarchie2000-09-211-1/+1
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-2/+3
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* A netgraph node that implements Microsoft Point-to-Point compressionarchie2000-04-091-0/+797
OpenPOWER on IntegriCloud