summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
...
* Improve multilink receive performance by netgraph item reuse.mav2008-01-261-5/+17
* Improve multilink xmit performance by netgraph item reuse.mav2008-01-261-3/+13
* Improve multilink receive performance with fragment headers preallocation.mav2008-01-261-22/+23
* Fix bundle xmit octets stats for packet-split operation mode.mav2008-01-231-4/+4
* Remove explicit locking of struct file.jeff2007-12-301-1/+1
* Add support for optional "AC-Name\Service-Name" syntax at NGM_PPPOE_CONNECTmav2007-12-291-6/+37
* Fix incorrectly placed bracket in pppoe_find_svc().mav2007-12-261-1/+1
* Remove some prehistoric never used defines.mav2007-12-261-5/+0
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-2/+2
* Add option to set packets per second limits instead of defaultmav2007-12-192-22/+77
* Increase control channel xmit queue to 128 packets.mav2007-12-121-1/+1
* Add ipv6 to ng_cisco node. ipv6 wasn't a reality when I wrote it..julian2007-11-301-0/+3
* - Merge all the ng_send_fn2* functions into one - ng_send_fn2(),glebius2007-11-142-92/+43
* Fix locking issue in ng_btsocket_l2cap_ctloutput()emax2007-10-311-2/+4
* Allow RFCOMM servers to bind to a ''wildcard'' RFCOMM channelemax2007-10-291-31/+53
* Minor debug message fix.mav2007-10-281-1/+1
* 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
OpenPOWER on IntegriCloud