]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netgraph
Fix compilation without INVARIANTS
[FreeBSD/FreeBSD.git] / sys / netgraph /
2008-08-17 bzCommit step 1 of the vimage project, (network stack)
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-08-01 emaxImplement ratelimiting for debug messages. For now...
2008-08-01 emaxIncrease maximum input queue size limit for raw Bluetoo...
2008-08-01 emaxFix locking bug, i.e. lock "wildcard" matched pcb befor...
2008-07-30 emaxIntroduce support for Bluetooth SCO sockets. This is...
2008-07-29 emaxSimplify ubt_isoc_in_complete2(). Also should fix off...
2008-07-28 mavDon't use memcpy() to copy several bytes.
2008-07-14 trhodesFill in the string portion of the bluetooth stack versi...
2008-07-11 emaxDust off old code for support of USB isochronous transfers.
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-10 emaxGet in some basic infrastructure for Bluetooth SCO...
2008-07-08 gonzoBack out r180370. It was not discussed with subsystem...
2008-07-08 gonzo Queue decapsulated packed instead of performing direc...
2008-07-04 rwatsonRemove NETISR_MPSAFE, which allows specific netisr...
2008-06-24 gnnMake it simpler to build netgraph modules outside of...
2008-06-01 mavPass really available buffer size to libalias instead...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-25 rwatsonRemove netatm from HEAD as it is not MPSAFE and relies...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-09 julianAdd code to allow the system to handle multiple routing...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-04-19 mavng_address_hook() microoptimization. Use local variable...
2008-04-16 mavUse separate UMA zone for data items allocation. It...
2008-04-16 krisReplace callout_init(..., 1) with callout_init(......
2008-04-15 mavSeveral changes breaking netgraph module ABI collected...
2008-04-09 mavAdd memory barriers to the node locking operations.
2008-04-06 mavRewrite node's r/w/q-lock semantics using only atomics...
2008-03-30 mav- Account all node stats at the shape mode.
2008-03-30 mavUse new atomic_fetchadd() primitive instead of looping...
2008-03-29 mavThere is no need to erase hook->hk_node before freing...
2008-03-27 mavRemove ng_setisr() call from ng_dequeue(). It is useles...
2008-03-27 mavSwitch from timeval to bintime, to use 1/(2^20) of...
2008-03-26 mavSome minor code and math optimizations.
2008-03-24 mavRewrite node to support multiple hooks, alike to ng_l2t...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-16 mavRemove impossible (hk_peer == NULL) check from ng_addre...
2008-03-16 mavAdd session ID hashing to speedup incoming packets...
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-11 mavImprove apply callback error reporting:
2008-03-09 mavAddition to the previous commit. Release inproc in...
2008-03-08 mavTo avoid control data losses do not acknowledge recievi...
2008-03-07 mavSend only one incoming notification at a time to reduce...
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-05 mavIncrease default queue items allocation limit from...
2008-03-04 mavImplement 128 items node name hash for faster name...
2008-03-04 mavFix incorrect field name.
2008-03-03 mavUse more compact LIST instead of TAILQ for session...
2008-03-02 mavMake session ID generator to use session ID hash.
2008-03-01 mavAdd support for the libalias redirect functionality.
2008-02-25 mavFix incorrect constant used in rev. 1.146 that broke...
2008-02-24 mavFix shutdown bug made by previous commit.
2008-02-11 rafanThis commit was generated by cvs2svn to compensate...
2008-02-07 glebiusUse rtalloc1() instead of rtalloc_ign(). It returns...
2008-02-06 mavDo not use bcmp() to compare two bytes with constants.
2008-02-06 mavCleanup and tune ng_snd_item() function as it is one...
2008-02-04 mavPrepare hooks direct pointers on setup to avoid heavy...
2008-02-03 mavMove all possible node logic out of the rcvdata() function
2008-02-03 mavRevert previous commit.
2008-02-02 marckFix one more grammo.
2008-02-02 obrienThis commit was generated by cvs2svn to compensate...
2008-02-01 marckReword recent comment a bit.
2008-02-01 mavAdd comments about stack protection mechanism.
2008-02-01 mavTune the message for better informativity.
2008-02-01 bennoBand-aid recent commit by mav by replacing a variable...
2008-01-31 mavImplement Session-ID hashing to improve receive perform...
2008-01-31 mavSome code reformat.
2008-01-31 mavImplement stack protection based on GET_STACK_USAGE...
2008-01-29 desThis commit was generated by cvs2svn to compensate...
2008-01-29 obrienThis commit was generated by cvs2svn to compensate...
2008-01-28 mavAvoid data copying when it is possible.
2008-01-27 mavRun expire even without export hook connected.
2008-01-27 mavFix memory leak when export hook is not connected.
2008-01-27 mavRemove one very strange unneded if.
2008-01-27 mavSlightly simplify code.
2008-01-26 mavImprove multilink receive performance by netgraph item...
2008-01-26 mavImprove multilink xmit performance by netgraph item...
2008-01-26 mavImprove multilink receive performance with fragment...
2008-01-23 mavFix bundle xmit octets stats for packet-split operation...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-12 njlThis commit was generated by cvs2svn to compensate...
2008-01-09 obrienThis commit was generated by cvs2svn to compensate...
2007-12-30 rafanThis commit was generated by cvs2svn to compensate...
next