summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* bzero() -> M_ZERO.ru2005-02-083-5/+2
* Improve parsing of hook name.glebius2005-02-071-6/+8
* Whitespace.glebius2005-02-061-9/+9
* Remove comment which left after removal of ng_rcvdataq_t.glebius2005-02-061-1/+1
* Increase size of arglen to uint32_t, since uint16_t proved to beglebius2005-02-051-7/+7
* Add a ng_ipfw node, implementing a quick and simple interface betweenglebius2005-02-052-0/+371
* Expire aged flows in normal expiry thread. This fixes the problem, whenglebius2005-02-051-1/+2
* Break long lines in code and comments.glebius2005-02-051-15/+18
* Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD.ru2005-02-055-5/+97
* Do check that version of a message from userland matches ours.glebius2005-02-041-0/+5
* - Fix build with TRACE_MESSAGES definedglebius2005-02-041-2/+2
* Parse "getifname" using the standard parse string type.ru2005-02-034-57/+12
* Fixed an off-by-one error when dealing with interface nameru2005-02-031-9/+6
* Fixed an off-by-one error when dealing with interface nameru2005-02-033-6/+6
* Added ASCII version of the NGM_EIFACE_GET_IFNAME message, "getifname".ru2005-02-032-14/+10
* Removed unused includes.ru2005-02-031-3/+0
* Fix the comment.ru2005-02-021-2/+2
* Whitespace and "const" changes to reduce diffs to RELENG_4.ru2005-02-022-88/+90
* In case of various tunneling protocols, mbuf may pass several interfacesglebius2005-02-011-3/+5
* Rename ng_callout_trapoline to ng_callout_trampoline.glebius2005-01-261-3/+3
* With recent changes to _callout_stop_safe() we can remove a hackglebius2005-01-251-6/+1
* Fix an evil typo.glebius2005-01-241-1/+1
* Use log() instead of printf(), to reduce flood on console.glebius2005-01-202-5/+9
* Ups, misprint, change and => add.rik2005-01-161-1/+1
* Fix comment. Code 0x95 means locking shift to codeset 5 according torik2005-01-161-2/+2
* Fix variable name in comment num=>alen. (Lost part of commit rev 1.2)rik2005-01-161-1/+1
* Raise & drop IFF_RUNNING upon receival of netgraph flow controlglebius2005-01-141-0/+12
* Consider IFF_UP as "administratively up" flag, and IFF_RUNNING asglebius2005-01-141-2/+2
* Locking and cleanup of tty netgraph node. Tty stack is Giant-locked,glebius2005-01-131-176/+182
* Utilize callout_pending() macroglebius2005-01-112-3/+3
* - Use ng_callout() instead of timeout(9).glebius2005-01-111-12/+14
* - Use ng_callout() instead of home-grown implementation.glebius2005-01-112-22/+4
* - Use ng_callout() instead of callout_reset(9).glebius2005-01-111-93/+36
* Make default RFCOMM session MTU match default L2CAP MTU.emax2005-01-111-3/+3
* This change adds reliability for Ethernet trunks built with ng_one2many:glebius2005-01-081-0/+31
* /* -> /*- for license, minor formatting changesimp2005-01-07142-188/+383
* Introduce new startup level SI_SUB_NETGRAPH that is afteremax2005-01-061-1/+1
* Kill a half dead comment. It's first half was killed in rev 1.12.rik2005-01-041-1/+0
* Rename 'class' field to 'uclass' in the ng_hci_inquiry_response structure.emax2005-01-041-1/+1
* Remove a check that never returns true, because in this case we have panicglebius2004-12-301-2/+0
* - Plug a memory leak in ng_netflow_cache_init().glebius2004-12-281-5/+10
* tsleep => msleeprik2004-12-261-2/+2
* Fix creation on "dlciX" hook in ng_sample.rik2004-12-231-2/+3
* Fix counting length of leadin for hook name (sizeof () => strlen ()).rik2004-12-231-1/+1
* Move systm.h up, since it is required by mbuf.h.glebius2004-12-231-1/+1
* - sort includesglebius2004-12-231-5/+4
* Assert queue mutex in ng_dequeue() and ng_queue_rw().glebius2004-12-191-0/+4
* - Use ng_callout() instead of timeout.glebius2004-12-141-13/+7
* Use ng_callout() and ng_uncallout() instead of home-grownglebius2004-12-091-108/+17
* - Use ng_callout() instead of timeout()glebius2004-12-081-30/+23
OpenPOWER on IntegriCloud