| Commit message (Expand) | Author | Age | Files | Lines |
* | - Initialize interface as UP when hook is connected. | glebius | 2005-04-20 | 1 | -2/+5 |
* | When netgraph flow control message comes from downstream, broadcast | glebius | 2005-04-20 | 1 | -0/+28 |
* | Remove extra ifnet pointer from private data. It can be accessed via arpcom. | glebius | 2005-04-20 | 1 | -6/+5 |
* | Add macro NG_COPYMESSAGE(), which allocates memory and creates a | glebius | 2005-04-20 | 1 | -1/+22 |
* | Fix panics with misconfigured routing: | glebius | 2005-04-18 | 1 | -6/+8 |
* | - Return error, if there was one. | glebius | 2005-04-15 | 1 | -2/+2 |
* | NG_MKRESPONSE() macro includes sizeof struct ng_mesg when doing allocation. | glebius | 2005-04-13 | 1 | -2/+1 |
* | Remove goto. | glebius | 2005-04-11 | 1 | -20/+16 |
* | Change the embedded module name from "bluetooth" to "ng_bluetooth" to match | peter | 2005-04-08 | 1 | -1/+1 |
* | Correct typo that could cause FIFO overflow. | emax | 2005-04-06 | 1 | -1/+1 |
* | Remove PR_ATOMIC flag in ng_btsocket_protosw[] for BLUETOOTH_PROTO_RFCOMM | emax | 2005-04-06 | 1 | -1/+1 |
* | In ng_btsocket_rfcomm_receive_frame() correctly set length variable when | emax | 2005-04-06 | 1 | -1/+1 |
* | Major overhaul and cleanup of ng_source node. | glebius | 2005-04-05 | 2 | -164/+134 |
* | Don't init ifp->if_addrhead, if_attach() does it for us. | brooks | 2005-04-03 | 1 | -1/+0 |
* | Add a possibility to bypass unmodified accounted data to special | glebius | 2005-03-22 | 2 | -5/+50 |
* | Refactor node so that it does not modify mbuf contents. Next step would | glebius | 2005-03-21 | 1 | -19/+68 |
* | Refactor node so that it does not modify mbuf contents. Next step would | glebius | 2005-03-21 | 3 | -100/+67 |
* | Plug item leak, which occured when m_pullup() failed. | glebius | 2005-03-21 | 1 | -4/+3 |
* | - Don't lose TCP flags of the first packet in a flow. | glebius | 2005-03-20 | 1 | -4/+4 |
* | Remove ng_connect_t where it is unused. Probably it remained from ng_source.c. | glebius | 2005-03-14 | 3 | -39/+0 |
* | Use subr_unit allocator instead of own functions. | glebius | 2005-03-14 | 1 | -94/+5 |
* | Use subr_unit allocator instead of own functions. | glebius | 2005-03-14 | 1 | -92/+5 |
* | o Use subr_unit allocator. This simplifies code much: | glebius | 2005-03-14 | 1 | -95/+33 |
* | Fix getting stats from many links with index > 0. | glebius | 2005-03-11 | 1 | -1/+1 |
* | Make some basic grammar and style fixes to ng_source.c and ng_source.h. | bmilekic | 2005-03-10 | 2 | -25/+14 |
* | Plug item leak in macro NG_RESPOND_MSG. Item was leaked when destination | glebius | 2005-03-10 | 1 | -0/+1 |
* | Plug item leak in case when NGI_FN is applied to invalid node. | glebius | 2005-03-10 | 1 | -0/+1 |
* | Cisco uses milliseconds for uptime. This is stupid. Nobody cares of such | glebius | 2005-03-03 | 1 | -4/+16 |
* | Pull up to ETHER_HDR_LEN before passing an mbuf to ether_input(). | ru | 2005-03-01 | 1 | -0/+6 |
* | Replace NG_PARSE_APPEND() macro with ng_parse_append() function. Check | glebius | 2005-03-01 | 1 | -27/+70 |
* | move ptr use down to after null check | sam | 2005-02-26 | 1 | -3/+3 |
* | In the current world order, solisten() implements the state transition of | rwatson | 2005-02-21 | 2 | -25/+46 |
* | Reimplement recursion protection, checking whether current thread holds | glebius | 2005-02-19 | 1 | -0/+6 |
* | Remove a recursion protection, which we inherited from splnet() netgraph times. | glebius | 2005-02-16 | 1 | -9/+0 |
* | Make WITNESS happier: | glebius | 2005-02-14 | 1 | -20/+14 |
* | Add new netgraph control message NGM_ETHER_DETACH, which actually | glebius | 2005-02-14 | 2 | -0/+11 |
* | Bump cookie value to reflect change in NGM_IFACE_GET_IFNAME semantics. | archie | 2005-02-13 | 1 | -2/+2 |
* | Drop mythical module dependency on ng_ether. | ru | 2005-02-13 | 1 | -2/+0 |
* | Restore previous cookie. Old programs will work with new node OK, | glebius | 2005-02-12 | 1 | -1/+1 |
* | - bzero sockaddr_dl | glebius | 2005-02-12 | 1 | -8/+4 |
* | Fix typo in a comment. | ru | 2005-02-12 | 1 | -1/+1 |
* | Fallout from the ALTQ import. | ru | 2005-02-12 | 1 | -1/+1 |
* | Allocate enough space for new tag. | glebius | 2005-02-12 | 1 | -1/+2 |
* | When netgraph(4) was converted to use mbuf_tags(9) instead of meta-data | glebius | 2005-02-12 | 2 | -3/+10 |
* | Add two new netgraph messages NGM_ETHER_ADD_MULTI and NGM_ETHER_DEL_MULTI, | glebius | 2005-02-12 | 2 | -2/+59 |
* | Removed redundant MODULE_VERSION(). | ru | 2005-02-12 | 2 | -2/+0 |
* | Make netgraph ISR and callout MPSAFE. | glebius | 2005-02-12 | 2 | -4/+3 |
* | style: fix indentation and spacing. | glebius | 2005-02-11 | 1 | -4/+4 |
* | Do not trust ipfw: check m_len always, not only after m_dup. | glebius | 2005-02-11 | 1 | -2/+5 |
* | - do m_pullup() after m_dup() | glebius | 2005-02-11 | 1 | -3/+4 |