summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-2445-46/+46
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Calling untimeout(9) leads to a race window where memory could be leaked.archie2000-10-111-21/+5
* Fix memory leak.archie2000-10-111-2/+2
* Fix typo in NETGRAPH_INIT() macro.archie2000-10-091-1/+1
* More complete fix for multi-link sequence number handling bugs.archie2000-10-062-41/+101
* Fix bug in handling of multi-link sequence numbers.archie2000-10-061-2/+4
* Use m_dup() instead of m_copypacket() for the time being. Not allarchie2000-09-231-1/+1
* Remove unnecessary #include's as reported by phk's script.archie2000-09-225-8/+0
* Allocate all memory (including within node constructors) with M_NOWAITarchie2000-09-2115-22/+22
* Allocate memory with M_NOWAIT instead of M_WAITOK because we couldarchie2000-09-211-1/+1
* When sending a packet back to a network interface to simulate an arrivedjulian2000-09-191-0/+1
* Rename "struct session" to "struct sess_con" to avoid conflict witharchie2000-09-191-4/+4
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-13/+1
* New netgraph node type for Ethernet bridging.archie2000-09-012-0/+1176
* Fix wrong offset bug in ng_enaddr_unparse().archie2000-09-011-1/+2
* Avoid free'ing a NULL pointer.archie2000-08-311-1/+2
* Export ng_ether_enaddr_type for other nodes that want to use it.archie2000-08-301-0/+5
* Add three more control messages to complement their opposites:archie2000-08-152-10/+103
* Oops, previous commit fixed a bug that was already fixed before.archie2000-08-101-2/+0
* Add new control message to atomically get and clear statistics.archie2000-08-101-24/+37
* Increase the maximum allowable datagram length.archie2000-08-101-1/+1
* "u_int32_t" should have been "int32_t".archie2000-08-101-2/+2
* Use a bigger buffer for NGM_BINARY2ASCII conversion, to handle reallyarchie2000-08-101-1/+1
* - Add new control message NGM_VJC_GET_CONFIGarchie2000-08-102-7/+177
* Take advantage of the new unsigned and hex integer types.archie2000-08-1010-95/+95
* - Make statistics unsigned.archie2000-08-101-4/+5
* - Add new unsigned and hex integer parse typesarchie2000-08-101-2/+16
* - Add new unsigned and hex integer parse types; this allows simplifyingarchie2000-08-101-41/+146
* RFC 1661 requires that all LCP packets are sent with no address andarchie2000-08-101-0/+14
* In a struct sockaddr, sa->sa_len can be zero if uninitialized.archie2000-08-091-1/+1
* Fix bug where bundle-level receive statistics were not getting updated.archie2000-08-091-0/+2
* Fix a bug where we were accessing already free'd memory during node shutdown.archie2000-08-071-1/+1
* Add three new control messages to the ng_ether(4) netgraph node type:archie2000-08-072-4/+83
* Fix misspelling.archie2000-08-051-1/+1
* Followup to previous commit..archie2000-07-251-20/+40
* Several fixes:archie2000-07-252-26/+59
* Allocate memory with M_NOWAIT instead of M_WAITOK, because it's possiblearchie2000-07-201-5/+5
* Remove node's name reference when the interface is detached;archie2000-07-191-0/+1
* Set NG_INVALID flag when destroying node.archie2000-07-141-0/+1
* Fix typo, teh -> the.asmodai2000-07-141-1/+1
* Fix race condition caused by using NG_SEND_DATAQ() where we meantarchie2000-07-121-3/+1
* Don't forget to set our MAC address into packets we wre sending out viajulian2000-07-061-0/+6
* Experiemntal ascii based device configuration mechanism.phk2000-07-032-0/+9
* Fix incorrectly implemented receive ACK timeout algorithm:archie2000-06-281-14/+20
* Make the ng_ether(4) node type dynamically loadable like the rest.archie2000-06-262-8/+641
* - Start sequence numbers at zero instead of one; the rest of thearchie2000-06-261-84/+57
* 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-265-12/+12
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-235-12/+12
OpenPOWER on IntegriCloud