summaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/Makefile
AgeCommit message (Expand)Author
2025-10-09modules: Simplify some expressionsWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-03-09ng_atmllc: removeBrooks Davis
2023-03-09NgATM: Remove netgraph ATM supportBrooks Davis
2021-10-22Retire synchronous PPP kernel driver sppp(4).Gleb Smirnoff
2021-01-26netgraph/ng_vlan_rotate: IEEE 802.1ad VLAN manipulation netgraph typeLutz Donnerhacke
2020-12-08New Netgraph module ng_macfilter:Nick Hibma
2018-12-09Hook up ng_checksum(4) module and appropriate manpage to the build. The moduleMaxim Sobolev
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2015-11-10Build all of sys/modules with SUBDIR_PARALLEL.Bryan Drewery
2015-09-27Enable parallel subdirectory building with sys/modules/netgraphEnji Cooper
2014-08-11Remove dependence on source tree options. Move all kernel moduleWarner Losh
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2013-10-28Axe ng_fec(4). It has never been a real netgraph(4) module, sinceGleb Smirnoff
2010-06-09New netgraph node ng_patch(4). It performs data modification of packetsAndrey V. Elsukov
2009-06-23Connect ng_pipe to the default build.Marko Zec
2009-03-15Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedRobert Watson
2008-12-25Rejoin ng_tty module to the build.Alexander Motin
2008-12-25Hook up the ether_echo node and fix the man pageJulian Elischer
2008-08-03Disconnect drivers that haven't been ported to MPSAFE TTY yet.Ed Schouten
2007-05-15A node that implements various traffic shaping and rate limiting algorithms.Alexander Motin
2006-12-29Build bits for ng_deflate(4) and ng_pred1(4).Gleb Smirnoff
2006-06-27A netgraph node that can do different manipulations withGleb Smirnoff
2006-03-17Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov
2005-06-10Attach ng_tcpmss to the build.Gleb Smirnoff
2005-05-06Attach ng_nat and libalias to build.Gleb Smirnoff
2005-02-12Connect ng_source(4) to the build.Ruslan Ermilov
2005-02-12Connect ng_atmllc(4) to the build.Ruslan Ermilov
2005-02-05Add ng_ipfw to kernel module build.Gleb Smirnoff
2005-02-03Connect ng_device(4) to the build.Ruslan Ermilov
2005-01-27ar and sr (and their netgraph cousins) don't appear to be 64-bit clean, soWarner Losh
2004-12-21NOCRYPT -> NO_CRYPTRuslan Ermilov
2004-10-24Sort SUBDIR.Ruslan Ermilov
2004-09-16Attach ng_netflow to kernel build.Gleb Smirnoff
2004-07-07Make bluetooth compile on all platformsMaksim Yevmenkin
2004-04-25Add ng_sppp(4) to the modules build process.Roman Kurakin
2004-04-17A simple packet distribution node type that acts like an Ethernet hub.Ruslan Ermilov
2004-03-01Netgraph node type for IEEE 802.1Q VLAN tagging.Ruslan Ermilov
2004-01-28Add NO_BLUETOOTH knob to the build processMaksim Yevmenkin
2004-01-19Normalize SUBDIR.Ruslan Ermilov
2003-06-25This is a netgraph node to access ATM interfaces. It works with theHartmut Brandt
2003-04-20Add device driver support for the ASIX Electronics AX88172 USB 2.0Bill Paul
2002-11-21Make the bluetooth modulesJulian Elischer
2002-08-20Keep subdirectory list sorted.Archie Cobbs
2002-08-20Add ng_l2tp module.Archie Cobbs
2002-02-27turn on the ethertype filter moduleJulian Elischer
2001-09-27Add ng_ip_input. A new netgraph node for queuing IP packets into theBrooks Davis
2001-09-26/home/brooks/ng_gif.messageBrooks Davis
2001-09-12KSE Milestone 2Julian Elischer
2001-07-24Make ng_split part of the module building process.Brooks Davis