aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Fix some modules to export more used symbolsKonstantin Belousov2021-11-184-0/+8
* Retire synchronous PPP kernel driver sppp(4).Gleb Smirnoff2021-10-222-8/+0
* modules: netflow: need opt_inet.hKyle Evans2021-09-301-1/+1
* bluetooth: complete removal of ng_h4Warner Losh2021-09-301-12/+0
* netgraph/ng_vlan_rotate: IEEE 802.1ad VLAN manipulation netgraph typeLutz Donnerhacke2021-01-262-1/+8
* pccard: Remove bt3c(4) driverWarner Losh2021-01-082-13/+0
* New Netgraph module ng_macfilter:Nick Hibma2020-12-082-0/+10
* ng_ubt(4): do not attach Intel Wireless 8260/8265 in bootloader mode.Vladimir Kondratyev2019-08-181-2/+2
* Hook up ng_checksum(4) module and appropriate manpage to the build. The moduleMaxim Sobolev2018-12-091-0/+1
* Remove commented out code to generate opt_inet*.h. That's handledWarner Losh2018-03-171-13/+2
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-242-12/+0
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-0420-40/+40
* netgraph module for reconstructing checksumsJulian Elischer2016-08-011-0/+20
* ng_mppc(4): Bring netgraph(3) MPPC compression support.Pedro F. Giffuni2016-06-071-2/+1
* Build all of sys/modules with SUBDIR_PARALLEL.Bryan Drewery2015-11-101-2/+0
* Enable parallel subdirectory building with sys/modules/netgraphEnji Cooper2015-09-271-0/+2
* Remove dependence on source tree options. Move all kernel moduleWarner Losh2014-08-111-2/+3
* Move most of the 15 variations on generating opt_inet.h andWarner Losh2014-08-044-41/+0
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-063-3/+3
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-4/+1
* Remove IPX support.Gleb Smirnoff2014-03-141-4/+1
* Axe ng_fec(4). It has never been a real netgraph(4) module, sinceGleb Smirnoff2013-10-282-9/+0
* Use rt_numfibs variable instead of compile-time RT_NUMFIBS.Alexander V. Chernikov2012-03-131-2/+0
* Add IPv6 support to the ng_ipfw(4) [1]. Also add ifdefs to be ableAndrey V. Elsukov2011-09-151-1/+15
* Remove missing include directory in preparation for addingRebecca Cran2011-04-161-1/+1
* Add support for NetFlow version 9 into ng_netflow(4) node.Gleb Smirnoff2011-03-021-1/+14
* New netgraph node ng_patch(4). It performs data modification of packetsAndrey V. Elsukov2010-06-092-0/+7
* Connect ng_pipe to the default build.Marko Zec2009-06-232-0/+7
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-083-3/+3
* Hook ubt and ubtbcmfw back up to the build.Andrew Thompson2009-05-272-10/+12
* Garbage collect unbuildable and unusable non-MPSAFE network deviceRobert Watson2009-04-162-26/+0
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedRobert Watson2009-03-151-7/+0
* Hook up new USB modules.Andrew Thompson2009-02-232-10/+10
* Rejoin ng_tty module to the build.Alexander Motin2008-12-251-0/+1
* Hook up the ether_echo node and fix the man pageJulian Elischer2008-12-251-0/+1
* Add a trivial node to reflect ethernet frames to whence they came.Julian Elischer2008-12-251-0/+7
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-023-3/+3
* Per email to arch@ a little while ago (that was greeted with silence),Warner Losh2008-09-012-6/+6
* Disconnect drivers that haven't been ported to MPSAFE TTY yet.Ed Schouten2008-08-032-2/+0
* Hook up Bluetooth SCO sockets code to the buildMaksim Yevmenkin2008-07-301-1/+2
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedRobert Watson2008-05-252-13/+0
* Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.Maksim Yevmenkin2007-08-131-2/+1
* Disconnect netatm from the build as it is not MPSAFE and relies onRobert Watson2007-07-141-1/+3
* Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.Maksim Yevmenkin2007-07-101-1/+2
* A node that implements various traffic shaping and rate limiting algorithms.Alexander Motin2007-05-152-0/+7
* Build bits for ng_deflate(4) and ng_pred1(4).Gleb Smirnoff2006-12-293-0/+14
* Don't use touch when what is really meant is :> (create an empty file, orDag-Erling Smørgrav2006-08-141-1/+1
* A netgraph node that can do different manipulations withGleb Smirnoff2006-06-272-0/+7
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-2/+4
* Style: Remove blank lines before EOF.Yaroslav Tykhiy2006-02-187-7/+0