aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix memory leak.Ruslan Ermilov2005-12-091-0/+1
* MFC typo fix from 1.75:Gleb Smirnoff2005-09-201-1/+1
* MFC: (rev. 1.10) Correct L2TP header offset handling.Archie Cobbs2005-05-261-2/+2
* MFC 1.25: Fix a problem with multiple-delivery (i.e. broadcast) in ng_bridge.Ruslan Ermilov2005-03-171-3/+5
* MFC: 1.27: Pull up to ETHER_HDR_LEN before passing an mbuf to ether_input().Ruslan Ermilov2005-03-011-0/+6
* MFC: New ASCII message, "getifname".Ruslan Ermilov2005-02-032-13/+10
* MFC: Bitmap of free units.Ruslan Ermilov2005-02-021-5/+89
* Further reduce diffs with HEAD:Ruslan Ermilov2005-02-021-26/+8
* MFC:Ruslan Ermilov2005-02-022-42/+23
* Minimize diffs to HEAD (no code changes).Ruslan Ermilov2005-02-022-103/+87
* MFC: (1.52) Disable protocol field compression on inner frame when compressing.Archie Cobbs2004-12-121-1/+1
* MFC: (rev. 1.7) Rename internal structure to fix cut & paste error.Archie Cobbs2004-11-061-3/+3
* MFC 1.34:Gleb Smirnoff2004-09-101-1/+1
* MFC: (rev. 1.18) Avoid calling bpf_filter() with len == 0.Archie Cobbs2004-06-241-1/+4
* The previous checkin (MFC: Allow "lower" and "orphans" hooks to be connectedArchie Cobbs2004-06-061-6/+6
* MFC: Allow "lower" and "orphans" hooks to be connected at the same time.Archie Cobbs2004-06-011-17/+14
* MFC: Maintain statistics about received frames.Ruslan Ermilov2004-05-262-3/+147
* MFC: Add 'enableWindowing' configuration knob to the ng_pptpgre(4) node.Archie Cobbs2004-05-162-35/+51
* MFC 1.21: Fix memory leak in ng_get_string_token.John Polstra2004-05-011-0/+1
* MFC part of rev. 1.8 that fixed an mbuf memory leak (withoutRuslan Ermilov2004-04-301-14/+47
* MFC: ng_hub(4).Ruslan Ermilov2004-04-221-12/+12
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2004-04-172-0/+146
* MFC 1.19: Make the vaule of PTT_RELAY_SID match the RFC.David Malone2004-03-301-2/+2
* Don't needlessly duplicate a packet when we only have one destinationJulian Elischer2004-03-241-0/+8
* MFC 1.25->1.26, don't collect statisitics for disconnected hooks.Julian Elischer2004-03-241-3/+5
* ng_vlan(4) for the masses.Ruslan Ermilov2004-03-102-40/+39
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2004-03-042-0/+519
* MFC: Allow the socket buffer sizes to be controlled via sysctl(8).Ruslan Ermilov2004-02-231-0/+4
* MFC: Standardize the Ethernet address parse type.Ruslan Ermilov2004-01-095-67/+69
* MFC: 1.38: Replaced two bzero() calls with the M_ZERO flag to malloc().Ruslan Ermilov2004-01-091-3/+2
* MFC: Fix the DoS condition triggered by a non-standard PPPoE frame.Yaroslav Tykhiy2003-12-291-11/+38
* Don't call bpf_mtap(), ether_input() does this for us.Ruslan Ermilov2003-12-151-4/+0
* MFC: (rev. 1.31) Maximum ACK timeout for GRE packets from 10 -> 1 second.Archie Cobbs2003-11-221-1/+1
* Properly shutdown the node (don't panic).Ruslan Ermilov2003-11-121-0/+3
* Merge from -current support for Protocol Independent Multicast.Jeffrey Hsu2003-08-241-0/+1
* fix a comment that was 180 degrees wrong.. (MFC)Julian Elischer2003-07-031-2/+2
* MFC: (rev. 1.35) Add missing braces.Archie Cobbs2003-04-281-1/+2
* MFC: (rev. 1.45) Fix use-after-free bug that could break fragment reassembly.Archie Cobbs2003-03-101-2/+4
* Make the arpcom the first entry in the softc. Apparently there is stillJulian Elischer2002-12-171-1/+1
* MFC: (rev. 1.19) Fix two bugs.Archie Cobbs2002-12-161-12/+26
* ng_eiface.c: Don't call ifattach() or bpfattach().sJulian Elischer2002-12-122-3/+1
* Put 'ng_eiface_cmdlist' back into ng_eiface.c where it belongs.Archie Cobbs2002-12-102-16/+16
* MFC the fec driver from bill paulJulian Elischer2002-11-011-19/+34
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-11-012-0/+1311
* MFC: (rev. 1.26) Ignore a bogus payload length field when there's no payload.Archie Cobbs2002-10-101-1/+1
* Start of an MFC of this node...Julian Elischer2002-08-231-85/+80
* MFC: New L2TP netgraph node type.Archie Cobbs2002-08-201-121/+109
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-08-202-0/+1640
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-07-032-0/+681
* MFC: Fix GCC warnings caused by initializing a zero length array.Archie Cobbs2002-07-0231-238/+152