aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* tsleep => msleepRoman Kurakin2004-12-261-2/+2
* Fix creation on "dlciX" hook in ng_sample.Roman Kurakin2004-12-231-2/+3
* Fix counting length of leadin for hook name (sizeof () => strlen ()).Roman Kurakin2004-12-231-1/+1
* Move systm.h up, since it is required by mbuf.h.Gleb Smirnoff2004-12-231-1/+1
* - sort includesGleb Smirnoff2004-12-231-5/+4
* Assert queue mutex in ng_dequeue() and ng_queue_rw().Gleb Smirnoff2004-12-191-0/+4
* - Use ng_callout() instead of timeout.Gleb Smirnoff2004-12-141-13/+7
* Use ng_callout() and ng_uncallout() instead of home-grownGleb Smirnoff2004-12-091-108/+17
* - Use ng_callout() instead of timeout()Gleb Smirnoff2004-12-081-30/+23
* - Use ng_callout() instead of timeout(9).Gleb Smirnoff2004-12-061-37/+14
* Use ng_callout() instead of timeout(9).Gleb Smirnoff2004-12-051-7/+7
* - Use uint16_t to pass argument for NGM_NETFLOW_IFINFO, bump cookie.Gleb Smirnoff2004-12-052-6/+12
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.Gleb Smirnoff2004-12-018-33/+33
* Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as theyMax Laier2004-11-302-2/+3
* Disable protocol field compression on the inner PPP frame when also doingArchie Cobbs2004-11-271-1/+1
* Netgraph flow control: change interface status when node receiveGleb Smirnoff2004-11-231-0/+12
* Introduce new failure detection algorithm, called NG_ONE2MANY_FAIL_NOTIFY.Gleb Smirnoff2004-11-232-1/+66
* o Use ng_timeout() instead of timeout(9).Gleb Smirnoff2004-11-231-11/+33
* Remove unused macro.Gleb Smirnoff2004-11-191-3/+0
* Cancel pending timeout before scheduling a new one. This fixesGleb Smirnoff2004-11-191-0/+1
* Correct typo. Return ENXIO instead of EIO.Maksim Yevmenkin2004-11-191-1/+1
* Add myself to copyright.Gleb Smirnoff2004-11-101-0/+1
* Initialize struct pr_userreqs in new/sparse style and fill in commonPoul-Henning Kamp2004-11-082-126/+68
* Partically backout previous commit. Since _callout_stop_safe() clearsGleb Smirnoff2004-11-041-2/+7
* Adapt to the new ng_timeout/ng_untimeout arguments. These now useHartmut Brandt2004-11-042-17/+11
* Fix kernel build (caused by recent ng_{un}timeout API change)Maksim Yevmenkin2004-11-035-23/+23
* - Make ng_timeout() to use callout() interface instead of timeout().Gleb Smirnoff2004-11-023-30/+28
* Fix a harmless error in order of ng_timeout() arguments.Gleb Smirnoff2004-11-021-2/+2
* Fix broken ng_h4(4). Basically, do not abuse t_sc field and use new t_lscMaksim Yevmenkin2004-11-021-7/+9
* Removed bogus comment.Gleb Smirnoff2004-11-011-2/+0
* o style changes:Gleb Smirnoff2004-11-011-13/+11
* Since last change moved ';' from macro to code, we need to embraceGleb Smirnoff2004-10-312-4/+4
* Rename debug macro to DBG and indent it properly.Gleb Smirnoff2004-10-282-35/+34
* Push acquisition of the accept mutex out of sofree() into the callerRobert Watson2004-10-184-0/+5
* Major overhaul.Gleb Smirnoff2004-10-182-360/+280
* Get rid of device nodes interface. It is useless and confusing.Maksim Yevmenkin2004-10-122-532/+1
* Fix packet flow when both ng_ether(4) and bridge(4) are in use:Gleb Smirnoff2004-10-121-0/+5
* Return 0, not NULL, from a function declared as returning int.Dag-Erling Smørgrav2004-10-091-1/+1
* Fix an issue with ng_tty which (ab)used the tty->t_sc field which isPoul-Henning Kamp2004-09-171-6/+6
* - Remove advertising clause from copyright [1]Gleb Smirnoff2004-09-174-32/+4
* A netgraph node implementing Netflow version 5.Gleb Smirnoff2004-09-164-0/+1670
* Remove orphaned comment about Meta data.Gleb Smirnoff2004-09-111-1/+0
* Increase PPTP_MAX_TIMEOUT up to 3 seconds. 10 prooved too much for high packetGleb Smirnoff2004-09-061-1/+1
* In FreeBSD 5.x, curthread is always defined, so we don't need to to testRobert Watson2004-09-021-3/+3
* Acquire Giant arounds calls into the linker from Netgraph sockets.Robert Watson2004-08-301-0/+2
* Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correctRobert Watson2004-08-281-0/+2
* Apply error and success logic consistently to the function netisr_queue() andAndre Oppermann2004-08-271-1/+1
* Align netgraph message fields ready for 64-bit (and 128 bit :-) machines.Julian Elischer2004-08-203-10/+7
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandAndre Oppermann2004-08-171-0/+2
* This is the netgraph node framework for the user side call controlHartmut Brandt2004-08-123-0/+1422