| Commit message (Expand) | Author | Age | Files | Lines |
| * | netgraph/ng_vlan_rotate: IEEE 802.1ad VLAN manipulation netgraph type | Lutz Donnerhacke | 2021-02-25 | 2 | -1/+8 |
| * | MFC r351196, r351324, r351326: | Vladimir Kondratyev | 2019-09-09 | 1 | -2/+2 |
| * | Remove commented out code to generate opt_inet*.h. That's handled | Warner Losh | 2018-03-17 | 1 | -13/+2 |
| * | Remove the NATM framework including the en(4), fatm(4), hatm(4), and | Brooks Davis | 2017-04-24 | 2 | -12/+0 |
| * | sys/modules: normalize .CURDIR-relative paths to SRCTOP | Enji Cooper | 2017-03-04 | 20 | -40/+40 |
| * | netgraph module for reconstructing checksums | Julian Elischer | 2016-08-01 | 1 | -0/+20 |
| * | ng_mppc(4): Bring netgraph(3) MPPC compression support. | Pedro F. Giffuni | 2016-06-07 | 1 | -2/+1 |
| * | Build all of sys/modules with SUBDIR_PARALLEL. | Bryan Drewery | 2015-11-10 | 1 | -2/+0 |
| * | Enable parallel subdirectory building with sys/modules/netgraph | Enji Cooper | 2015-09-27 | 1 | -0/+2 |
| * | Remove dependence on source tree options. Move all kernel module | Warner Losh | 2014-08-11 | 1 | -2/+3 |
| * | Move most of the 15 variations on generating opt_inet.h and | Warner Losh | 2014-08-04 | 4 | -41/+0 |
| * | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 3 | -3/+3 |
| * | Remove AppleTalk support. | Gleb Smirnoff | 2014-03-14 | 1 | -4/+1 |
| * | Remove IPX support. | Gleb Smirnoff | 2014-03-14 | 1 | -4/+1 |
| * | Axe ng_fec(4). It has never been a real netgraph(4) module, since | Gleb Smirnoff | 2013-10-28 | 2 | -9/+0 |
| * | Use rt_numfibs variable instead of compile-time RT_NUMFIBS. | Alexander V. Chernikov | 2012-03-13 | 1 | -2/+0 |
| * | Add IPv6 support to the ng_ipfw(4) [1]. Also add ifdefs to be able | Andrey V. Elsukov | 2011-09-15 | 1 | -1/+15 |
| * | Remove missing include directory in preparation for adding | Rebecca Cran | 2011-04-16 | 1 | -1/+1 |
| * | Add support for NetFlow version 9 into ng_netflow(4) node. | Gleb Smirnoff | 2011-03-02 | 1 | -1/+14 |
| * | New netgraph node ng_patch(4). It performs data modification of packets | Andrey V. Elsukov | 2010-06-09 | 2 | -0/+7 |
| * | Connect ng_pipe to the default build. | Marko Zec | 2009-06-23 | 2 | -0/+7 |
| * | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 3 | -3/+3 |
| * | Hook ubt and ubtbcmfw back up to the build. | Andrew Thompson | 2009-05-27 | 2 | -10/+12 |
| * | Garbage collect unbuildable and unusable non-MPSAFE network device | Robert Watson | 2009-04-16 | 2 | -26/+0 |
| * | Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced | Robert Watson | 2009-03-15 | 1 | -7/+0 |
| * | Hook up new USB modules. | Andrew Thompson | 2009-02-23 | 2 | -10/+10 |
| * | Rejoin ng_tty module to the build. | Alexander Motin | 2008-12-25 | 1 | -0/+1 |
| * | Hook up the ether_echo node and fix the man page | Julian Elischer | 2008-12-25 | 1 | -0/+1 |
| * | Add a trivial node to reflect ethernet frames to whence they came. | Julian Elischer | 2008-12-25 | 1 | -0/+7 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 3 | -3/+3 |
| * | Per email to arch@ a little while ago (that was greeted with silence), | Warner Losh | 2008-09-01 | 2 | -6/+6 |
| * | Disconnect drivers that haven't been ported to MPSAFE TTY yet. | Ed Schouten | 2008-08-03 | 2 | -2/+0 |
| * | Hook up Bluetooth SCO sockets code to the build | Maksim Yevmenkin | 2008-07-30 | 1 | -1/+2 |
| * | Remove netatm from HEAD as it is not MPSAFE and relies on the now removed | Robert Watson | 2008-05-25 | 2 | -13/+0 |
| * | Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy. | Maksim Yevmenkin | 2007-08-13 | 1 | -2/+1 |
| * | Disconnect netatm from the build as it is not MPSAFE and relies on | Robert Watson | 2007-07-14 | 1 | -1/+3 |
| * | Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now. | Maksim Yevmenkin | 2007-07-10 | 1 | -1/+2 |
| * | A node that implements various traffic shaping and rate limiting algorithms. | Alexander Motin | 2007-05-15 | 2 | -0/+7 |
| * | Build bits for ng_deflate(4) and ng_pred1(4). | Gleb Smirnoff | 2006-12-29 | 3 | -0/+14 |
| * | Don't use touch when what is really meant is :> (create an empty file, or | Dag-Erling Smørgrav | 2006-08-14 | 1 | -1/+1 |
| * | A netgraph node that can do different manipulations with | Gleb Smirnoff | 2006-06-27 | 2 | -0/+7 |
| * | Reimplementation of world/kernel build options. For details, see: | Ruslan Ermilov | 2006-03-17 | 1 | -2/+4 |
| * | Style: Remove blank lines before EOF. | Yaroslav Tykhiy | 2006-02-18 | 7 | -7/+0 |
| * | Add BPF Just-In-Time compiler support for ng_bpf(4). | Jung-uk Kim | 2005-12-07 | 1 | -1/+1 |
| * | Let modules use the kernel's opt_*.h files if built along with | Yaroslav Tykhiy | 2005-10-14 | 5 | -0/+10 |
| * | Attach ng_tcpmss to the build. | Gleb Smirnoff | 2005-06-10 | 2 | -0/+7 |
| * | Make NETGRAPH_DEBUG a kernel option, so that it can't be turned off | Gleb Smirnoff | 2005-05-16 | 1 | -0/+2 |
| * | Attach ng_nat and libalias to build. | Gleb Smirnoff | 2005-05-06 | 1 | -0/+1 |
| * | ng_nat - a netgraph(4) node, which does NAT | Gleb Smirnoff | 2005-05-05 | 1 | -0/+6 |
| * | Connect ng_source(4) to the build. | Ruslan Ermilov | 2005-02-12 | 1 | -0/+1 |