| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
| * | Adjust ng_{name,ID}_rehash() definitions to avoid clang 15 warnings | Dimitry Andric | 2022-07-29 | 1 | -2/+2 |
| * | netgraph(3): Remove a double word in a source code comment | Gordon Bergling | 2022-04-14 | 1 | -1/+1 |
| * | netgraph: Remove CTLFLAG_NEEDGIANT from sysctl. | Alexander Motin | 2022-01-10 | 1 | -1/+1 |
| * | Implement GET_STACK_USAGE on remaining archs | Mitchell Horne | 2021-12-07 | 1 | -2/+1 |
| * | Fix a few typos in source code comments | Gordon Bergling | 2021-08-19 | 1 | -1/+1 |
| * | netgraph/ng_base: Renaming a node to the same name is a noop | Lutz Donnerhacke | 2021-06-10 | 1 | -0/+4 |
| * | netgraph/ng_base: Allow larger BINARY2ASCII conversions | Lutz Donnerhacke | 2021-05-09 | 1 | -5/+9 |
| * | netgraph/ng_bridge: Make simple internal functions read-only | Lutz Donnerhacke | 2021-02-22 | 1 | -1/+1 |
| * | netgraph: Fix ng_ether's shutdown handing | Mark Johnston | 2020-12-23 | 1 | -3/+1 |
| * | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -3/+2 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -3/+6 |
| * | netgraph(4) callouts need to be executed in the network epoch. | Gleb Smirnoff | 2020-02-05 | 1 | -0/+3 |
| * | Netgraph queue processing thread must process all its items | Gleb Smirnoff | 2020-01-15 | 1 | -0/+4 |
| * | Remove the deprecated timeout(9) interface. | John Baldwin | 2019-12-13 | 1 | -1/+1 |
| * | Remove extra M_ZERO from NG_MKRESPONSE() argument. | Alexander Motin | 2018-08-20 | 1 | -1/+1 |
| * | Use the new VNET_DEFINE_STATIC macro when we are defining static VNET | Andrew Turner | 2018-07-24 | 1 | -7/+7 |
| * | Fix return value from ng_uncallout(). | Hans Petter Selasky | 2016-12-02 | 1 | -1/+5 |
| * | Fix improper use of "its". | Bryan Drewery | 2016-11-08 | 1 | -3/+3 |
| * | Avoid panic from ng_uncallout when unpluggin ethernet cable with active | Sean Bruno | 2016-08-08 | 1 | -1/+1 |
| * | sys/netgraph: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 1 | -2/+2 |
| * | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 1 | -1/+1 |
| * | These files were getting sys/malloc.h and vm/uma.h with header pollution | Gleb Smirnoff | 2016-02-01 | 1 | -0/+1 |
| * | Revise default limit for maximum of netgraph data items. | Gleb Smirnoff | 2015-02-12 | 1 | -1/+1 |
| * | Fix multiple incorrect SYSCTL arguments in the kernel: | Hans Petter Selasky | 2014-10-21 | 1 | -2/+2 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -3/+0 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -0/+3 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -3/+0 |
| * | Fix the parse type for NGM_LISTTYPES. | Gleb Smirnoff | 2013-12-29 | 1 | -2/+2 |
| * | Improve locking model used to protect netgraph topology: | Alexander V. Chernikov | 2013-10-15 | 1 | -22/+26 |
| * | PR: 168520 170096 | Craig Rodrigues | 2013-07-15 | 1 | -0/+3 |
| * | - Correct mispellings of the word necessary | Gabor Kovesdan | 2013-04-17 | 1 | -1/+1 |
| * | Ensure that all cases that enqueue a netgraph item for delivery by a | Ryan Stone | 2012-09-27 | 1 | -1/+1 |
| * | Revert r231829, that was my braino. | Gleb Smirnoff | 2012-02-22 | 1 | -2/+2 |
| * | Refactor the name hash and the ID hash, that are used to address nodes: | Gleb Smirnoff | 2012-02-16 | 1 | -66/+177 |
| * | Specify correct loading order for core of netgraph(4). | Gleb Smirnoff | 2012-02-16 | 1 | -2/+2 |
| * | Supply correct "how" argument to the uma_zcreate(). | Gleb Smirnoff | 2012-02-16 | 1 | -2/+2 |
| * | Fix includes list. | Gleb Smirnoff | 2012-02-15 | 1 | -2/+1 |
| * | Trim double empty lines. | Gleb Smirnoff | 2012-02-15 | 1 | -8/+0 |
| * | Remove testing stuff, reducing kernel memory footprint by 1 Kb. | Gleb Smirnoff | 2012-02-15 | 1 | -29/+0 |
| * | In ng_bypass() add more protection against potential race | Gleb Smirnoff | 2012-02-15 | 1 | -0/+4 |
| * | style(9): sort includes. | Gleb Smirnoff | 2012-02-15 | 1 | -6/+6 |
| * | Convert locks that protect name hash, ID hash and typelist from | Gleb Smirnoff | 2012-01-23 | 1 | -60/+61 |
| * | style(9), whitespace and spelling nits. | Gleb Smirnoff | 2011-12-30 | 1 | -104/+78 |
| * | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 1 | -3/+6 |
| * | Constify "address" argument of ng_address_path(). | Max Khon | 2011-11-06 | 1 | -1/+1 |
| * | - If KDB & NETGRAPH_DEBUG are on, print traces on discovered failed | Gleb Smirnoff | 2011-10-27 | 1 | -0/+6 |
| * | - Use refcount(9) API to manage node and hook refcounting. | Gleb Smirnoff | 2011-07-04 | 1 | -15/+6 |
| * | Fix error where error variable was assigned result of comparison, | Gleb Smirnoff | 2011-04-17 | 1 | -1/+1 |
| * | Improve locking of creating and dropping links in the graph, acquiring | Gleb Smirnoff | 2011-03-21 | 1 | -51/+46 |