summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Fix build with NETGRAPH_DEBUG.ru2007-10-191-1/+9
* Implement new apply callback mechanism to handle item forwarding.mav2007-10-193-82/+232
* Split ng_pppoe_rcvdata() function into three hook-specific onesmav2007-10-141-464/+465
* Remove ng_pppoe_sendpacket() function to simplify code as it is calledmav2007-10-141-79/+39
* Protect struct seq with mutex.mav2007-10-121-17/+72
* Remove one unneded assertion. It is also checked inmav2007-10-121-5/+0
* Replace single rcvdata with 3 distinct to simplify code andmav2007-10-121-74/+77
* Remove duplicate variables.mav2007-10-121-11/+3
* Dead code removal.mav2007-09-211-11/+0
* This is optimization of ether and debug hooks determination. Itmav2007-09-211-44/+27
* This patch fixes thread unsafe usage of global pkt_hdrmav2007-09-211-22/+20
* Fix typo which brokes VJ decompressionmav2007-09-151-1/+1
* Return EADDRNOTAVAIL instead of EDESTADDRREQ error whenemax2007-08-232-2/+2
* Add ng_send_fn() error handeling inside ng_con_nodes().mav2007-08-181-2/+5
* Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.emax2007-08-134-188/+174
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-1/+0
* Add 64bit statistic counters to the ng_ppp node.mav2007-08-012-6/+85
* This patch improves fine-grained locking for the ng_ppp node.mav2007-08-011-68/+137
* Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removerwatson2007-07-281-1/+1
* Reduce stack usage by 256 bytes per call. It helps to avoid kernelmav2007-07-261-5/+11
* Honor the IFF_MONITOR flag.glebius2007-07-261-0/+6
* Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.emax2007-07-101-1/+1
* 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
OpenPOWER on IntegriCloud