| Commit message (Expand) | Author | Age | Files | Lines |
* | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -2/+0 |
* | ng_iface(4): Remove unsupported protocols. | Mark Johnston | 2020-07-31 | 1 | -2/+0 |
* | ng_iface(4): Set the current VNET before calling netisr_dispatch(). | Mark Johnston | 2020-07-31 | 1 | -0/+2 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -1/+1 |
* | Widen NET_EPOCH coverage. | Gleb Smirnoff | 2019-10-07 | 1 | -0/+3 |
* | Allow some nesting of ng_iface(4) interfaces and add a configuration knob. | Gleb Smirnoff | 2019-02-08 | 1 | -1/+10 |
* | Remove the Yarrow PRNG algorithm option in accordance with due notice | Mark Murray | 2018-08-26 | 1 | -1/+1 |
* | Use if_tunnel_check_nesting() for ng_iface(4). | Gleb Smirnoff | 2018-08-03 | 1 | -15/+3 |
* | Use the new VNET_DEFINE_STATIC macro when we are defining static VNET | Andrew Turner | 2018-07-24 | 1 | -1/+1 |
* | Correction after r323873: #include <sys/lock.h> in addition to <sys/rmlock.h> | Eugene Grosbein | 2017-09-28 | 1 | -0/+1 |
* | Unprotected modification of ng_iface(4) private data leads to kernel panic. | Eugene Grosbein | 2017-09-21 | 1 | -4/+33 |
* | Get closer to a VIMAGE network stack teardown from top to bottom rather | Bjoern A. Zeeb | 2016-06-21 | 1 | -1/+1 |
* | sys: use our nitems() macro when param.h is available. | Pedro F. Giffuni | 2016-04-21 | 1 | -1/+1 |
* | * Address review (and add a bit myself). | Mark Murray | 2015-07-12 | 1 | -1/+1 |
* | Huge cleanup of random(4) code. | Mark Murray | 2015-06-30 | 1 | -1/+1 |
* | When the node receives NGM_FLOW_COOKIE update the if_link_state, instead | Gleb Smirnoff | 2015-01-12 | 1 | -2/+2 |
* | Remove the support for NGM_CISCO_GET_IPADDR message from ng_iface(4). The | Gleb Smirnoff | 2015-01-12 | 1 | -53/+0 |
* | This is the much-discussed major upgrade to the random(4) device, known to yo... | Mark Murray | 2014-10-30 | 1 | -2/+1 |
* | Remove ifq_drops from struct ifqueue. Now queue drops are accounted in | Gleb Smirnoff | 2014-09-19 | 1 | -4/+1 |
* | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 1 | -5/+5 |
* | Remove AppleTalk support. | Gleb Smirnoff | 2014-03-14 | 1 | -7/+0 |
* | Remove IPX support. | Gleb Smirnoff | 2014-03-14 | 1 | -8/+1 |
* | Restore the entropy gathering from the m_data pointer value, not the | Adrian Chadd | 2013-11-02 | 1 | -1/+1 |
* | Teach the netgraph code to use a const char * pointer too. | Adrian Chadd | 2013-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 |
* | Debug run. This now works, except that the "live" sources haven't | Mark Murray | 2013-10-06 | 1 | -1/+1 |
* | Snapshot. This passes the build test, but has not yet been finished or debugged. | Mark Murray | 2013-10-04 | 1 | -1/+1 |
* | Snapshot; Do some running repairs on entropy harvesting. More needs to follow. | Mark Murray | 2013-08-26 | 1 | -2/+1 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | Gleb Smirnoff | 2013-04-26 | 1 | -8/+8 |
* | 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/+1 |
* | Tag mbufs of all incoming frames or packets with the interface's FIB | Bjoern A. Zeeb | 2011-07-03 | 1 | -0/+1 |
* | Node constructor methods are supposed to be called in syscall | Gleb Smirnoff | 2011-04-18 | 1 | -3/+1 |
* | Remove spl(9) remnants. | Gleb Smirnoff | 2011-03-19 | 1 | -3/+1 |
* | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -1/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -1/+1 |
* | When calling panic(), always pass a format string. | Rui Paulo | 2010-10-13 | 1 | -1/+1 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev | 2010-05-03 | 1 | -2/+2 |
* | Take a step towards removing if_watchdog/if_timer. Don't explicitly set | John Baldwin | 2009-11-06 | 1 | -1/+0 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
* | Introduce and use a sysinit-based initialization scheme for virtual | Robert Watson | 2009-07-23 | 1 | -30/+9 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -10/+5 |
* | Fix infinite loop in ng_iface, that happens when packet passes out via | Alexander Motin | 2009-07-01 | 1 | -1/+2 |
* | Update Netgraph nodes to use if_addr_rlock()/if_addr_runlock() instead | Robert Watson | 2009-06-26 | 1 | -2/+2 |
* | Introduce a mechanism for detecting calls from outbound path of the | Marko Zec | 2009-06-11 | 1 | -2/+4 |
* | In preparation to make options VIMAGE operational, where needed, | Marko Zec | 2009-04-26 | 1 | -2/+41 |
* | Lock the interface address list while building replies to | Robert Watson | 2009-04-19 | 1 | -0/+2 |
* | Change if_output to take a struct route as its fourth argument in order | Kip Macy | 2009-04-16 | 1 | -2/+3 |
* | Check for infinite recursion possible on some broken PPTP/L2TP/... VPN setups. | Alexander Motin | 2009-01-20 | 1 | -0/+18 |