aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-13/+1
* New netgraph node type for Ethernet bridging.Archie Cobbs2000-09-012-0/+1176
* Fix wrong offset bug in ng_enaddr_unparse().Archie Cobbs2000-09-011-1/+2
* Avoid free'ing a NULL pointer.Archie Cobbs2000-08-311-1/+2
* Export ng_ether_enaddr_type for other nodes that want to use it.Archie Cobbs2000-08-301-0/+5
* Add three more control messages to complement their opposites:Archie Cobbs2000-08-152-10/+103
* Oops, previous commit fixed a bug that was already fixed before.Archie Cobbs2000-08-101-2/+0
* Add new control message to atomically get and clear statistics.Archie Cobbs2000-08-101-24/+37
* Increase the maximum allowable datagram length.Archie Cobbs2000-08-101-1/+1
* "u_int32_t" should have been "int32_t".Archie Cobbs2000-08-101-2/+2
* Use a bigger buffer for NGM_BINARY2ASCII conversion, to handle reallyArchie Cobbs2000-08-101-1/+1
* - Add new control message NGM_VJC_GET_CONFIGArchie Cobbs2000-08-102-7/+177
* Take advantage of the new unsigned and hex integer types.Archie Cobbs2000-08-1010-95/+95
* - Make statistics unsigned.Archie Cobbs2000-08-101-4/+5
* - Add new unsigned and hex integer parse typesArchie Cobbs2000-08-101-2/+16
* - Add new unsigned and hex integer parse types; this allows simplifyingArchie Cobbs2000-08-101-41/+146
* RFC 1661 requires that all LCP packets are sent with no address andArchie Cobbs2000-08-101-0/+14
* In a struct sockaddr, sa->sa_len can be zero if uninitialized.Archie Cobbs2000-08-091-1/+1
* Fix bug where bundle-level receive statistics were not getting updated.Archie Cobbs2000-08-091-0/+2
* Fix a bug where we were accessing already free'd memory during node shutdown.Archie Cobbs2000-08-071-1/+1
* Add three new control messages to the ng_ether(4) netgraph node type:Archie Cobbs2000-08-072-4/+83
* Fix misspelling.Archie Cobbs2000-08-051-1/+1
* Followup to previous commit..Archie Cobbs2000-07-251-20/+40
* Several fixes:Archie Cobbs2000-07-252-26/+59
* Allocate memory with M_NOWAIT instead of M_WAITOK, because it's possibleArchie Cobbs2000-07-201-5/+5
* Remove node's name reference when the interface is detached;Archie Cobbs2000-07-191-0/+1
* Set NG_INVALID flag when destroying node.Archie Cobbs2000-07-141-0/+1
* Fix typo, teh -> the.Jeroen Ruigrok van der Werven2000-07-141-1/+1
* Fix race condition caused by using NG_SEND_DATAQ() where we meantArchie Cobbs2000-07-121-3/+1
* Don't forget to set our MAC address into packets we wre sending out viaJulian Elischer2000-07-061-0/+6
* Experiemntal ascii based device configuration mechanism.Poul-Henning Kamp2000-07-032-0/+9
* Fix incorrectly implemented receive ACK timeout algorithm:Archie Cobbs2000-06-281-14/+20
* Make the ng_ether(4) node type dynamically loadable like the rest.Archie Cobbs2000-06-262-8/+641
* - Start sequence numbers at zero instead of one; the rest of theArchie Cobbs2000-06-261-84/+57
* Fix bug where receive statistics for the bundle were not getting updated.Archie Cobbs2000-06-011-0/+4
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-265-12/+12
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-235-12/+12
* Add hook for IPv6.Archie Cobbs2000-05-102-4/+9
* Fix a couple of bugs:Archie Cobbs2000-05-052-41/+253
* Don't assume *lasthook is initialized in ng_path2node().Archie Cobbs2000-05-021-2/+2
* Fix broken multi-link fragment reassembly algorithm.Archie Cobbs2000-05-022-260/+715
* Macro call to ng_send_dataq() should have been to ng_send_data() instead.Archie Cobbs2000-05-011-5/+5
* Use 'type_name' structure field instead of 'typename', which isArchie Cobbs2000-05-013-2/+23
* A temporary band-aid for ng_base. It works for some people, a betterPeter Wemm2000-05-011-6/+3
* Minimal tweak to make the ng_XXX modules depend on netgraph so that theyPeter Wemm2000-04-292-1/+4
* Two simple changes to the kernel internal API for netgraph modules,Julian Elischer2000-04-2823-78/+161
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-192-2/+0
* Fix uninitialized variable.Archie Cobbs2000-04-121-1/+1
* A netgraph node that implements Microsoft Point-to-Point compressionArchie Cobbs2000-04-092-0/+880
* Call bpfdetach() before going away.Archie Cobbs2000-03-211-0/+1