summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* These modules depend on usb, make that explicitimp2007-06-232-0/+4
* Fix various compilation warnings for gcc-4.2.mjacob2007-06-231-3/+3
* Replace sosend() with direct call to .pru_send method on theemax2007-06-211-2/+2
* Fix build problem caused by a set of typos.delphij2007-06-191-6/+6
* Finish removing usb_port.h compat macros.imp2007-06-182-26/+71
* Remove two more instances of the USBDEV() macro.ru2007-06-131-2/+2
* Add missing ng_uncallout() on node shutdown.mav2007-06-131-0/+2
* Catch up with USB cleanups and fix the worldemax2007-06-131-21/+15
* Eliminate usb_thread_t.imp2007-06-121-4/+5
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-122-6/+4
* Silence a gcc warning in a more canonical way (evl = NULL rather than &evl).imp2007-06-111-2/+1
* Expand USB_ATTACH_SETUP inline.imp2007-06-092-8/+2
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-042-5/+5
* No need to update link queue stats when round-robin algorithm enabled.mav2007-06-041-9/+10
* Partially back out rev. 1.127, to restore broken functionality. Thisglebius2007-06-011-5/+4
* Universally adopt most conventional spelling of acquire.rwatson2007-05-272-2/+3
* Add support for setmode and settarget messages.mav2007-05-222-0/+99
* Allow node to bypass traffic while no alias address defined.mav2007-05-221-9/+11
* Fix build with NETGRAPH_MPPC_COMPRESSION but without NETGRAPH_MPPC_ENCRYPTION.mav2007-05-181-0/+4
* Help ng_fec deal with multicast addresses.dwmalone2007-05-181-2/+77
* Fix small copy/paste mistake.mav2007-05-171-1/+1
* Style cleanup.mav2007-05-161-101/+90
* A node that implements various traffic shaping and rate limiting algorithms.mav2007-05-152-0/+867
* Performance optimization of the "encryption without compression" case bymav2007-05-111-70/+103
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrrwatson2007-05-111-3/+3
* Avoid extra rc4_init() when ng_mppc_updatekey() going to do it anyway.mav2007-05-041-5/+7
* Compact code a bitmav2007-05-041-5/+3
* Make coherency counter 12bit as it shouldmav2007-05-041-4/+6
* Fix small mistake (sizeof(pad2) instead of sizeof(pad1))mav2007-05-041-1/+1
* Remove unneded bzero().mav2007-05-041-1/+0
* Avoid false assertion on transmit and delayed ack timeout with enabled invari...mav2007-04-241-23/+34
* Global xmit stats calculation fix.mav2007-04-231-0/+4
* Added m_tag_copy_chain() call to copy original outgoing packet tags to all ofmav2007-04-201-0/+1
* Optimized packet distribution plan for the equal links case. Do notmav2007-04-201-13/+20
* - Changed sequence numbers processing to avoid incorrect timeout waitingmav2007-04-201-66/+65
* - Fixed mistakes in latency and xmitBytes calculation mathmav2007-04-201-6/+22
* We don't need spinning locks here. Change them to the adaptive mutexes. Thiswkoszek2007-03-311-6/+6
* Instead of direct manipulation on queue and worklist mutexes, bring macroswkoszek2007-03-301-27/+40
* Try to silence Coverity by adding (void) in front of function call.emax2007-03-281-1/+11
* Bump maximum number of interface hooks to the maximum possible value.glebius2007-03-282-1/+2
* o Update a comment: sonewconn() lives in uipc_socket.c now.maxim2007-03-261-1/+1
* Implement reference counting for ifmultiaddr, in_multi, and in6_multibms2007-03-201-3/+18
* Prefer more traditional spellings of some words in comments.rwatson2007-03-181-15/+15
* oops committed the wrong patch.julian2007-03-101-6/+10
* ng_apply_item should be void. It is called from the interrupt source orjulian2007-03-091-14/+85
* ng_send_fn() can return with an error, the function of interestru2007-03-081-1/+2
* Ensure message passed to "settimestamp" and "setcounter" is the rightemaste2007-03-021-1/+9
* Add "setcounter" and "getcounter" messages, providing the the abilityemaste2007-03-022-0/+137
* Add "settimestamp" and "gettimestamp" messages, providing the the abilityemaste2007-03-012-5/+139
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
OpenPOWER on IntegriCloud