summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Disconnect drivers that haven't been ported to MPSAFE TTY yet.ed2008-08-031-1/+0
| | | | | | | | | | | | | As clearly mentioned on the mailing lists, there is a list of drivers that have not been ported to the MPSAFE TTY layer yet. Remove them from the kernel configuration files. This means people can now still use these drivers if they explicitly put them in their kernel configuration file, which is good. People should keep in mind that after August 10, these drivers will not work anymore. Even though owners of the hardware are capable of getting these drivers working again, I will see if I can at least get them to a compilable state (if time permits).
* A node that implements various traffic shaping and rate limiting algorithms.mav2007-05-151-0/+1
| | | | Approved by: glebius (mentor)
* Build bits for ng_deflate(4) and ng_pred1(4).glebius2006-12-291-0/+2
|
* A netgraph node that can do different manipulations withglebius2006-06-271-0/+1
| | | | | | | mbuf_tags(9) on packets. Submitted by: Vadim Goncharov <vadimnuclight tpu.ru> mdoc(7) reviewed by: ru
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-2/+4
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Attach ng_tcpmss to the build.glebius2005-06-101-0/+1
|
* Attach ng_nat and libalias to build.glebius2005-05-061-0/+1
|
* Connect ng_source(4) to the build.ru2005-02-121-0/+1
|
* Connect ng_atmllc(4) to the build.ru2005-02-121-0/+1
|
* Add ng_ipfw to kernel module build.glebius2005-02-051-0/+1
|
* Connect ng_device(4) to the build.ru2005-02-031-0/+1
|
* ar and sr (and their netgraph cousins) don't appear to be 64-bit clean, soimp2005-01-271-2/+7
| | | | disable them on all but i386.
* NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
|
* Sort SUBDIR.ru2004-10-241-2/+2
|
* Attach ng_netflow to kernel build.glebius2004-09-161-0/+1
| | | | Approved by: julian (mentor)
* Make bluetooth compile on all platformsemax2004-07-071-6/+3
| | | | Reviewed by: imp, ru
* Add ng_sppp(4) to the modules build process.rik2004-04-251-0/+1
|
* A simple packet distribution node type that acts like an Ethernet hub.ru2004-04-171-0/+1
|
* Netgraph node type for IEEE 802.1Q VLAN tagging.ru2004-03-011-1/+2
|
* Add NO_BLUETOOTH knob to the build processemax2004-01-281-0/+2
| | | | | Requested by: phk Reviewed by: imp (mentor), ru
* Normalize SUBDIR.ru2004-01-191-2/+4
|
* This is a netgraph node to access ATM interfaces. It works with theharti2003-06-251-0/+1
| | | | hatm(4) and fatm(4) drivers, en(4) will follow soon.
* Add device driver support for the ASIX Electronics AX88172 USB 2.0wpaul2003-04-201-0/+1
| | | | | | | | | | | ethernet controller. The driver has been tested with the LinkSys USB200M adapter. I know for a fact that there are other devices out there with this chip but don't have all the USB vendor/device IDs. Note: I'm not sure if this will force the driver to end up in the install kernel image or not. Special magic needs to be done to exclude it to keep the boot floppies from bloating again, someone please advise.
* Make the bluetooth modulesjulian2002-11-211-0/+5
| | | | Approved by: re
* Keep subdirectory list sorted.archie2002-08-201-2/+2
|
* Add ng_l2tp module.archie2002-08-201-2/+3
|
* turn on the ethertype filter modulejulian2002-02-271-0/+1
|
* Add ng_ip_input. A new netgraph node for queuing IP packets into thebrooks2001-09-271-0/+1
| | | | main IP input processing code.
* /home/brooks/ng_gif.messagebrooks2001-09-261-0/+2
|
* KSE Milestone 2julian2001-09-121-0/+1
| | | | | | | | | | | | | | Note ALL MODULES MUST BE RECOMPILED make the kernel aware that there are smaller units of scheduling than the process. (but only allow one thread per process at this time). This is functionally equivalent to teh previousl -current except that there is a thread associated with each process. Sorry john! (your next MFC will be a doosie!) Reviewed by: peter@freebsd.org, dillon@freebsd.org X-MFC after: ha ha ha ha
* Make ng_split part of the module building process.brooks2001-07-241-0/+1
| | | | MFC after: 7 weeks
* Put module directories one per line so adding new modules creates readablebrooks2001-07-151-3/+24
| | | | diffs and produces less conflicts with local source trees.
* Make klds for the ar and sr devices and hook them up.jhay2001-01-301-1/+2
| | | | | The normal versions are called if_ar.ko and if_sr.ko and the netgraph versions ng_sync_ar.ko and ng_sync_sr.ko.
* 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 for Ethernet bridging.archie2000-09-011-1/+1
| | | | No ipfw support yet.
* Build ng_ether(4) KLD.archie2000-06-261-1/+1
|
* Only build the ng_mppc KLD if !NOCRYPT and required crypto sources exist.archie2000-04-121-0/+4
|
* Turn off build of ng_mppc KLD until I can figure out how to have thearchie2000-04-111-1/+1
| | | | | Makefile correctly handle all the possible permutations (including missing crypto sources). Suggestions welcome.
* Add ng_mppc(8) netgraph node as a KLD module.archie2000-04-091-2/+2
| | | | Obtained from: Whistle source tree
* New netgraph node type 'pptpgre': this performs GRE encapsulationarchie1999-12-081-1/+1
| | | | for the PPTP protocol as specified in RFC 2637.
* New netgraph node type, ng_bpf(8). This node type allows you toarchie1999-12-031-1/+1
| | | | apply bpf(4) filters to data travelling through a netgraph network.
* Add reference to new netgraph node type "ksocket".archie1999-11-161-2/+2
|
* Turn on the pppoe node modulejulian1999-11-061-2/+2
|
* Put tty back in, problem was due to cvsup mess on freefall.dillon1999-10-241-1/+1
|
* Temporarily remove 'tty' netgraph sub module until it can be madedillon1999-10-231-1/+1
| | | | to compile.
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-1/+1
| | | | | | | | | | Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree
* Test commit of first Netgraph filejulian1999-10-211-0/+7
OpenPOWER on IntegriCloud