]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netgraph
This commit was generated by cvs2svn to compensate for changes in r157571,
[FreeBSD/FreeBSD.git] / sys / netgraph /
2006-04-06 jmgThis commit was generated by cvs2svn to compensate...
2006-04-06 rwatsonCorrect assertion in ng_detach().
2006-04-01 rwatsonChance protocol switch method pru_detach() so that...
2006-04-01 rwatsonChange protocol switch pru_abort() API so that it retur...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 samThis commit was generated by cvs2svn to compensate...
2006-03-23 desThis commit was generated by cvs2svn to compensate...
2006-03-22 desThis commit was generated by cvs2svn to compensate...
2006-03-22 gshapiroThis commit was generated by cvs2svn to compensate...
2006-03-21 umeThis commit was generated by cvs2svn to compensate...
2006-03-17 hartiThis commit was generated by cvs2svn to compensate...
2006-03-15 glebiusFree private data when deleting hook.
2006-03-14 muxThis commit was generated by cvs2svn to compensate...
2006-03-13 hartiThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-02-27 hartiThis commit was generated by cvs2svn to compensate...
2006-02-21 ruClear csum_flags after reading data from socket buffer...
2006-02-19 umeThis commit was generated by cvs2svn to compensate...
2006-02-17 glebiusRemove unused now field.
2006-02-14 ruUnbreak this.
2006-02-13 hartiThis commit was generated by cvs2svn to compensate...
2006-02-11 ruDon't count output bytes twice (the byte accouting...
2006-02-11 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-10 samThis commit was generated by cvs2svn to compensate...
2006-02-10 hartiThis commit was generated by cvs2svn to compensate...
2006-02-09 glebius- Increase maximum number of interfaces to 2048.
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-06 ruTwo fixes:
2006-02-06 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-01-31 rwatsonThis commit was generated by cvs2svn to compensate...
2006-01-31 hartiThis commit was generated by cvs2svn to compensate...
2006-01-29 rikFix module from panic.
2006-01-27 glebiuso Introduce D-Link compat mode, that is default to...
2006-01-26 glebiusFrom the RFC2516 it is not clear, what is the correct...
2006-01-23 glebiusSimplify ng_source_send() removing temporary queue...
2006-01-21 glebius- Remove debugging printfs.
2006-01-18 ruFix two accesses to uninitialized variables that a...
2006-01-16 samThis commit was generated by cvs2svn to compensate...
2006-01-14 glebiusInitialize variable.
2006-01-14 glebiusMake code simplier fixing memory leak.
2006-01-14 glebiusRemove dead code.
2006-01-14 glebiusCorrect off-by-one errors.
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.
next