| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build with NETGRAPH_MPPC_COMPRESSION but without NETGRAPH_MPPC_ENCRYPTION. | mav | 2007-05-18 | 1 | -0/+4 |
* | Help ng_fec deal with multicast addresses. | dwmalone | 2007-05-18 | 1 | -2/+77 |
* | Fix small copy/paste mistake. | mav | 2007-05-17 | 1 | -1/+1 |
* | Style cleanup. | mav | 2007-05-16 | 1 | -101/+90 |
* | A node that implements various traffic shaping and rate limiting algorithms. | mav | 2007-05-15 | 2 | -0/+867 |
* | Performance optimization of the "encryption without compression" case by | mav | 2007-05-11 | 1 | -70/+103 |
* | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | rwatson | 2007-05-11 | 1 | -3/+3 |
* | Avoid extra rc4_init() when ng_mppc_updatekey() going to do it anyway. | mav | 2007-05-04 | 1 | -5/+7 |
* | Compact code a bit | mav | 2007-05-04 | 1 | -5/+3 |
* | Make coherency counter 12bit as it should | mav | 2007-05-04 | 1 | -4/+6 |
* | Fix small mistake (sizeof(pad2) instead of sizeof(pad1)) | mav | 2007-05-04 | 1 | -1/+1 |
* | Remove unneded bzero(). | mav | 2007-05-04 | 1 | -1/+0 |
* | Avoid false assertion on transmit and delayed ack timeout with enabled invari... | mav | 2007-04-24 | 1 | -23/+34 |
* | Global xmit stats calculation fix. | mav | 2007-04-23 | 1 | -0/+4 |
* | Added m_tag_copy_chain() call to copy original outgoing packet tags to all of | mav | 2007-04-20 | 1 | -0/+1 |
* | Optimized packet distribution plan for the equal links case. Do not | mav | 2007-04-20 | 1 | -13/+20 |
* | - Changed sequence numbers processing to avoid incorrect timeout waiting | mav | 2007-04-20 | 1 | -66/+65 |
* | - Fixed mistakes in latency and xmitBytes calculation math | mav | 2007-04-20 | 1 | -6/+22 |
* | We don't need spinning locks here. Change them to the adaptive mutexes. This | wkoszek | 2007-03-31 | 1 | -6/+6 |
* | Instead of direct manipulation on queue and worklist mutexes, bring macros | wkoszek | 2007-03-30 | 1 | -27/+40 |
* | Try to silence Coverity by adding (void) in front of function call. | emax | 2007-03-28 | 1 | -1/+11 |
* | Bump maximum number of interface hooks to the maximum possible value. | glebius | 2007-03-28 | 2 | -1/+2 |
* | o Update a comment: sonewconn() lives in uipc_socket.c now. | maxim | 2007-03-26 | 1 | -1/+1 |
* | Implement reference counting for ifmultiaddr, in_multi, and in6_multi | bms | 2007-03-20 | 1 | -3/+18 |
* | Prefer more traditional spellings of some words in comments. | rwatson | 2007-03-18 | 1 | -15/+15 |
* | oops committed the wrong patch. | julian | 2007-03-10 | 1 | -6/+10 |
* | ng_apply_item should be void. It is called from the interrupt source or | julian | 2007-03-09 | 1 | -14/+85 |
* | ng_send_fn() can return with an error, the function of interest | ru | 2007-03-08 | 1 | -1/+2 |
* | Ensure message passed to "settimestamp" and "setcounter" is the right | emaste | 2007-03-02 | 1 | -1/+9 |
* | Add "setcounter" and "getcounter" messages, providing the the ability | emaste | 2007-03-02 | 2 | -0/+137 |
* | Add "settimestamp" and "gettimestamp" messages, providing the the ability | emaste | 2007-03-01 | 2 | -5/+139 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | In the output path, mask off M_BCAST|M_MCAST so as to prevent incorrect | bms | 2007-02-09 | 1 | -0/+3 |
* | Quoting Alexander: | glebius | 2007-02-02 | 1 | -4/+5 |
* | - Create ng_ppp_bypass() function, that prepares a packet | glebius | 2007-01-25 | 1 | -30/+66 |
* | A less draconian fix to the build. | mjacob | 2007-01-18 | 1 | -3/+1 |
* | Temporarily comment out the KASSERT that broke the kernel build. | obrien | 2007-01-18 | 1 | -0/+2 |
* | Revise the ng_ppp(4) node, so that code flow is more clear. All non-link | glebius | 2007-01-18 | 1 | -514/+805 |
* | Whitespace cleanup. | glebius | 2007-01-15 | 2 | -14/+14 |
* | Update ip and tcp pointers after m_pullup(). | glebius | 2007-01-15 | 1 | -0/+3 |
* | Fix accounting of incoming octets. | glebius | 2007-01-10 | 1 | -1/+2 |
* | Various bpf(4) related fixes to catch places up to the new bpf(4) | jhb | 2006-12-29 | 1 | -4/+2 |
* | A node that implements Predictor-1 compression for PPP. | glebius | 2006-12-29 | 2 | -0/+781 |
* | A node that implements the Deflate sub-protocols of the Compression Control | glebius | 2006-12-28 | 2 | -0/+768 |
* | Before this commit, if the compression is enabled the, ng_ppp(4) | glebius | 2006-12-28 | 2 | -48/+127 |
* | Return value PKT_ALIAS_FOUND_HEADER_FRAGMENT isn't an error case. The | glebius | 2006-12-21 | 1 | -1/+2 |
* | Correctly calculate length of IP header. | glebius | 2006-12-12 | 1 | -1/+2 |
* | Remove m_megapullup from ng_nat and put it under libalias. | piso | 2006-12-01 | 1 | -35/+0 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 5 | -6/+14 |
* | Rename m_getm() to m_getm2() and rewrite it to allocate up to page sized | andre | 2006-11-02 | 1 | -1/+1 |