aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* 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-356/+276
* 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
* Introduce ng_hci_inquiry_response structure and use it in the hccontrol(8)Maksim Yevmenkin2004-08-101-7/+10
* Implement minimalistic L2TP sessions statistics and correct man pageBjoern A. Zeeb2004-08-032-3/+104
* add a new control message to set sequence numbers on an uninitialized node.Bjoern A. Zeeb2004-08-032-2/+79
* Correct L2TP header offset handling:Bjoern A. Zeeb2004-08-031-2/+2
* Do not change link[n].conf.latency for internal usage but haveBjoern A. Zeeb2004-08-031-3/+5
* Another stupid error from my side. PPPOE_NONSTANDARD was first definedGleb Smirnoff2004-08-011-9/+9
* Fix a stupid error in my previous commit, which broke operationGleb Smirnoff2004-07-311-1/+2
* Address node in a less complex way.Gleb Smirnoff2004-07-291-1/+1
* Avoid casts as lvalues.Alexander Kabaev2004-07-285-10/+14
* When making a peer of unknown type framework tries to load moduleGleb Smirnoff2004-07-273-19/+40
* When node is server serve both standard RFC2516 and non-standard 3ComGleb Smirnoff2004-07-272-44/+119
* Slight cosmetic changes.Julian Elischer2004-07-208-37/+54
* In ng_device_newhook():Gleb Smirnoff2004-07-201-38/+38
* 1. Make ng_device.h system include. This fixes module build.Gleb Smirnoff2004-07-201-10/+8
* Reverse a lock/unlock pair that were the wrong way around in some code thatJulian Elischer2004-07-181-2/+2
* Use qsort_r() instead of qsort() when sorting links by latencyGleb Smirnoff2004-07-161-20/+5
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-1/+1
* Add a note indicating that the eh_prototype field used to constructRobert Watson2004-07-141-0/+4
* Add a mutex ng_tty_mtx to protect the global variable ngt_unit. NoteRobert Watson2004-07-141-0/+10
* Add ng_ppp_latencies_mtx, a global mutex to protect the latency list.Robert Watson2004-07-141-0/+11
* Introduce a new mutex, ng_fec_mtx, to protect the global unit list toRobert Watson2004-07-141-1/+10