summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* - Unwind NG_SEND_MSG_PATH() macro and merge it with already unwindedglebius2005-05-171-28/+26
* Use NG_QUEUE instead of constant.glebius2005-05-161-1/+1
* Refactor places where ng_package_data() failed.glebius2005-05-161-13/+13
* - Fix build with TRACE_MESSAGES on.glebius2005-05-161-41/+42
* Close race between node being shutdown and socket being detached. Toglebius2005-05-161-7/+27
* Catch up with new ng_package_data().glebius2005-05-161-1/+1
* Catch up with new ng_package_data(). Use NG_WAITOK on userlandglebius2005-05-161-1/+1
* - Catch up with new interface to ng_package_data().glebius2005-05-161-5/+8
* Catch up with new ng_send_fn1() interface.glebius2005-05-161-1/+4
* - Extend interface of ng_getqblk(), so that malloc wait flags areglebius2005-05-162-36/+34
* Make NETGRAPH_DEBUG a kernel option, so that it can't be turned offglebius2005-05-161-1/+3
* Move queue element routines upper, so that all relatedglebius2005-05-141-85/+85
* Use uma(9) for allocating netgraph items:glebius2005-05-142-109/+48
* When used as divert socket we need to decouple stack when node is enteredglebius2005-05-131-1/+3
* Since there is no way to queue a function call to node, createglebius2005-05-132-3/+18
* - Gather statistics about failed mbuf+cluster+ng_item allocations.glebius2005-05-122-11/+12
* A new version of NetFlow node.glebius2005-05-114-302/+340
* Move assertion below initializer.glebius2005-05-111-3/+3
* Mark AVM USB Bluetooth-Adapter BlueFritz! as "broken". This device is notemax2005-05-101-1/+1
* - Assert that mbuf length equals packet length.glebius2005-05-101-5/+10
* ng_nat - a netgraph(4) node, which does NATglebius2005-05-052-0/+351
* Change m_uiotombuf so it will accept offset at which data should be copiedemax2005-05-041-1/+1
* - Initialize interface as UP when hook is connected.glebius2005-04-201-2/+5
* When netgraph flow control message comes from downstream, broadcastglebius2005-04-201-0/+28
* Remove extra ifnet pointer from private data. It can be accessed via arpcom.glebius2005-04-201-6/+5
* Add macro NG_COPYMESSAGE(), which allocates memory and creates aglebius2005-04-201-1/+22
* Fix panics with misconfigured routing:glebius2005-04-181-6/+8
* - Return error, if there was one.glebius2005-04-151-2/+2
* NG_MKRESPONSE() macro includes sizeof struct ng_mesg when doing allocation.glebius2005-04-131-2/+1
* Remove goto.glebius2005-04-111-20/+16
* Change the embedded module name from "bluetooth" to "ng_bluetooth" to matchpeter2005-04-081-1/+1
* Correct typo that could cause FIFO overflow.emax2005-04-061-1/+1
* Remove PR_ATOMIC flag in ng_btsocket_protosw[] for BLUETOOTH_PROTO_RFCOMMemax2005-04-061-1/+1
* In ng_btsocket_rfcomm_receive_frame() correctly set length variable whenemax2005-04-061-1/+1
* Major overhaul and cleanup of ng_source node.glebius2005-04-052-164/+134
* Don't init ifp->if_addrhead, if_attach() does it for us.brooks2005-04-031-1/+0
* Add a possibility to bypass unmodified accounted data to specialglebius2005-03-222-5/+50
* Refactor node so that it does not modify mbuf contents. Next step wouldglebius2005-03-211-19/+68
* Refactor node so that it does not modify mbuf contents. Next step wouldglebius2005-03-213-100/+67
* Plug item leak, which occured when m_pullup() failed.glebius2005-03-211-4/+3
* - Don't lose TCP flags of the first packet in a flow.glebius2005-03-201-4/+4
* Remove ng_connect_t where it is unused. Probably it remained from ng_source.c.glebius2005-03-143-39/+0
* Use subr_unit allocator instead of own functions.glebius2005-03-141-94/+5
* Use subr_unit allocator instead of own functions.glebius2005-03-141-92/+5
* o Use subr_unit allocator. This simplifies code much:glebius2005-03-141-95/+33
* Fix getting stats from many links with index > 0.glebius2005-03-111-1/+1
* Make some basic grammar and style fixes to ng_source.c and ng_source.h.bmilekic2005-03-102-25/+14
* Plug item leak in macro NG_RESPOND_MSG. Item was leaked when destinationglebius2005-03-101-0/+1
* Plug item leak in case when NGI_FN is applied to invalid node.glebius2005-03-101-0/+1
* Cisco uses milliseconds for uptime. This is stupid. Nobody cares of suchglebius2005-03-031-4/+16
OpenPOWER on IntegriCloud