| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve multilink receive performance by netgraph item reuse. | mav | 2008-01-26 | 1 | -5/+17 |
* | Improve multilink xmit performance by netgraph item reuse. | mav | 2008-01-26 | 1 | -3/+13 |
* | Improve multilink receive performance with fragment headers preallocation. | mav | 2008-01-26 | 1 | -22/+23 |
* | Fix bundle xmit octets stats for packet-split operation mode. | mav | 2008-01-23 | 1 | -4/+4 |
* | Fix typo which brokes VJ decompression | mav | 2007-09-15 | 1 | -1/+1 |
* | Add 64bit statistic counters to the ng_ppp node. | mav | 2007-08-01 | 1 | -6/+55 |
* | This patch improves fine-grained locking for the ng_ppp node. | mav | 2007-08-01 | 1 | -68/+137 |
* | No need to update link queue stats when round-robin algorithm enabled. | mav | 2007-06-04 | 1 | -9/+10 |
* | Added m_tag_copy_chain() call to copy original outgoing packet tags to all of | mav | 2007-04-20 | 1 | -0/+1 |
* | Optimized packet distribution plan for the equal links case. Do not | mav | 2007-04-20 | 1 | -13/+20 |
* | - Changed sequence numbers processing to avoid incorrect timeout waiting | mav | 2007-04-20 | 1 | -66/+65 |
* | - Fixed mistakes in latency and xmitBytes calculation math | mav | 2007-04-20 | 1 | -6/+22 |
* | - Create ng_ppp_bypass() function, that prepares a packet | glebius | 2007-01-25 | 1 | -30/+66 |
* | A less draconian fix to the build. | mjacob | 2007-01-18 | 1 | -3/+1 |
* | Temporarily comment out the KASSERT that broke the kernel build. | obrien | 2007-01-18 | 1 | -0/+2 |
* | Revise the ng_ppp(4) node, so that code flow is more clear. All non-link | glebius | 2007-01-18 | 1 | -514/+805 |
* | Before this commit, if the compression is enabled the, ng_ppp(4) | glebius | 2006-12-28 | 1 | -48/+113 |
* | Refactor places where ng_package_data() failed. | glebius | 2005-05-16 | 1 | -13/+13 |
* | - Catch up with new interface to ng_package_data(). | glebius | 2005-05-16 | 1 | -5/+8 |
* | Utilize callout_pending() macro | glebius | 2005-01-11 | 1 | -2/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -2/+3 |
* | - Use ng_callout() instead of timeout(9). | glebius | 2004-12-06 | 1 | -37/+14 |
* | Disable protocol field compression on the inner PPP frame when also doing | archie | 2004-11-27 | 1 | -1/+1 |
* | Do not change link[n].conf.latency for internal usage but have | bz | 2004-08-03 | 1 | -3/+5 |
* | Use qsort_r() instead of qsort() when sorting links by latency | glebius | 2004-07-16 | 1 | -20/+5 |
* | Add ng_ppp_latencies_mtx, a global mutex to protect the latency list. | rwatson | 2004-07-14 | 1 | -0/+11 |
* | Having moved metadata usage to mbuf tags, remove code that supports | julian | 2004-06-26 | 1 | -51/+20 |
* | Switch to using C99 sparse initialisers for the type methods array. | julian | 2004-05-29 | 1 | -12/+9 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -2/+1 |
* | Fix a use-after-free bug that could cause multi-link fragment reassembly to | archie | 2003-03-05 | 1 | -2/+4 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 1 | -2/+2 |
* | Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings. | jhb | 2002-11-08 | 1 | -3/+3 |
* | if you have taken the mbuf out of the message object, then if you pass | julian | 2002-06-09 | 1 | -1/+3 |
* | Fix GCC warnings caused by initializing a zero length array. In the process, | archie | 2002-05-31 | 1 | -13/+13 |
* | Fix bugs where the ng_ppp node could transmit PPP frames whose length | archie | 2002-03-15 | 1 | -4/+18 |
* | Fix another bug in handling of multi-link sequence numbers. | archie | 2002-02-13 | 1 | -3/+4 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -11/+11 |
* | Fix some memory leaks | julian | 2001-01-10 | 1 | -9/+15 |
* | Part 2 of the netgraph rewrite. | julian | 2001-01-08 | 1 | -51/+51 |
* | Rewrite of netgraph to start getting ready for SMP. | julian | 2001-01-06 | 1 | -95/+139 |
* | Divorce the kernel binary ABI version number from the message | julian | 2000-12-18 | 1 | -1/+1 |
* | Use "node->ID" for the node's ID, instead of "(long)node". | archie | 2000-12-18 | 1 | -5/+1 |
* | Reviewed by: Archie@freebsd.org | julian | 2000-12-12 | 1 | -7/+9 |
* | Add the use of M_ZERO to netgraph. | dwmalone | 2000-11-18 | 1 | -2/+1 |
* | In preparation for deprecating CIRCLEQ macros in favor of TAILQ | mckusick | 2000-11-15 | 1 | -35/+34 |
* | More complete fix for multi-link sequence number handling bugs. | archie | 2000-10-06 | 1 | -39/+81 |
* | Fix bug in handling of multi-link sequence numbers. | archie | 2000-10-06 | 1 | -2/+4 |
* | Remove unnecessary #include's as reported by phk's script. | archie | 2000-09-22 | 1 | -1/+0 |