]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netgraph
Fixes a missing unlock in the one-2-one hash table, if
[FreeBSD/FreeBSD.git] / sys / netgraph /
2007-05-01 marcelThis commit was generated by cvs2svn to compensate...
2007-04-24 mavAvoid false assertion on transmit and delayed ack timeo...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 mavGlobal xmit stats calculation fix.
2007-04-20 mavAdded m_tag_copy_chain() call to copy original outgoing...
2007-04-20 mavOptimized packet distribution plan for the equal links...
2007-04-20 mav- Changed sequence numbers processing to avoid incorrec...
2007-04-20 mav- Fixed mistakes in latency and xmitBytes calculation...
2007-04-16 rwatsonThis commit was generated by cvs2svn to compensate...
2007-04-11 ruThis commit was generated by cvs2svn to compensate...
2007-04-11 njlThis commit was generated by cvs2svn to compensate...
2007-04-09 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-07 desThis commit was generated by cvs2svn to compensate...
2007-04-06 kanThis commit was generated by cvs2svn to compensate...
2007-04-04 thompsaThis commit was generated by cvs2svn to compensate...
2007-04-03 mpThis commit was generated by cvs2svn to compensate...
2007-03-31 wkoszekWe don't need spinning locks here. Change them to the...
2007-03-30 wkoszekInstead of direct manipulation on queue and worklist...
2007-03-28 emaxTry to silence Coverity by adding (void) in front of...
2007-03-28 glebiusBump maximum number of interface hooks to the maximum...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-26 maximo Update a comment: sonewconn() lives in uipc_socket...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-20 bmsImplement reference counting for ifmultiaddr, in_multi...
2007-03-18 rwatsonPrefer more traditional spellings of some words in...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-11 mpThis commit was generated by cvs2svn to compensate...
2007-03-10 julianoops committed the wrong patch.
2007-03-09 julianng_apply_item should be void. It is called from the...
2007-03-08 rung_send_fn() can return with an error, the function...
2007-03-02 emasteEnsure message passed to "settimestamp" and "setcounter...
2007-03-02 emasteAdd "setcounter" and "getcounter" messages, providing...
2007-03-01 emasteAdd "settimestamp" and "gettimestamp" messages, providi...
2007-02-23 pisoo break newbus api: add a new argument of type driver_f...
2007-02-09 bmsIn the output path, mask off M_BCAST|M_MCAST so as...
2007-02-02 glebiusQuoting Alexander:
2007-01-29 dougbThis commit was generated by cvs2svn to compensate...
2007-01-25 glebius- Create ng_ppp_bypass() function, that prepares a...
2007-01-20 rafanThis commit was generated by cvs2svn to compensate...
2007-01-18 mjacobA less draconian fix to the build.
2007-01-18 obrienTemporarily comment out the KASSERT that broke the...
2007-01-18 glebiusRevise the ng_ppp(4) node, so that code flow is more...
2007-01-15 glebiusWhitespace cleanup.
2007-01-15 glebiusUpdate ip and tcp pointers after m_pullup().
2007-01-10 glebiusFix accounting of incoming octets.
2007-01-03 dasThis commit was generated by cvs2svn to compensate...
2006-12-31 acheThis commit was generated by cvs2svn to compensate...
2006-12-29 jhbVarious bpf(4) related fixes to catch places up to...
2006-12-29 glebiusA node that implements Predictor-1 compression for...
2006-12-28 glebiusA node that implements the Deflate sub-protocols of...
2006-12-28 glebiusBefore this commit, if the compression is enabled the...
2006-12-25 ruThis commit was generated by cvs2svn to compensate...
2006-12-21 glebiusReturn value PKT_ALIAS_FOUND_HEADER_FRAGMENT isn't...
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-13 samThis commit was generated by cvs2svn to compensate...
2006-12-12 glebiusCorrectly calculate length of IP header.
2006-12-10 dougbThis commit was generated by cvs2svn to compensate...
2006-12-08 hartiThis commit was generated by cvs2svn to compensate...
2006-12-01 pisoRemove m_megapullup from ng_nat and put it under libalias.
2006-11-12 umeThis commit was generated by cvs2svn to compensate...
2006-11-10 desThis commit was generated by cvs2svn to compensate...
2006-11-06 rwatsonSweep kernel replacing suser(9) calls with priv(9)...
2006-11-04 dougbThis commit was generated by cvs2svn to compensate...
2006-11-02 andreRename m_getm() to m_getm2() and rewrite it to allocate...
2006-10-31 hartiThis commit was generated by cvs2svn to compensate...
2006-10-30 hartiThis commit was generated by cvs2svn to compensate...
2006-10-18 glebiusCheck pointer before dereferencing.
2006-10-17 glebiusSome clenaup of ngs_rcvmsg():
2006-10-17 glebiusSome cleanup and small changes:
2006-10-17 glebiusMake the sg_len and sg_family members of the sockaddr_n...
2006-10-17 glebiusMake ng_ID_t fixed size, so that its maximum value...
2006-10-17 glebius- ng_address_ID() has already freed the message, don...
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 glebiusFix result of some mechanical change that I did some...
2006-10-11 glebiusRecognize 802.1q frames in Ethernet input and process...
2006-10-11 glebiusDo not leak hooks in ng_bypass().
2006-10-11 glebiusMake it buildable.
2006-10-11 glebiusUnbreak a short one.
2006-10-11 glebiusBreak long line.
2006-10-11 glebiusUse hash functions with better distribution. Tested...
2006-10-11 glebiusUse bitcount32() from sys/systm.h instead of my own.
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-30 netchildDon't use data after free.
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-17 andreMove ethernet VLAN tags from mtags to its own mbuf...
2006-09-15 ruFix input byte counting. Now the sum of the ipackets...
2006-09-15 ruMake it possible to set a larger MTU by attempting...
2006-09-15 ruSIOCSIFFLAGS doesn't require an argument in kernel...
2006-09-07 emaxs/USBDEVNAME/device_get_nameunit/g
next