summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* o Replace disappeared URLs to Cisco docs by new ones, style.maxim2006-04-251-8/+14
* o Set to zero engine_type, engine_id and pad (cisco calls itmaxim2006-04-251-0/+3
* Correct assertion in ng_detach().rwatson2006-04-061-1/+1
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-018-47/+21
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-017-12/+12
* Free private data when deleting hook.glebius2006-03-151-0/+2
* Clear csum_flags after reading data from socket buffer. Otherwise,ru2006-02-211-0/+1
* Remove unused now field.glebius2006-02-171-1/+0
* Unbreak this.ru2006-02-141-3/+1
* Don't count output bytes twice (the byte accouting is doneru2006-02-111-7/+4
* - Increase maximum number of interfaces to 2048.glebius2006-02-091-9/+8
* Two fixes:ru2006-02-061-33/+33
* 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
OpenPOWER on IntegriCloud