aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Make bluetooth compile on all platformsMaksim Yevmenkin2004-07-071-6/+3
* Build usbdevs.hWarner Losh2004-06-282-2/+2
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* Add ng_sppp(4) to the modules build process.Roman Kurakin2004-04-251-0/+1
* A simple packet distribution node type that acts like an Ethernet hub.Ruslan Ermilov2004-04-172-0/+7
* sppp (4) to netgraph (4) node. As always: I'l connect it to theRoman Kurakin2004-03-241-0/+7
* Add a netgraph node to handle ATM LLC encapsulation. This currently handlesBenno Rice2004-03-081-0/+6
* Netgraph node type for IEEE 802.1Q VLAN tagging.Ruslan Ermilov2004-03-012-1/+8
* Add NO_BLUETOOTH knob to the build processMaksim Yevmenkin2004-01-281-0/+2
* Normalize SUBDIR.Ruslan Ermilov2004-01-191-2/+4
* MODULE_DEPEND is a C macro, not a make(1).Ruslan Ermilov2004-01-131-1/+0
* bsd.kmod.mk does not deal with manpages anymore.Ruslan Ermilov2004-01-139-10/+0
* Don't compile with -g by default; there's a better way to build modules withRuslan Ermilov2003-11-101-2/+0
* The layer 3 (signalling) of NgATM netgraph node: ng_uni. This nodeHartmut Brandt2003-11-072-1/+19
* Put the address handling, traffic descripto handling and theHartmut Brandt2003-11-031-1/+3
* Module build infrastructure for the NgATM SAA layer.Hartmut Brandt2003-10-244-1/+47
* Update Bluetooth code.Maksim Yevmenkin2003-10-128-26/+8
* Add ng_atmpif: a HARP physical interface emulation. This allows oneHartmut Brandt2003-08-112-2/+13
* This is a netgraph node to access ATM interfaces. It works with theHartmut Brandt2003-06-254-0/+22
* Part one of undating the bluetooth code to the newest versionJulian Elischer2003-05-109-29/+52
* Add device driver support for the ASIX Electronics AX88172 USB 2.0Bill Paul2003-04-201-0/+1
* Fix module build by adding options to Makefile.Jonathan Lemon2003-03-081-1/+13
* Take the rc4 code out of ng_mppc module so we don't fail to load whenDoug Ambrisko2003-02-051-2/+1
* Make it work -current style.Julian Elischer2002-12-231-1/+1
* Add Makefile.inc to include ../Makefile.inc.Yoshihiro Takahashi2002-12-011-0/+3
* Fix make buildkernel.Warner Losh2002-11-217-12/+12
* Make the bluetooth modulesJulian Elischer2002-11-211-0/+5
* The second try a committing the bluetooth codeJulian Elischer2002-11-208-0/+123
* Add the netgraph 'source' module.Julian Elischer2002-10-311-0/+8
* Finally get around to committing Bill Paul's FEC netgraph nodes.Julian Elischer2002-10-292-0/+19
* Keep subdirectory list sorted.Archie Cobbs2002-08-201-2/+2
* Add ng_l2tp module.Archie Cobbs2002-08-202-2/+9
* A node that creates a device entry in /dev (yay devfs)Julian Elischer2002-06-181-0/+7
* turn on the ethertype filter moduleJulian Elischer2002-02-271-0/+1
* Export "ng_ether_enaddr_type" because the ng_bridge type uses it.Archie Cobbs2002-01-121-0/+2
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-1127-27/+0
* Turn on unconditional symbol export for modules whose API isMike Smith2002-01-111-0/+2
* A node that allows ethernet type packets to be filtered to differentJulian Elischer2001-10-301-0/+10
* Add ng_ip_input. A new netgraph node for queuing IP packets into theBrooks Davis2001-09-272-0/+8
* /home/brooks/ng_gif.messageBrooks Davis2001-09-263-0/+20
* KSE Milestone 2Julian Elischer2001-09-121-0/+1
* Make ng_split part of the module building process.Brooks Davis2001-07-241-0/+1
* Put module directories one per line so adding new modules creates readableBrooks Davis2001-07-151-3/+24
* Backed out rev.1.8. Rev.1.8 was just to support a bogus unused includeBruce Evans2001-05-171-2/+1
* Move the isa parts to a separate file.John Hay2001-04-161-1/+1
* Allow the eiface node to be made as a module (not linked into build yet)Julian Elischer2001-02-251-0/+7
* Add a Makefile for the sample node so It can be compiled.Julian Elischer2001-02-251-0/+7
* Add a 'splitter' node to separate a bidirectionalJulian Elischer2001-02-221-0/+8
* Make klds for the ar and sr devices and hook them up.John Hay2001-01-303-1/+24
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-0623-56/+56