aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_10'.cvs2svn2004-04-212-146/+0
* 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
* MFC: Const'ify variables to make it clear we're not writing to the mbuf data.Archie Cobbs2002-07-025-49/+53
* MFC: (rev. 1.18) Fix bugs where mbuf was being accessed without m_pullup().Archie Cobbs2002-07-021-7/+41
* MFC: (rev. 1.24) Fix for checking M_WRITABLE(), eliminate some complexity.Archie Cobbs2002-07-021-57/+27
* MFC: (rev. 1.23) Don't send packets out an interface unless IFF_UP|IFF_RUNNING.Archie Cobbs2002-07-021-2/+9
* Re-enable send_sessionid().Brian Somers2002-06-291-2/+2
* Remove calls to send_sessionid().Brian Somers2002-06-271-2/+2
* MFC: NUL terminate the ACNAME passed to userland.Brian Somers2002-06-221-3/+4
* Unbreak modules build by removing duplicate function 'send_sessionid()'.Alfred Perlstein2002-06-171-17/+0
* MFC: Send a NGM_PPPOE_SESSIONID message when we establish a connectionBrian Somers2002-06-172-1/+38
* MFC: (rev. 1.23) Use 'struct callout' instead of 'struct callout_handle'.Archie Cobbs2002-04-211-24/+81
* MFC of Vitaly V Belekhov's pretend ethernet interface module.Julian Elischer2002-04-152-283/+189
* A LONG FORGOTTEN MFC.Julian Elischer2002-04-143-46/+337
* MFC the ethertype filter node.Julian Elischer2002-04-092-20/+22
* MFC: Support NGM_PPPOE_ACNAMEBrian Somers2002-03-262-2/+25
* MFC: (rev. 1.38) Don't transmit PPP frames with length > MRU or MRRU.Archie Cobbs2002-03-211-3/+14
* MFC: (rev. 1.36) Fix another bug in handling of multi-link sequence numbers.Archie Cobbs2002-02-191-3/+4
* MFC remove the MFREE() mbuf macro and cleanup twists in related code.Matthew Dillon2002-02-132-9/+3
* MFC: (rev. 1.15) Fix bug in previous commit.Archie Cobbs2002-02-121-2/+1
* MFC: (rev. 1.22) Turn off hardware checksum, etc. when "upper" is connected.Archie Cobbs2002-02-121-2/+9
* MFC: (rev. 1.14) Provide a valid header when generating default values.Archie Cobbs2002-02-071-7/+14