aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-24172-173/+173
* MFC rev. 1.27Alexander Motin2008-01-301-0/+2
* MFC rev 1.71Alexander Motin2008-01-261-4/+4
* MFC rev. 1.22Alexander Motin2008-01-091-1/+1
* MFC:Gleb Smirnoff2007-11-212-92/+43
* MFCMaksim Yevmenkin2007-11-071-31/+53
* Fix locking issue in ng_btsocket_l2cap_ctloutput()Maksim Yevmenkin2007-11-051-2/+4
* MFC ng_base.c rev 1.136-1.137, netgraph.h rev 1.69, ng_socket.c rev 1.83Alexander Motin2007-10-283-83/+241
* MFC rev. 1.18-1.21Alexander Motin2007-10-191-106/+151
* Dead code removal.Alexander Motin2007-09-211-11/+0
* This is optimization of ether and debug hooks determination. ItAlexander Motin2007-09-211-44/+27
* This patch fixes thread unsafe usage of global pkt_hdrAlexander Motin2007-09-211-22/+20
* Fix typo which brokes VJ decompressionAlexander Motin2007-09-151-1/+1
* Return EADDRNOTAVAIL instead of EDESTADDRREQ error whenMaksim Yevmenkin2007-08-232-2/+2
* Add ng_send_fn() error handeling inside ng_con_nodes().Alexander Motin2007-08-181-2/+5
* Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.Maksim Yevmenkin2007-08-134-188/+174
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-1/+0
* Add 64bit statistic counters to the ng_ppp node.Alexander Motin2007-08-012-6/+85
* This patch improves fine-grained locking for the ng_ppp node.Alexander Motin2007-08-011-68/+137
* Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removeRobert Watson2007-07-281-1/+1
* Reduce stack usage by 256 bytes per call. It helps to avoid kernelAlexander Motin2007-07-261-5/+11
* Honor the IFF_MONITOR flag.Gleb Smirnoff2007-07-261-0/+6
* Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.Maksim Yevmenkin2007-07-101-1/+1
* These modules depend on usb, make that explicitWarner Losh2007-06-232-0/+4
* Fix various compilation warnings for gcc-4.2.Matt Jacob2007-06-231-3/+3
* Replace sosend() with direct call to .pru_send method on theMaksim Yevmenkin2007-06-211-2/+2
* Fix build problem caused by a set of typos.Xin LI2007-06-191-6/+6
* Finish removing usb_port.h compat macros.Warner Losh2007-06-182-26/+71
* Remove two more instances of the USBDEV() macro.Ruslan Ermilov2007-06-131-2/+2
* Add missing ng_uncallout() on node shutdown.Alexander Motin2007-06-131-0/+2
* Catch up with USB cleanups and fix the worldMaksim Yevmenkin2007-06-131-21/+15
* Eliminate usb_thread_t.Warner Losh2007-06-121-4/+5
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-122-6/+4
* Silence a gcc warning in a more canonical way (evl = NULL rather than &evl).Warner Losh2007-06-111-2/+1
* Expand USB_ATTACH_SETUP inline.Warner Losh2007-06-092-8/+2
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-042-5/+5
* No need to update link queue stats when round-robin algorithm enabled.Alexander Motin2007-06-041-9/+10
* Partially back out rev. 1.127, to restore broken functionality. ThisGleb Smirnoff2007-06-011-5/+4
* Universally adopt most conventional spelling of acquire.Robert Watson2007-05-272-2/+3
* Add support for setmode and settarget messages.Alexander Motin2007-05-222-0/+99
* Allow node to bypass traffic while no alias address defined.Alexander Motin2007-05-221-9/+11
* Fix build with NETGRAPH_MPPC_COMPRESSION but without NETGRAPH_MPPC_ENCRYPTION.Alexander Motin2007-05-181-0/+4
* Help ng_fec deal with multicast addresses.David Malone2007-05-181-2/+77
* Fix small copy/paste mistake.Alexander Motin2007-05-171-1/+1
* Style cleanup.Alexander Motin2007-05-161-101/+90
* A node that implements various traffic shaping and rate limiting algorithms.Alexander Motin2007-05-152-0/+867
* Performance optimization of the "encryption without compression" case byAlexander Motin2007-05-111-70/+103
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrRobert Watson2007-05-111-3/+3
* Avoid extra rc4_init() when ng_mppc_updatekey() going to do it anyway.Alexander Motin2007-05-041-5/+7
* Compact code a bitAlexander Motin2007-05-041-5/+3