summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
...
* Fix incorrect constant used in rev. 1.146 that broke node writer locking.mav2008-02-251-1/+1
* Fix shutdown bug made by previous commit.mav2008-02-241-0/+1
* Use rtalloc1() instead of rtalloc_ign(). It returns a lockedglebius2008-02-071-24/+17
* Do not use bcmp() to compare two bytes with constants.mav2008-02-062-4/+4
* Cleanup and tune ng_snd_item() function as it is one of themav2008-02-061-95/+42
* Prepare hooks direct pointers on setup to avoid heavy ng_findhook() callsmav2008-02-041-27/+66
* Move all possible node logic out of the rcvdata() functionmav2008-02-031-96/+90
* Revert previous commit.mav2008-02-031-4/+8
* Fix one more grammo.marck2008-02-021-1/+1
* Reword recent comment a bit.marck2008-02-011-3/+3
* Add comments about stack protection mechanism.mav2008-02-011-0/+8
* Tune the message for better informativity.mav2008-02-011-1/+2
* Band-aid recent commit by mav by replacing a variable in a CTR statement withbenno2008-02-011-1/+1
* Implement Session-ID hashing to improve receive performance scalabilitymav2008-01-311-31/+70
* Some code reformat.mav2008-01-311-55/+38
* Implement stack protection based on GET_STACK_USAGE() macro.mav2008-01-313-8/+46
* Avoid data copying when it is possible.mav2008-01-281-9/+21
* Run expire even without export hook connected.mav2008-01-271-8/+4
* Fix memory leak when export hook is not connected.mav2008-01-271-0/+2
* Remove one very strange unneded if.mav2008-01-271-7/+2
* Slightly simplify code.mav2008-01-271-6/+6
* 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
OpenPOWER on IntegriCloud