aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Use kern_kldload() and kern_kldunload() to load and unload modules whenJohn Baldwin2006-06-131-6/+5
* When counting nodes second time, use the same criteria as forGleb Smirnoff2006-06-071-4/+4
* Use NET_CALLOUT_MPSAFE for netgraph callout initializer.Gleb Smirnoff2006-06-062-3/+1
* add missed calls to bpf_peers_presentSam Leffler2006-06-021-1/+1
* Conditionally acquire Giant in netgraph callouts to honor mpsafenet=0.John Baldwin2006-06-021-0/+2
* Replace the array initialization using the gcc-specific formatDiomidis Spinellis2006-06-021-5/+5
* Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications canMaksim Yevmenkin2006-05-173-1/+75
* Remove unneeded check.Gleb Smirnoff2006-05-161-4/+0
* Do not leak kernel memory in case if userland has been compiledGleb Smirnoff2006-05-161-0/+1
* o Replace disappeared URLs to Cisco docs by new ones, style.Maxim Konovalov2006-04-251-8/+14
* o Set to zero engine_type, engine_id and pad (cisco calls itMaxim Konovalov2006-04-251-0/+3
* Correct assertion in ng_detach().Robert Watson2006-04-061-1/+1
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-018-47/+21
* Change protocol switch pru_abort() API so that it returns void ratherRobert Watson2006-04-017-12/+12
* Free private data when deleting hook.Gleb Smirnoff2006-03-151-0/+2
* Clear csum_flags after reading data from socket buffer. Otherwise,Ruslan Ermilov2006-02-211-0/+1
* Remove unused now field.Gleb Smirnoff2006-02-171-1/+0
* Unbreak this.Ruslan Ermilov2006-02-141-3/+1
* Don't count output bytes twice (the byte accouting is doneRuslan Ermilov2006-02-111-7/+4
* - Increase maximum number of interfaces to 2048.Gleb Smirnoff2006-02-091-9/+8
* Two fixes:Ruslan Ermilov2006-02-061-33/+33
* Fix module from panic.Roman Kurakin2006-01-291-0/+1
* o Introduce D-Link compat mode, that is default to off and can be setGleb Smirnoff2006-01-272-64/+87
* From the RFC2516 it is not clear, what is the correct behavior for aGleb Smirnoff2006-01-261-43/+117
* Simplify ng_source_send() removing temporary queue and merging twoGleb Smirnoff2006-01-231-25/+9
* - Remove debugging printfs.Gleb Smirnoff2006-01-211-240/+243
* Fix two accesses to uninitialized variables that a revision 1.27Ruslan Ermilov2006-01-181-4/+8
* Initialize variable.Gleb Smirnoff2006-01-141-1/+1
* Make code simplier fixing memory leak.Gleb Smirnoff2006-01-141-5/+2
* Remove dead code.Gleb Smirnoff2006-01-141-3/+0
* Correct off-by-one errors.Gleb Smirnoff2006-01-141-3/+3
* Fix two memory leakages.Gleb Smirnoff2006-01-141-4/+5
* When sending export datagram from interrupt thread, use NG_QUEUEGleb Smirnoff2006-01-121-15/+15
* Provide additional macros for sending netgraph items, which allowGleb Smirnoff2006-01-121-9/+17
* - Print also node ID in ktr(9) messages. [1]Gleb Smirnoff2006-01-121-29/+33
* Do not force queueing on peer hooks. This was important only forGleb Smirnoff2006-01-121-14/+0
* Remove old debugging leftover.Gleb Smirnoff2006-01-122-11/+1
* Mark appropriate commands with NGM_READONLY and NGM_HASREPLY andGleb Smirnoff2006-01-121-7/+7
* In the splnet(9) times netgraph(4) was synchronous and if a messageGleb Smirnoff2006-01-121-18/+32
* Fix wording in last commit.Gleb Smirnoff2006-01-121-1/+1
* Add ktr(9) hooks to easier tracing of the netgraph item flow throughGleb Smirnoff2006-01-111-2/+36
* In ng_netflow_disconnect() check whether we are working with "iface"Gleb Smirnoff2005-12-281-2/+6
* Implement an upper limit for packets per second sent by node.Gleb Smirnoff2005-12-232-4/+47
* Fix memory leak.Ruslan Ermilov2005-12-091-0/+1
* Fix build without BPF_JITTER option.Jung-uk Kim2005-12-071-1/+3
* Add BPF Just-In-Time compiler support for ng_bpf(4).Jung-uk Kim2005-12-071-2/+28
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-6/+6
* Use __LP64__ to check for the 64-bit pointer type, and fix -Wundef.Ruslan Ermilov2005-12-041-4/+2
* - Update the flow sequence before converting count toGleb Smirnoff2005-11-271-5/+2
* Some whitespace and style cleanup.Gleb Smirnoff2005-11-152-89/+88