| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Use ng_callout() instead of timeout(9). | Gleb Smirnoff | 2004-12-06 | 1 | -37/+14 |
| * | Use ng_callout() instead of timeout(9). | Gleb Smirnoff | 2004-12-05 | 1 | -7/+7 |
| * | - Use uint16_t to pass argument for NGM_NETFLOW_IFINFO, bump cookie. | Gleb Smirnoff | 2004-12-05 | 2 | -6/+12 |
| * | Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g. | Gleb Smirnoff | 2004-12-01 | 8 | -33/+33 |
| * | Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as they | Max Laier | 2004-11-30 | 2 | -2/+3 |
| * | Disable protocol field compression on the inner PPP frame when also doing | Archie Cobbs | 2004-11-27 | 1 | -1/+1 |
| * | Netgraph flow control: change interface status when node receive | Gleb Smirnoff | 2004-11-23 | 1 | -0/+12 |
| * | Introduce new failure detection algorithm, called NG_ONE2MANY_FAIL_NOTIFY. | Gleb Smirnoff | 2004-11-23 | 2 | -1/+66 |
| * | o Use ng_timeout() instead of timeout(9). | Gleb Smirnoff | 2004-11-23 | 1 | -11/+33 |
| * | Remove unused macro. | Gleb Smirnoff | 2004-11-19 | 1 | -3/+0 |
| * | Cancel pending timeout before scheduling a new one. This fixes | Gleb Smirnoff | 2004-11-19 | 1 | -0/+1 |
| * | Correct typo. Return ENXIO instead of EIO. | Maksim Yevmenkin | 2004-11-19 | 1 | -1/+1 |
| * | Add myself to copyright. | Gleb Smirnoff | 2004-11-10 | 1 | -0/+1 |
| * | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 2 | -126/+68 |
| * | Partically backout previous commit. Since _callout_stop_safe() clears | Gleb Smirnoff | 2004-11-04 | 1 | -2/+7 |
| * | Adapt to the new ng_timeout/ng_untimeout arguments. These now use | Hartmut Brandt | 2004-11-04 | 2 | -17/+11 |
| * | Fix kernel build (caused by recent ng_{un}timeout API change) | Maksim Yevmenkin | 2004-11-03 | 5 | -23/+23 |
| * | - Make ng_timeout() to use callout() interface instead of timeout(). | Gleb Smirnoff | 2004-11-02 | 3 | -30/+28 |
| * | Fix a harmless error in order of ng_timeout() arguments. | Gleb Smirnoff | 2004-11-02 | 1 | -2/+2 |
| * | Fix broken ng_h4(4). Basically, do not abuse t_sc field and use new t_lsc | Maksim Yevmenkin | 2004-11-02 | 1 | -7/+9 |
| * | Removed bogus comment. | Gleb Smirnoff | 2004-11-01 | 1 | -2/+0 |
| * | o style changes: | Gleb Smirnoff | 2004-11-01 | 1 | -13/+11 |
| * | Since last change moved ';' from macro to code, we need to embrace | Gleb Smirnoff | 2004-10-31 | 2 | -4/+4 |
| * | Rename debug macro to DBG and indent it properly. | Gleb Smirnoff | 2004-10-28 | 2 | -35/+34 |
| * | Push acquisition of the accept mutex out of sofree() into the caller | Robert Watson | 2004-10-18 | 4 | -0/+5 |
| * | Major overhaul. | Gleb Smirnoff | 2004-10-18 | 2 | -356/+276 |
| * | Get rid of device nodes interface. It is useless and confusing. | Maksim Yevmenkin | 2004-10-12 | 2 | -532/+1 |
| * | Fix packet flow when both ng_ether(4) and bridge(4) are in use: | Gleb Smirnoff | 2004-10-12 | 1 | -0/+5 |
| * | Return 0, not NULL, from a function declared as returning int. | Dag-Erling Smørgrav | 2004-10-09 | 1 | -1/+1 |
| * | Fix an issue with ng_tty which (ab)used the tty->t_sc field which is | Poul-Henning Kamp | 2004-09-17 | 1 | -6/+6 |
| * | - Remove advertising clause from copyright [1] | Gleb Smirnoff | 2004-09-17 | 4 | -32/+4 |
| * | A netgraph node implementing Netflow version 5. | Gleb Smirnoff | 2004-09-16 | 4 | -0/+1670 |
| * | Remove orphaned comment about Meta data. | Gleb Smirnoff | 2004-09-11 | 1 | -1/+0 |
| * | Increase PPTP_MAX_TIMEOUT up to 3 seconds. 10 prooved too much for high packet | Gleb Smirnoff | 2004-09-06 | 1 | -1/+1 |
| * | In FreeBSD 5.x, curthread is always defined, so we don't need to to test | Robert Watson | 2004-09-02 | 1 | -3/+3 |
| * | Acquire Giant arounds calls into the linker from Netgraph sockets. | Robert Watson | 2004-08-30 | 1 | -0/+2 |
| * | Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correct | Robert Watson | 2004-08-28 | 1 | -0/+2 |
| * | Apply error and success logic consistently to the function netisr_queue() and | Andre Oppermann | 2004-08-27 | 1 | -1/+1 |
| * | Align netgraph message fields ready for 64-bit (and 128 bit :-) machines. | Julian Elischer | 2004-08-20 | 3 | -10/+7 |
| * | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | Andre Oppermann | 2004-08-17 | 1 | -0/+2 |
| * | This is the netgraph node framework for the user side call control | Hartmut Brandt | 2004-08-12 | 3 | -0/+1422 |
| * | Introduce ng_hci_inquiry_response structure and use it in the hccontrol(8) | Maksim Yevmenkin | 2004-08-10 | 1 | -7/+10 |
| * | Implement minimalistic L2TP sessions statistics and correct man page | Bjoern A. Zeeb | 2004-08-03 | 2 | -3/+104 |
| * | add a new control message to set sequence numbers on an uninitialized node. | Bjoern A. Zeeb | 2004-08-03 | 2 | -2/+79 |
| * | Correct L2TP header offset handling: | Bjoern A. Zeeb | 2004-08-03 | 1 | -2/+2 |
| * | Do not change link[n].conf.latency for internal usage but have | Bjoern A. Zeeb | 2004-08-03 | 1 | -3/+5 |
| * | Another stupid error from my side. PPPOE_NONSTANDARD was first defined | Gleb Smirnoff | 2004-08-01 | 1 | -9/+9 |
| * | Fix a stupid error in my previous commit, which broke operation | Gleb Smirnoff | 2004-07-31 | 1 | -1/+2 |
| * | Address node in a less complex way. | Gleb Smirnoff | 2004-07-29 | 1 | -1/+1 |
| * | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 5 | -10/+14 |