summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* Since last change moved ';' from macro to code, we need to embraceglebius2004-10-312-4/+4
* Rename debug macro to DBG and indent it properly.glebius2004-10-282-35/+34
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-184-0/+5
* Major overhaul.glebius2004-10-182-360/+280
* Get rid of device nodes interface. It is useless and confusing.emax2004-10-122-532/+1
* Fix packet flow when both ng_ether(4) and bridge(4) are in use:glebius2004-10-121-0/+5
* Return 0, not NULL, from a function declared as returning int.des2004-10-091-1/+1
* Fix an issue with ng_tty which (ab)used the tty->t_sc field which isphk2004-09-171-6/+6
* - Remove advertising clause from copyright [1]glebius2004-09-174-32/+4
* A netgraph node implementing Netflow version 5.glebius2004-09-164-0/+1670
* Remove orphaned comment about Meta data.glebius2004-09-111-1/+0
* Increase PPTP_MAX_TIMEOUT up to 3 seconds. 10 prooved too much for high packetglebius2004-09-061-1/+1
* In FreeBSD 5.x, curthread is always defined, so we don't need to to testrwatson2004-09-021-3/+3
* Acquire Giant arounds calls into the linker from Netgraph sockets.rwatson2004-08-301-0/+2
* Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correctrwatson2004-08-281-0/+2
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-1/+1
* Align netgraph message fields ready for 64-bit (and 128 bit :-) machines.julian2004-08-203-10/+7
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-0/+2
* This is the netgraph node framework for the user side call controlharti2004-08-123-0/+1422
* Introduce ng_hci_inquiry_response structure and use it in the hccontrol(8)emax2004-08-101-7/+10
* Implement minimalistic L2TP sessions statistics and correct man pagebz2004-08-032-3/+104
* add a new control message to set sequence numbers on an uninitialized node.bz2004-08-032-2/+79
* Correct L2TP header offset handling:bz2004-08-031-2/+2
* Do not change link[n].conf.latency for internal usage but havebz2004-08-031-3/+5
* Another stupid error from my side. PPPOE_NONSTANDARD was first definedglebius2004-08-011-9/+9
* Fix a stupid error in my previous commit, which broke operationglebius2004-07-311-1/+2
* Address node in a less complex way.glebius2004-07-291-1/+1
* Avoid casts as lvalues.kan2004-07-285-10/+14
* When making a peer of unknown type framework tries to load moduleglebius2004-07-273-19/+40
* When node is server serve both standard RFC2516 and non-standard 3Comglebius2004-07-272-44/+119
* Slight cosmetic changes.julian2004-07-208-37/+54
* In ng_device_newhook():glebius2004-07-201-38/+38
OpenPOWER on IntegriCloud