summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Make ng_split part of the module building process.brooks2001-07-241-0/+1
* Put module directories one per line so adding new modules creates readablebrooks2001-07-151-3/+24
* Backed out rev.1.8. Rev.1.8 was just to support a bogus unused includebde2001-05-171-2/+1
* Move the isa parts to a separate file.jhay2001-04-161-1/+1
* Allow the eiface node to be made as a module (not linked into build yet)julian2001-02-251-0/+7
* Add a Makefile for the sample node so It can be compiled.julian2001-02-251-0/+7
* Add a 'splitter' node to separate a bidirectionaljulian2001-02-221-0/+8
* Make klds for the ar and sr devices and hook them up.jhay2001-01-303-1/+24
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-0623-56/+56
* Next phase in the PCI subsystem cleanup.msmith2000-12-081-1/+1
* Fix another callout_init() that I missed.jlemon2000-11-261-3/+1
* unhook netgraph/bridge until somebody makes it compile in LINTphk2000-11-261-1/+3
* Add one2many subdirectory (previously forgotten).archie2000-11-221-1/+1
* New netgraph node type ng_one2many(4).archie2000-11-161-0/+7
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+2
* New netgraph node type for Ethernet bridging.archie2000-09-012-1/+8
* When manual pages are moved or removed, MANX should be changedsheldonh2000-07-2420-0/+20
* Move the netgraph-related manual pages into share/man/man4/, assheldonh2000-07-2140-4362/+0
* Build ng_ether(4) KLD.archie2000-06-262-1/+7
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-2720-20/+20
* Update man page to reflect new IPv6 hook. Simplify Makefile.archie2000-05-102-26/+5
* Supply only one author name per instance of %A, as per mdoc.samples(7).sheldonh2000-05-101-1/+2
* AUTHOR -> AUTHORSarchie2000-05-053-3/+3
* Document the new statistics control messages.archie2000-05-051-1/+19
* Move netgraph node type man pages from section 8 to section 4.archie2000-05-0458-3331/+130
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-0420-20/+20
* Zap KMODDEPS linepeter2000-05-0119-19/+0
* Update the man page to reflect the recent changes to the kernel API forjulian2000-04-301-13/+68
* Only build the ng_mppc KLD if !NOCRYPT and required crypto sources exist.archie2000-04-121-0/+4
* Revert to previous state, plus a few cleanups pointed out by bde.archie2000-04-121-24/+4
* Turn off build of ng_mppc KLD until I can figure out how to have thearchie2000-04-111-1/+1
* Turn off MPPE encryption if NOCRYPT is defined. If neither compressionarchie2000-04-101-7/+22
* Add ng_mppc(8) netgraph node as a KLD module.archie2000-04-094-2/+424
* Remove duplicate wordcharnier2000-03-261-1/+1
* - Document updates in iface netgraph node type functionalityarchie2000-03-133-89/+103
* Fix typo.archie2000-03-132-6/+6
* Correct man page title.archie2000-03-102-2/+2
* Add a little more history of when netgraph appeared in FreeBSD.billf2000-02-291-1/+3
* Work around aparent bug in the .Dv macro by eliminating some spaces.archie2000-01-172-2/+2
* Fix typos per PR 15649. Also did some rewording for clarity.archie2000-01-032-34/+38
* Revert previous checkin; I incorrectly thought that it was neededarchie1999-12-211-2/+0
* Manual page style work.julian1999-12-2137-281/+611
* Add reference to RFC 1702, after learning how to have "T. Li"archie1999-12-102-0/+16
* Update man page: BPF is supported even in the KLD version.archie1999-12-092-2/+2
* Fix 'make clean'archie1999-12-091-0/+2
* New netgraph node type 'pptpgre': this performs GRE encapsulationarchie1999-12-084-1/+266
* Include net/slcompress.c in the build of this module.archie1999-12-083-25/+19
* forgot .CURDIRjulian1999-12-041-1/+1
* New netgraph node type, ng_bpf(8). This node type allows you toarchie1999-12-034-1/+298
* Update documentation to reflect new functionality.archie1999-11-302-18/+118
OpenPOWER on IntegriCloud