| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy. | emax | 2007-08-13 | 4 | -188/+174 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 1 | -1/+0 |
* | Add 64bit statistic counters to the ng_ppp node. | mav | 2007-08-01 | 2 | -6/+85 |
* | This patch improves fine-grained locking for the ng_ppp node. | mav | 2007-08-01 | 1 | -68/+137 |
* | Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and remove | rwatson | 2007-07-28 | 1 | -1/+1 |
* | Reduce stack usage by 256 bytes per call. It helps to avoid kernel | mav | 2007-07-26 | 1 | -5/+11 |
* | Honor the IFF_MONITOR flag. | glebius | 2007-07-26 | 1 | -0/+6 |
* | Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now. | emax | 2007-07-10 | 1 | -1/+1 |
* | These modules depend on usb, make that explicit | imp | 2007-06-23 | 2 | -0/+4 |
* | Fix various compilation warnings for gcc-4.2. | mjacob | 2007-06-23 | 1 | -3/+3 |
* | Replace sosend() with direct call to .pru_send method on the | emax | 2007-06-21 | 1 | -2/+2 |
* | Fix build problem caused by a set of typos. | delphij | 2007-06-19 | 1 | -6/+6 |
* | Finish removing usb_port.h compat macros. | imp | 2007-06-18 | 2 | -26/+71 |
* | Remove two more instances of the USBDEV() macro. | ru | 2007-06-13 | 1 | -2/+2 |
* | Add missing ng_uncallout() on node shutdown. | mav | 2007-06-13 | 1 | -0/+2 |
* | 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 |