summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Use ng_callout() instead of timeout(9).glebius2004-12-061-37/+14
* Use ng_callout() instead of timeout(9).glebius2004-12-051-7/+7
* - Use uint16_t to pass argument for NGM_NETFLOW_IFINFO, bump cookie.glebius2004-12-052-6/+12
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.glebius2004-12-018-33/+33
* Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as theymlaier2004-11-302-2/+3
* Disable protocol field compression on the inner PPP frame when also doingarchie2004-11-271-1/+1
* Netgraph flow control: change interface status when node receiveglebius2004-11-231-0/+12
* Introduce new failure detection algorithm, called NG_ONE2MANY_FAIL_NOTIFY.glebius2004-11-232-1/+66
* o Use ng_timeout() instead of timeout(9).glebius2004-11-231-11/+33
* Remove unused macro.glebius2004-11-191-3/+0
* Cancel pending timeout before scheduling a new one. This fixesglebius2004-11-191-0/+1
* Correct typo. Return ENXIO instead of EIO.emax2004-11-191-1/+1
* Add myself to copyright.glebius2004-11-101-0/+1
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-082-126/+68
* Partically backout previous commit. Since _callout_stop_safe() clearsglebius2004-11-041-2/+7
* Adapt to the new ng_timeout/ng_untimeout arguments. These now useharti2004-11-042-17/+11
* Fix kernel build (caused by recent ng_{un}timeout API change)emax2004-11-035-23/+23
* - Make ng_timeout() to use callout() interface instead of timeout().glebius2004-11-023-30/+28
* Fix a harmless error in order of ng_timeout() arguments.glebius2004-11-021-2/+2
* Fix broken ng_h4(4). Basically, do not abuse t_sc field and use new t_lscemax2004-11-021-7/+9
* Removed bogus comment.glebius2004-11-011-2/+0
* o style changes:glebius2004-11-011-13/+11
OpenPOWER on IntegriCloud