| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix an issue with ng_tty which (ab)used the tty->t_sc field which is | phk | 2004-09-17 | 1 | -6/+6 |
* | - Remove advertising clause from copyright [1] | glebius | 2004-09-17 | 4 | -32/+4 |
* | A netgraph node implementing Netflow version 5. | glebius | 2004-09-16 | 4 | -0/+1670 |
* | Remove orphaned comment about Meta data. | glebius | 2004-09-11 | 1 | -1/+0 |
* | Increase PPTP_MAX_TIMEOUT up to 3 seconds. 10 prooved too much for high packet | glebius | 2004-09-06 | 1 | -1/+1 |
* | In FreeBSD 5.x, curthread is always defined, so we don't need to to test | rwatson | 2004-09-02 | 1 | -3/+3 |
* | Acquire Giant arounds calls into the linker from Netgraph sockets. | rwatson | 2004-08-30 | 1 | -0/+2 |
* | Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correct | rwatson | 2004-08-28 | 1 | -0/+2 |
* | Apply error and success logic consistently to the function netisr_queue() and | andre | 2004-08-27 | 1 | -1/+1 |
* | Align netgraph message fields ready for 64-bit (and 128 bit :-) machines. | julian | 2004-08-20 | 3 | -10/+7 |
* | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | andre | 2004-08-17 | 1 | -0/+2 |
* | This is the netgraph node framework for the user side call control | harti | 2004-08-12 | 3 | -0/+1422 |
* | Introduce ng_hci_inquiry_response structure and use it in the hccontrol(8) | emax | 2004-08-10 | 1 | -7/+10 |
* | Implement minimalistic L2TP sessions statistics and correct man page | bz | 2004-08-03 | 2 | -3/+104 |
* | add a new control message to set sequence numbers on an uninitialized node. | bz | 2004-08-03 | 2 | -2/+79 |
* | Correct L2TP header offset handling: | bz | 2004-08-03 | 1 | -2/+2 |
* | Do not change link[n].conf.latency for internal usage but have | bz | 2004-08-03 | 1 | -3/+5 |
* | Another stupid error from my side. PPPOE_NONSTANDARD was first defined | glebius | 2004-08-01 | 1 | -9/+9 |
* | Fix a stupid error in my previous commit, which broke operation | glebius | 2004-07-31 | 1 | -1/+2 |
* | Address node in a less complex way. | glebius | 2004-07-29 | 1 | -1/+1 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 5 | -10/+14 |
* | When making a peer of unknown type framework tries to load module | glebius | 2004-07-27 | 3 | -19/+40 |
* | When node is server serve both standard RFC2516 and non-standard 3Com | glebius | 2004-07-27 | 2 | -44/+119 |
* | Slight cosmetic changes. | julian | 2004-07-20 | 8 | -37/+54 |
* | In ng_device_newhook(): | glebius | 2004-07-20 | 1 | -38/+38 |
* | 1. Make ng_device.h system include. This fixes module build. | glebius | 2004-07-20 | 1 | -10/+8 |
* | Reverse a lock/unlock pair that were the wrong way around in some code that | julian | 2004-07-18 | 1 | -2/+2 |
* | Use qsort_r() instead of qsort() when sorting links by latency | glebius | 2004-07-16 | 1 | -20/+5 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -1/+1 |
* | Add a note indicating that the eh_prototype field used to construct | rwatson | 2004-07-14 | 1 | -0/+4 |
* | Add a mutex ng_tty_mtx to protect the global variable ngt_unit. Note | rwatson | 2004-07-14 | 1 | -0/+10 |
* | Add ng_ppp_latencies_mtx, a global mutex to protect the latency list. | rwatson | 2004-07-14 | 1 | -0/+11 |
* | Introduce a new mutex, ng_fec_mtx, to protect the global unit list to | rwatson | 2004-07-14 | 1 | -1/+10 |
* | Introduce a new mutex, ng_eiface_mtx, to protect the global unit list | rwatson | 2004-07-14 | 1 | -1/+11 |
* | Introduce a new mutex, ng_iface_mtx, to protect the global unit list | rwatson | 2004-07-14 | 1 | -1/+12 |
* | Introduce a global mtx 'ngsocketlist_mtx' to protect the global | rwatson | 2004-07-12 | 1 | -0/+8 |
* | Mark 'makeup' in ng_frame_relay as const, as its values are immutable. | rwatson | 2004-07-12 | 1 | -1/+1 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 2 | -5/+6 |
* | Consistently use __inline instead of __inline__ as the former is an empty macro | stefanf | 2004-07-04 | 6 | -17/+17 |
* | Remove the home-grown metadata facility in favour of the now generic | julian | 2004-06-30 | 2 | -120/+31 |
* | Remove 3rd clause from the licence. | marks | 2004-06-29 | 2 | -4/+0 |
* | MFp4: Last references to dev/usb/usbdevs.h converted. | imp | 2004-06-27 | 2 | -2/+4 |
* | Having moved metadata usage to mbuf tags, remove code that supports | julian | 2004-06-26 | 12 | -142/+55 |
* | Catch up with usbd_get_string_desc() change. | le | 2004-06-26 | 1 | -1/+1 |
* | Fix line discipline switching issues: If opening a new ldisc fails, | phk | 2004-06-26 | 2 | -19/+3 |
* | Not quite sure how that one got past me.. | julian | 2004-06-26 | 1 | -1/+1 |
* | Add '#include <sys/mbuf.h>' to fix the kernel build. | emax | 2004-06-25 | 1 | -0/+1 |
* | oops from Gleb.. | julian | 2004-06-25 | 1 | -0/+3 |
* | Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer. | julian | 2004-06-25 | 6 | -13/+11 |
* | Convert Netgraph to use mbuf tags to pass its meta information around. | julian | 2004-06-25 | 6 | -55/+54 |