| Commit message (Expand) | Author | Age | Files | Lines |
| * | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -9/+1 |
| * | netgraph/ng_bridge: Reestablish old ABI | Bjoern A. Zeeb | 2020-01-05 | 1 | -0/+66 |
| * | Fix regression from r353026. Pointer was increased instead of value | Gleb Smirnoff | 2019-11-02 | 1 | -1/+1 |
| * | Fix build failure from r353026. Somehow module build allowed this. | Gleb Smirnoff | 2019-10-03 | 1 | -5/+9 |
| * | - Remove the compile time limit for number of links a ng_bridge node | Gleb Smirnoff | 2019-10-03 | 1 | -220/+203 |
| * | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 1 | -1/+1 |
| * | netgraph: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-15 | 1 | -1/+1 |
| * | sys/netgraph: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 1 | -1/+1 |
| * | NG_NODE_NAME(node) is always not NULL. Use correct macro. | Gleb Smirnoff | 2014-11-02 | 1 | -1/+1 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -1/+1 |
| * | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 1 | -1/+2 |
| * | Node constructor methods are supposed to be called in syscall | Gleb Smirnoff | 2011-04-18 | 1 | -8/+2 |
| * | Add an optional "persistent" flag to ng_hub and ng_bridge, which if set, | Marko Zec | 2010-05-05 | 1 | -2/+16 |
| * | add ip_fw_private.h to ng_ipfw.c, forgotten in previous commit; | Luigi Rizzo | 2009-12-15 | 1 | -1/+2 |
| * | Virtualize the pfil hooks so that different jails may chose different | Julian Elischer | 2009-10-11 | 1 | -1/+1 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
| * | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec | 2008-12-10 | 1 | -0/+2 |
| * | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | Dag-Erling Smørgrav | 2008-10-23 | 1 | -4/+7 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -16/+12 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -1/+2 |
| * | In revision 1.29 timeout() was converted to ng_callout(). | Ruslan Ermilov | 2005-02-09 | 1 | -15/+9 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -2/+3 |
| * | - Use ng_callout() instead of timeout. | Gleb Smirnoff | 2004-12-14 | 1 | -13/+7 |
| * | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | Andre Oppermann | 2004-08-17 | 1 | -0/+2 |
| * | Slight cosmetic changes. | Julian Elischer | 2004-07-20 | 1 | -2/+2 |
| * | Having moved metadata usage to mbuf tags, remove code that supports | Julian Elischer | 2004-06-26 | 1 | -13/+2 |
| * | Fix a problem with multiple-delivery (i.e. broadcast) in ng_bridge. | Brian Feldman | 2004-06-22 | 1 | -3/+5 |
| * | Switch to using C99 sparse initialisers for the type methods array. | Julian Elischer | 2004-05-29 | 1 | -12/+9 |
| * | Get rid of the deprecated *LEN constants in favour of the new | Hartmut Brandt | 2004-01-26 | 1 | -1/+1 |
| * | Removed an outdated comment. | Ruslan Ermilov | 2003-12-18 | 1 | -2/+0 |
| * | Made the Ethernet address parse type standard. | Ruslan Ermilov | 2003-12-17 | 1 | -5/+1 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+1 |
| * | fix a cut-n-paste error. | Julian Elischer | 2003-05-15 | 1 | -1/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | Bosko Milekic | 2002-12-19 | 1 | -1/+1 |
| * | Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings. | John Baldwin | 2002-11-08 | 1 | -2/+2 |
| * | Fix GCC warnings caused by initializing a zero length array. In the process, | Archie Cobbs | 2002-05-31 | 1 | -9/+9 |
| * | Typo. | Archie Cobbs | 2001-12-15 | 1 | -1/+1 |
| * | Don't free a structure containing a 'struct callout' structure while that | Archie Cobbs | 2001-12-15 | 1 | -8/+17 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -10/+10 |
| * | Fix some memory leaks | Julian Elischer | 2001-01-10 | 1 | -12/+18 |
| * | Part 2 of the netgraph rewrite. | Julian Elischer | 2001-01-08 | 1 | -23/+24 |
| * | Rewrite of netgraph to start getting ready for SMP. | Julian Elischer | 2001-01-06 | 1 | -50/+95 |
| * | Divorce the kernel binary ABI version number from the message | Julian Elischer | 2000-12-18 | 1 | -1/+1 |
| * | Reviewed by: Archie@freebsd.org | Julian Elischer | 2000-12-12 | 1 | -2/+1 |
| * | Fix another callout_init() that I missed. | Jonathan Lemon | 2000-11-26 | 1 | -1/+1 |
| * | Add the use of M_ZERO to netgraph. | David Malone | 2000-11-18 | 1 | -8/+4 |
| * | Fix typo in NETGRAPH_INIT() macro. | Archie Cobbs | 2000-10-09 | 1 | -1/+1 |