aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
...
* MFC 1.40->1.41 Don't pagefault when a module load fails.Julian Elischer2001-01-261-5/+12
* Swap egress hooks for packets entering on monitor hooksJulian Elischer2001-01-261-2/+2
* Don't list zombie nodes in reports.Julian Elischer2001-01-101-4/+9
* Fix memory leakJulian Elischer2001-01-101-0/+1
* MFC: add the NGM_TEXT_CONFIG primitive.Poul-Henning Kamp2001-01-092-0/+9
* Missing FREE();Julian Elischer2001-01-091-0/+1
* MFC: fix bug in parse type for struct ng_one2many_config.Archie Cobbs2000-12-151-2/+2
* MFC: fix promiscuous mode reset on last hook disconnect bug.Archie Cobbs2000-12-121-0/+2
* MFC: 1.26Julian Elischer2000-12-041-2/+13
* MFC: new netgraph node type ng_one2many(4).Archie Cobbs2000-11-162-5/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-11-162-0/+633
* MFC: 1.30-1.31Julian Elischer2000-11-041-3/+3
* MFC: change Archie's and my email addresses Whistle.com->freebsd.orgJulian Elischer2000-10-2445-46/+46
* MFC: don't call untimeout(9).Archie Cobbs2000-10-121-21/+5
* MFC: fix memory leak.Archie Cobbs2000-10-111-2/+2
* MFC: fix typo in NETGRAPH_INIT() macro.Archie Cobbs2000-10-091-1/+1
* MFC: remove some unneeded #include'sArchie Cobbs2000-10-093-6/+0
* MFC: fix for multi-link sequence number handling bugs.Archie Cobbs2000-10-092-38/+99
* MFC: allocate all memory with M_NOWAITArchie Cobbs2000-10-0115-22/+22
* MFC: (rev. 1.2) use m_dup() instead of m_copypacket() for the time being.Archie Cobbs2000-09-241-1/+1
* MFC: rename "struct session" to "struct sess_con"Archie Cobbs2000-09-211-4/+4
* MFC: allocate memory with M_NOWAIT instead of M_WAITOKArchie Cobbs2000-09-211-1/+1
* MFC: 1.10Julian Elischer2000-09-191-0/+1
* MFC: netgraph node type for Ethernet bridgingArchie Cobbs2000-09-131-4/+3
* MFC: (rev. 1.9) fix wrong offset bug in ng_enaddr_unparse()Archie Cobbs2000-09-131-1/+2
* MFC: (rev. 1.6) export ng_ether_enaddr_type.Archie Cobbs2000-09-131-0/+5
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-09-112-0/+1176
* MFC: (rev. 1.6) avoid free'ing a NULL pointerArchie Cobbs2000-09-011-1/+2
* MFC: take advantage of the new unsigned and hex integer typesArchie Cobbs2000-08-228-70/+70
* MFC: three more control messages, better EN address parsingArchie Cobbs2000-08-222-10/+103
* MFC:Archie Cobbs2000-08-222-7/+177
* MFC: (rev. 1.4) unsigned statistics, new control messageArchie Cobbs2000-08-221-4/+5
* MFC: (rev. 1.9) new control message to atomically get and clear statisticsArchie Cobbs2000-08-221-24/+37
* MFC: (rev. 1.15) increase the maximum allowable datagram lengthArchie Cobbs2000-08-221-1/+1
* MFC: (rev. 1.8, 1.9) timing fixes, etc.Archie Cobbs2000-08-221-40/+89
* MFC: (rev. 1.3, 1.4) timing fixes, use unsigned parse typesArchie Cobbs2000-08-221-22/+26
* MFC: (rev. 1.3) "u_int32_t" should have been "int32_t".Archie Cobbs2000-08-221-2/+2
* MFC: (rev. 1.5) unsigned and hex types, allocate buffer dynamicallyArchie Cobbs2000-08-221-40/+145
* MFC: (rev. 1.4) new unsigned and hex types, fix comment in example codeArchie Cobbs2000-08-221-2/+16
* MFC: (rev. 1.23) use a bigger buffer for NGM_BINARY2ASCII conversion.Archie Cobbs2000-08-221-1/+1
* MFC: (rev. 1.26) strip address and control field bytes from outgoing framesArchie Cobbs2000-08-151-4/+28
* MFC: back out previous duplicate bug fixArchie Cobbs2000-08-101-2/+0
* MFC: (rev. 1.7) handle zero sa->sa_len.Archie Cobbs2000-08-101-1/+1
* MFC: bundle-level receive statisticsArchie Cobbs2000-08-091-0/+2
* MFC: three new control messagesArchie Cobbs2000-08-092-4/+83
* MFC: don't access already free'd memory during node shutdown.Archie Cobbs2000-08-081-1/+1
* MFC: misspellingArchie Cobbs2000-08-061-1/+1
* MFC: (rev. 1.5): remove node's name reference when the interface is detached.Archie Cobbs2000-07-271-0/+1
* MFC: allocate memory with M_NOWAIT instead of M_WAITOK to avoid kernel panic.Archie Cobbs2000-07-211-5/+5
* MFC: (rev. 1.4) set NG_INVALID flag when destroying node.Archie Cobbs2000-07-141-0/+1