]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netgraph
Fix two memory leakages.
[FreeBSD/FreeBSD.git] / sys / netgraph /
2006-01-14 glebiusFix two memory leakages.
2006-01-12 glebiusWhen sending export datagram from interrupt thread...
2006-01-12 glebiusProvide additional macros for sending netgraph items...
2006-01-12 glebius- Print also node ID in ktr(9) messages. [1]
2006-01-12 glebiusDo not force queueing on peer hooks. This was important...
2006-01-12 glebiusRemove old debugging leftover.
2006-01-12 glebiusMark appropriate commands with NGM_READONLY and NGM_HAS...
2006-01-12 glebiusIn the splnet(9) times netgraph(4) was synchronous...
2006-01-12 ruThis commit was generated by cvs2svn to compensate...
2006-01-12 glebiusFix wording in last commit.
2006-01-11 glebiusAdd ktr(9) hooks to easier tracing of the netgraph...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-04 dougbThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-29 dougbThis commit was generated by cvs2svn to compensate...
2005-12-28 glebiusIn ng_netflow_disconnect() check whether we are working...
2005-12-27 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-23 glebiusImplement an upper limit for packets per second sent...
2005-12-22 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-09 ruFix memory leak.
2005-12-07 jkimFix build without BPF_JITTER option.
2005-12-07 jkimAdd BPF Just-In-Time compiler support for ng_bpf(4).
2005-12-07 obrienThis commit was generated by cvs2svn to compensate...
2005-12-04 ruFix -Wundef from compiling the amd64 LINT.
2005-12-04 ruUse __LP64__ to check for the 64-bit pointer type,...
2005-11-27 glebius- Update the flow sequence before converting count to
2005-11-15 glebiusSome whitespace and style cleanup.
2005-11-13 samThis commit was generated by cvs2svn to compensate...
2005-11-11 ru- Store pointer to the link-level address right in...
2005-11-09 ruMake IFP2NG() usable as an lvalue.
2005-11-09 ruUse sparse initializers for "struct domain" and "struct...
2005-11-08 ruSimplify setting the link-level address.
2005-11-04 jkimThis commit was generated by cvs2svn to compensate...
2005-11-04 njlThis commit was generated by cvs2svn to compensate...
2005-11-04 ruUse if_setlladdr() to reprogram the link-level addresse...
2005-11-04 ruBring some level of stability to this driver:
2005-11-04 ru- Fix another fallout from the if_alloc() conversion:
2005-11-03 ruRestore part of the code dropped in rev. 1.25 that...
2005-11-02 glebiusFix several races between socket closure and node/hook
2005-11-02 glebiusFix two races which happen when netgraph is restructuring:
2005-11-02 glebiusRework the ng_item queueing on nodes:
2005-11-02 hartiThis commit was generated by cvs2svn to compensate...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-10-31 rwatsonNormalize a significant number of kernel malloc type...
2005-10-30 rwatsonPush the assignment of a new or updated so_qlimit from...
2005-10-28 ruUse variable-sized arrays where appropriate.
2005-10-26 emaxDo not manually allocate/free device's softc structure.
2005-10-26 jhb- Use swi_remove() to teardown swi handlers rather...
2005-10-26 ruCatch up with new interrupt handling code.
2005-10-25 ruMake the cookie constant name canonical.
2005-10-24 obrienThis commit was generated by cvs2svn to compensate...
2005-10-20 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-20 ruThis commit was generated by cvs2svn to compensate...
2005-10-16 phkUse new (inline) functions for calls into driver.
2005-10-14 yarIn preparation for making the modules actually use...
2005-10-14 thompsaFurther clean up the bridge hooks in if_ethersubr.c...
2005-10-13 glebius- When flushing node input queue, check whether item...
2005-10-13 thompsaClean up the if_bridge hooks a bit in if_ethersubr...
2005-10-12 glebiusAfter rev. 1.103 the oitem and ierror are no longer...
2005-10-11 glebius Fix a regression introduced in rev. 1.107. If an...
2005-10-11 glebiusStyle and other fixes for the last commit.
2005-10-10 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-10 glebiusALTQ support for ng_iface(4). Before turning on please...
2005-10-08 tanimuraIn ngt_input(), do not derefer sc (= (sc_p) tp->t_lsc...
2005-10-07 glebiusA deja vu of:
2005-10-05 hartiThis commit was generated by cvs2svn to compensate...
2005-10-04 hartiThis commit was generated by cvs2svn to compensate...
2005-10-01 tjrThis commit was generated by cvs2svn to compensate...
2005-09-27 mlaierRemove bridge(4) from the tree. if_bridge(4) is a...
2005-09-22 emaxFix comment
2005-09-22 impFinish last commit: actually remove compat methods...
2005-09-22 impRemove broken OLDCARD compat shims.
2005-09-19 glebiusDej'a vu of revision 1.35
2005-09-12 glebiusWhen message can't fit into socket receive buffer retur...
2005-09-12 glebiusRemove ng_callout_init_mtx() macro. Mutexed callouts...
2005-09-08 glebiusFix an item leak, that happens when some node calls...
2005-09-08 glebiusRework locking, that I have introduced recently, since...
2005-09-06 glebiusFix build.
2005-09-06 glebiusWhen we read data from socket buffer using soreceive...
2005-09-06 glebiusIn INVARIANTS case also check that nodes do not pass...
2005-09-06 glebiusRaise one more bit in READER_MASK. I believe that befor...
2005-09-03 desThis commit was generated by cvs2svn to compensate...
2005-09-02 glebiusUse non-debug macros inside debugging functions, to...
2005-08-31 emaxFix dangling callout problem in the Bluetooth L2CAP...
2005-08-30 glebiusLock down PPTP node, since it has many data structures...
2005-08-30 glebiusAdd ng_callout_ini_mtx() macro.
2005-08-29 glebiusPlug item leak in case when not all hooks are connected.
2005-08-26 wollmanThis commit was generated by cvs2svn to compensate...
2005-08-26 glebius Cleanup the reader/writer policy in netgraph(4)....
2005-08-25 emaxMake sure ng_fec_init() uses the same calling conventio...
2005-08-25 glebiusBackout revision 1.54, because it exposes a worse probl...
2005-08-23 emaxFix multiple typos in the mutex names. This fixes false...
2005-08-21 glebiusIn ng_callout() assert that supplied arguments are...
2005-08-21 pjdStop callout before freeing memory, so it won't panic...
2005-08-21 pjdBefore freeing memory, assert that there is no pending...
next