| Commit message (Expand) | Author | Age | Files | Lines |
* | Catch up with USB cleanups and fix the world | emax | 2007-06-13 | 1 | -21/+15 |
* | Eliminate usb_thread_t. | imp | 2007-06-12 | 1 | -4/+5 |
* | Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from | imp | 2007-06-12 | 2 | -6/+4 |
* | Silence a gcc warning in a more canonical way (evl = NULL rather than &evl). | imp | 2007-06-11 | 1 | -2/+1 |
* | Expand USB_ATTACH_SETUP inline. | imp | 2007-06-09 | 2 | -8/+2 |
* | Despite several examples in the kernel, the third argument of | dwmalone | 2007-06-04 | 2 | -5/+5 |
* | No need to update link queue stats when round-robin algorithm enabled. | mav | 2007-06-04 | 1 | -9/+10 |
* | Partially back out rev. 1.127, to restore broken functionality. This | glebius | 2007-06-01 | 1 | -5/+4 |
* | Universally adopt most conventional spelling of acquire. | rwatson | 2007-05-27 | 2 | -2/+3 |
* | Add support for setmode and settarget messages. | mav | 2007-05-22 | 2 | -0/+99 |
* | Allow node to bypass traffic while no alias address defined. | mav | 2007-05-22 | 1 | -9/+11 |
* | 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 |