| Commit message (Expand) | Author | Age | Files | Lines |
* | spdx: Simplify BSD-2-Clause AND BSD-2-Clause | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | Alter the prototype of qsort_r(3) to match POSIX, which adopted the | Ed Schouten | 2022-09-30 | 1 | -4/+4 |
* | ng_ppp: Remove unused variable. | John Baldwin | 2022-04-08 | 1 | -2/+0 |
* | ng_ppp(4): Fix a typo in a comment | Gordon Bergling | 2021-10-14 | 1 | -1/+1 |
* | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -6/+5 |
* | sys: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | sys/netgraph: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 1 | -4/+4 |
* | Accidentially, ng_ppp changes leaked out with r271770. The proper | Gleb Smirnoff | 2014-09-18 | 1 | -16/+15 |
* | Add a function to set if_get_counter method for an ifnet. To be used | Gleb Smirnoff | 2014-09-18 | 1 | -0/+28 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -3/+3 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
* | Node constructor methods are supposed to be called in syscall | Gleb Smirnoff | 2011-04-18 | 1 | -3/+1 |
* | Remove some more alignment constraints. | Alexander Motin | 2010-03-31 | 1 | -4/+5 |
* | Make ng_ppp fulfill upper protocol stack layers alignment requirements | Alexander Motin | 2010-03-31 | 1 | -0/+14 |
* | Remove strict limitation on minimal multilink MRRU. RFC claims that MRRU | Alexander Motin | 2009-01-18 | 1 | -5/+6 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -2/+2 |
* | Do not use bcmp() to compare two bytes with constants. | Alexander Motin | 2008-02-06 | 1 | -1/+2 |
* | Improve multilink receive performance by netgraph item reuse. | Alexander Motin | 2008-01-26 | 1 | -5/+17 |
* | Improve multilink xmit performance by netgraph item reuse. | Alexander Motin | 2008-01-26 | 1 | -3/+13 |
* | Improve multilink receive performance with fragment headers preallocation. | Alexander Motin | 2008-01-26 | 1 | -22/+23 |
* | Fix bundle xmit octets stats for packet-split operation mode. | Alexander Motin | 2008-01-23 | 1 | -4/+4 |
* | Fix typo which brokes VJ decompression | Alexander Motin | 2007-09-15 | 1 | -1/+1 |
* | Add 64bit statistic counters to the ng_ppp node. | Alexander Motin | 2007-08-01 | 1 | -6/+55 |
* | This patch improves fine-grained locking for the ng_ppp node. | Alexander Motin | 2007-08-01 | 1 | -68/+137 |
* | No need to update link queue stats when round-robin algorithm enabled. | Alexander Motin | 2007-06-04 | 1 | -9/+10 |
* | Added m_tag_copy_chain() call to copy original outgoing packet tags to all of | Alexander Motin | 2007-04-20 | 1 | -0/+1 |
* | Optimized packet distribution plan for the equal links case. Do not | Alexander Motin | 2007-04-20 | 1 | -13/+20 |
* | - Changed sequence numbers processing to avoid incorrect timeout waiting | Alexander Motin | 2007-04-20 | 1 | -66/+65 |
* | - Fixed mistakes in latency and xmitBytes calculation math | Alexander Motin | 2007-04-20 | 1 | -6/+22 |
* | - Create ng_ppp_bypass() function, that prepares a packet | Gleb Smirnoff | 2007-01-25 | 1 | -30/+66 |
* | A less draconian fix to the build. | Matt Jacob | 2007-01-18 | 1 | -3/+1 |
* | Temporarily comment out the KASSERT that broke the kernel build. | David E. O'Brien | 2007-01-18 | 1 | -0/+2 |
* | Revise the ng_ppp(4) node, so that code flow is more clear. All non-link | Gleb Smirnoff | 2007-01-18 | 1 | -514/+805 |
* | Before this commit, if the compression is enabled the, ng_ppp(4) | Gleb Smirnoff | 2006-12-28 | 1 | -48/+113 |
* | Refactor places where ng_package_data() failed. | Gleb Smirnoff | 2005-05-16 | 1 | -13/+13 |
* | - Catch up with new interface to ng_package_data(). | Gleb Smirnoff | 2005-05-16 | 1 | -5/+8 |
* | Utilize callout_pending() macro | Gleb Smirnoff | 2005-01-11 | 1 | -2/+2 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -2/+3 |
* | - Use ng_callout() instead of timeout(9). | Gleb Smirnoff | 2004-12-06 | 1 | -37/+14 |
* | Disable protocol field compression on the inner PPP frame when also doing | Archie Cobbs | 2004-11-27 | 1 | -1/+1 |
* | Do not change link[n].conf.latency for internal usage but have | Bjoern A. Zeeb | 2004-08-03 | 1 | -3/+5 |
* | Use qsort_r() instead of qsort() when sorting links by latency | Gleb Smirnoff | 2004-07-16 | 1 | -20/+5 |
* | Add ng_ppp_latencies_mtx, a global mutex to protect the latency list. | Robert Watson | 2004-07-14 | 1 | -0/+11 |
* | Having moved metadata usage to mbuf tags, remove code that supports | Julian Elischer | 2004-06-26 | 1 | -51/+20 |
* | Switch to using C99 sparse initialisers for the type methods array. | Julian Elischer | 2004-05-29 | 1 | -12/+9 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -2/+1 |
* | Fix a use-after-free bug that could cause multi-link fragment reassembly to | Archie Cobbs | 2003-03-05 | 1 | -2/+4 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |