summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Fix module from panic.rik2006-01-291-0/+1
* o Introduce D-Link compat mode, that is default to off and can be setglebius2006-01-272-64/+87
* From the RFC2516 it is not clear, what is the correct behavior for aglebius2006-01-261-43/+117
* Simplify ng_source_send() removing temporary queue and merging twoglebius2006-01-231-25/+9
* - Remove debugging printfs.glebius2006-01-211-240/+243
* Fix two accesses to uninitialized variables that a revision 1.27ru2006-01-181-4/+8
* Initialize variable.glebius2006-01-141-1/+1
* Make code simplier fixing memory leak.glebius2006-01-141-5/+2
* Remove dead code.glebius2006-01-141-3/+0
* Correct off-by-one errors.glebius2006-01-141-3/+3
* Fix two memory leakages.glebius2006-01-141-4/+5
* When sending export datagram from interrupt thread, use NG_QUEUEglebius2006-01-121-15/+15
* Provide additional macros for sending netgraph items, which allowglebius2006-01-121-9/+17
* - Print also node ID in ktr(9) messages. [1]glebius2006-01-121-29/+33
* Do not force queueing on peer hooks. This was important only forglebius2006-01-121-14/+0
* Remove old debugging leftover.glebius2006-01-122-11/+1
* Mark appropriate commands with NGM_READONLY and NGM_HASREPLY andglebius2006-01-121-7/+7
* In the splnet(9) times netgraph(4) was synchronous and if a messageglebius2006-01-121-18/+32
* Fix wording in last commit.glebius2006-01-121-1/+1
* Add ktr(9) hooks to easier tracing of the netgraph item flow throughglebius2006-01-111-2/+36
* In ng_netflow_disconnect() check whether we are working with "iface"glebius2005-12-281-2/+6
* Implement an upper limit for packets per second sent by node.glebius2005-12-232-4/+47
* Fix memory leak.ru2005-12-091-0/+1
* Fix build without BPF_JITTER option.jkim2005-12-071-1/+3
* Add BPF Just-In-Time compiler support for ng_bpf(4).jkim2005-12-071-2/+28
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-6/+6
* Use __LP64__ to check for the 64-bit pointer type, and fix -Wundef.ru2005-12-041-4/+2
* - Update the flow sequence before converting count toglebius2005-11-271-5/+2
* Some whitespace and style cleanup.glebius2005-11-152-89/+88
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-112-7/+7
* Make IFP2NG() usable as an lvalue.ru2005-11-092-9/+6
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-092-88/+49
* Simplify setting the link-level address.ru2005-11-081-19/+3
* Use if_setlladdr() to reprogram the link-level addresses; it causesru2005-11-041-21/+4
* Bring some level of stability to this driver:ru2005-11-041-3/+19
* - Fix another fallout from the if_alloc() conversion:ru2005-11-041-6/+6
* Restore part of the code dropped in rev. 1.25 that makes sure ether_demux()ru2005-11-031-0/+9
* Fix several races between socket closure and node/hookglebius2005-11-021-77/+97
* Fix two races which happen when netgraph is restructuring:glebius2005-11-021-8/+47
* Rework the ng_item queueing on nodes:glebius2005-11-022-124/+118
* Normalize a significant number of kernel malloc type names:rwatson2005-10-312-3/+3
* Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-304-6/+6
* Use variable-sized arrays where appropriate.ru2005-10-285-7/+7
* Do not manually allocate/free device's softc structure.emax2005-10-261-14/+2
* - Use swi_remove() to teardown swi handlers rather thanjhb2005-10-261-2/+2
* Catch up with new interrupt handling code.ru2005-10-261-3/+3
* Make the cookie constant name canonical.ru2005-10-251-1/+1
* Use new (inline) functions for calls into driver.phk2005-10-162-4/+2
* In preparation for making the modules actually use opt_*.h filesyar2005-10-141-0/+6
* Further clean up the bridge hooks in if_ethersubr.c and ng_ether.cthompsa2005-10-141-17/+4
OpenPOWER on IntegriCloud