summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ppp.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor places where ng_package_data() failed.glebius2005-05-161-13/+13
* - Catch up with new interface to ng_package_data().glebius2005-05-161-5/+8
* Utilize callout_pending() macroglebius2005-01-111-2/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+3
* - Use ng_callout() instead of timeout(9).glebius2004-12-061-37/+14
* Disable protocol field compression on the inner PPP frame when also doingarchie2004-11-271-1/+1
* Do not change link[n].conf.latency for internal usage but havebz2004-08-031-3/+5
* Use qsort_r() instead of qsort() when sorting links by latencyglebius2004-07-161-20/+5
* Add ng_ppp_latencies_mtx, a global mutex to protect the latency list.rwatson2004-07-141-0/+11
* Having moved metadata usage to mbuf tags, remove code that supportsjulian2004-06-261-51/+20
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+9
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-2/+1
* Fix a use-after-free bug that could cause multi-link fragment reassembly toarchie2003-03-051-2/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-2/+2
* Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings.jhb2002-11-081-3/+3
* if you have taken the mbuf out of the message object, then if you passjulian2002-06-091-1/+3
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-311-13/+13
* Fix bugs where the ng_ppp node could transmit PPP frames whose lengtharchie2002-03-151-4/+18
* Fix another bug in handling of multi-link sequence numbers.archie2002-02-131-3/+4
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-11/+11
* Fix some memory leaksjulian2001-01-101-9/+15
* Part 2 of the netgraph rewrite.julian2001-01-081-51/+51
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-95/+139
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Use "node->ID" for the node's ID, instead of "(long)node".archie2000-12-181-5/+1
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-7/+9
* Add the use of M_ZERO to netgraph.dwmalone2000-11-181-2/+1
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-151-35/+34
* More complete fix for multi-link sequence number handling bugs.archie2000-10-061-39/+81
* Fix bug in handling of multi-link sequence numbers.archie2000-10-061-2/+4
* Remove unnecessary #include's as reported by phk's script.archie2000-09-221-1/+0
* Allocate all memory (including within node constructors) with M_NOWAITarchie2000-09-211-1/+1
* Oops, previous commit fixed a bug that was already fixed before.archie2000-08-101-2/+0
* Fix bug where bundle-level receive statistics were not getting updated.archie2000-08-091-0/+2
* Fix bug where receive statistics for the bundle were not getting updated.archie2000-06-011-0/+4
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Fix broken multi-link fragment reassembly algorithm.archie2000-05-021-230/+666
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-3/+6
* Fix a few obscure memory leaks.archie2000-01-051-5/+11
* Fix bugs in the MP fragment reassembly code that can cause a panic.archie1999-12-171-26/+32
* Remove a bunch of un-needed includes.julian1999-12-071-2/+0
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-301-2/+76
* Change the prototype of the strto* routines to make the secondarchie1999-11-241-1/+2
* Fix bug where hook pointers were not getting updated on disconnection.archie1999-11-191-4/+18
* More bug fixes.archie1999-11-101-17/+21
* Move handling of the address and control fields into the PPP node;archie1999-11-101-64/+83
* Fix several bugs found in the first bit of testing.archie1999-11-061-35/+52
OpenPOWER on IntegriCloud