aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Use rtalloc1() instead of rtalloc_ign(). It returns a lockedGleb Smirnoff2008-02-071-24/+17
* Do not use bcmp() to compare two bytes with constants.Alexander Motin2008-02-062-4/+4
* Cleanup and tune ng_snd_item() function as it is one of theAlexander Motin2008-02-061-95/+42
* Prepare hooks direct pointers on setup to avoid heavy ng_findhook() callsAlexander Motin2008-02-041-27/+66
* Move all possible node logic out of the rcvdata() functionAlexander Motin2008-02-031-96/+90
* Revert previous commit.Alexander Motin2008-02-031-4/+8
* Fix one more grammo.Dmitry Morozovsky2008-02-021-1/+1
* Reword recent comment a bit.Dmitry Morozovsky2008-02-011-3/+3
* Add comments about stack protection mechanism.Alexander Motin2008-02-011-0/+8
* Tune the message for better informativity.Alexander Motin2008-02-011-1/+2
* Band-aid recent commit by mav by replacing a variable in a CTR statement withBenno Rice2008-02-011-1/+1
* Implement Session-ID hashing to improve receive performance scalabilityAlexander Motin2008-01-311-31/+70
* Some code reformat.Alexander Motin2008-01-311-55/+38
* Implement stack protection based on GET_STACK_USAGE() macro.Alexander Motin2008-01-313-8/+46
* Avoid data copying when it is possible.Alexander Motin2008-01-281-9/+21
* Run expire even without export hook connected.Alexander Motin2008-01-271-8/+4
* Fix memory leak when export hook is not connected.Alexander Motin2008-01-271-0/+2
* Remove one very strange unneded if.Alexander Motin2008-01-271-7/+2
* Slightly simplify code.Alexander Motin2008-01-271-6/+6
* Improve multilink receive performance by netgraph item reuse.Alexander Motin2008-01-261-5/+17
* Improve multilink xmit performance by netgraph item reuse.Alexander Motin2008-01-261-3/+13
* Improve multilink receive performance with fragment headers preallocation.Alexander Motin2008-01-261-22/+23
* Fix bundle xmit octets stats for packet-split operation mode.Alexander Motin2008-01-231-4/+4
* Remove explicit locking of struct file.Jeff Roberson2007-12-301-1/+1
* Add support for optional "AC-Name\Service-Name" syntax at NGM_PPPOE_CONNECTAlexander Motin2007-12-291-6/+37
* Fix incorrectly placed bracket in pppoe_find_svc().Alexander Motin2007-12-261-1/+1
* Remove some prehistoric never used defines.Alexander Motin2007-12-261-5/+0
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-2/+2
* Add option to set packets per second limits instead of defaultAlexander Motin2007-12-192-22/+77
* Increase control channel xmit queue to 128 packets.Alexander Motin2007-12-121-1/+1
* Add ipv6 to ng_cisco node. ipv6 wasn't a reality when I wrote it..Julian Elischer2007-11-301-0/+3
* - Merge all the ng_send_fn2* functions into one - ng_send_fn2(),Gleb Smirnoff2007-11-142-92/+43
* Fix locking issue in ng_btsocket_l2cap_ctloutput()Maksim Yevmenkin2007-10-311-2/+4
* Allow RFCOMM servers to bind to a ''wildcard'' RFCOMM channelMaksim Yevmenkin2007-10-291-31/+53
* Minor debug message fix.Alexander Motin2007-10-281-1/+1
* Fix build with NETGRAPH_DEBUG.Ruslan Ermilov2007-10-191-1/+9
* Implement new apply callback mechanism to handle item forwarding.Alexander Motin2007-10-193-82/+232
* Split ng_pppoe_rcvdata() function into three hook-specific onesAlexander Motin2007-10-141-464/+465
* Remove ng_pppoe_sendpacket() function to simplify code as it is calledAlexander Motin2007-10-141-79/+39
* Protect struct seq with mutex.Alexander Motin2007-10-121-17/+72
* Remove one unneded assertion. It is also checked inAlexander Motin2007-10-121-5/+0
* Replace single rcvdata with 3 distinct to simplify code andAlexander Motin2007-10-121-74/+77
* Remove duplicate variables.Alexander Motin2007-10-121-11/+3
* 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