| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | When making a peer of unknown type framework tries to load module | Gleb Smirnoff | 2004-07-27 | 3 | -19/+40 |
| * | When node is server serve both standard RFC2516 and non-standard 3Com | Gleb Smirnoff | 2004-07-27 | 2 | -44/+119 |
| * | Slight cosmetic changes. | Julian Elischer | 2004-07-20 | 8 | -37/+54 |
| * | In ng_device_newhook(): | Gleb Smirnoff | 2004-07-20 | 1 | -38/+38 |
| * | 1. Make ng_device.h system include. This fixes module build. | Gleb Smirnoff | 2004-07-20 | 1 | -10/+8 |
| * | Reverse a lock/unlock pair that were the wrong way around in some code that | Julian Elischer | 2004-07-18 | 1 | -2/+2 |
| * | Use qsort_r() instead of qsort() when sorting links by latency | Gleb Smirnoff | 2004-07-16 | 1 | -20/+5 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -1/+1 |
| * | Add a note indicating that the eh_prototype field used to construct | Robert Watson | 2004-07-14 | 1 | -0/+4 |
| * | Add a mutex ng_tty_mtx to protect the global variable ngt_unit. Note | Robert Watson | 2004-07-14 | 1 | -0/+10 |
| * | Add ng_ppp_latencies_mtx, a global mutex to protect the latency list. | Robert Watson | 2004-07-14 | 1 | -0/+11 |
| * | Introduce a new mutex, ng_fec_mtx, to protect the global unit list to | Robert Watson | 2004-07-14 | 1 | -1/+10 |