Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
f6fee71d |
| 18-Mar-2004 |
David Malone <dwmalone@FreeBSD.org> |
Make the vaule of PTT_RELAY_SID match the RFC. This should help PPPoE users that are working with relayed PPPoE.
Submitted by: Bodo Rüskamp <jordbaer@mac.com> PR: 44936 Approved by: julian MFC afte
Make the vaule of PTT_RELAY_SID match the RFC. This should help PPPoE users that are working with relayed PPPoE.
Submitted by: Bodo Rüskamp <jordbaer@mac.com> PR: 44936 Approved by: julian MFC after: 1 week
show more ...
|
Revision tags: release/5.2.1_cvs, release/5.2.1 |
|
#
87e2c66a |
| 26-Jan-2004 |
Hartmut Brandt <harti@FreeBSD.org> |
Get rid of the deprecated *LEN constants in favour of the new *SIZ constants that include the trailing \0 byte.
|
Revision tags: release/5.2.0_cvs, release/5.2.0 |
|
#
e20480bf |
| 11-Nov-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
Use a single style of multiple inclusion protection for Netgraph headers.
Reviewed by: archie, harti, emax
|
Revision tags: release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs |
|
#
4f492bfa |
| 23-Sep-2002 |
Alfred Perlstein <alfred@FreeBSD.org> |
use __packed.
|
Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
f0184ff8 |
| 01-Jun-2002 |
Archie Cobbs <archie@FreeBSD.org> |
Fix GCC warnings caused by initializing a zero length array. In the process, simply things a bit by getting rid of 'struct ng_parse_struct_info' which was useless because it only contained one field.
Fix GCC warnings caused by initializing a zero length array. In the process, simply things a bit by getting rid of 'struct ng_parse_struct_info' which was useless because it only contained one field.
MFC after: 2 weeks
show more ...
|
#
87c4cce0 |
| 14-May-2002 |
Brian Somers <brian@FreeBSD.org> |
Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node. This message is sent to the control socket when the SessionID is established.
Approved by: archie (after a very cursory glance)
|
#
c48a0b5f |
| 20-Feb-2002 |
Brian Somers <brian@FreeBSD.org> |
Send a NGM_PPPOE_ACNAME message to userland when a node is connected.
Submitted by: Andre Albsmeier <andre@albsmeier.net> Shuffled about by: brian Approved by: julian
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs, release/4.3.0_cvs, release/4.3.0 |
|
#
bfa7e882 |
| 23-Feb-2001 |
Julian Elischer <julian@FreeBSD.org> |
Shuffle sysctls a bit (thankyou whoever made them dynamic for modules) and add a sysctl to pppoe to activate non standard ethertypes so that idiot ISPs (apparently in France) who use equipment from i
Shuffle sysctls a bit (thankyou whoever made them dynamic for modules) and add a sysctl to pppoe to activate non standard ethertypes so that idiot ISPs (apparently in France) who use equipment from idiot suppliers (rumour says 3com) who use nonstandard ethertypes can still connect.
"yep, sure we do pppoe, we use a different identifier to that dictated in the standard, but sure it's pppoe!"
sysctl -w net.graph.stupid_isp=1 enables the changeover.
show more ...
|
#
7600241b |
| 12-Dec-2000 |
Julian Elischer <julian@FreeBSD.org> |
I have no idea at all why this file was not included in the last commit.
|
Revision tags: release/4.2.0 |
|
#
27121ab1 |
| 17-Nov-2000 |
Brian Somers <brian@FreeBSD.org> |
Go back to using data_len in struct ngpppoe_init_data after discussions with Julian and Archie.
Implement a new ``sizedstring'' parse type for dealing with field pairs consisting of a uint16_t follo
Go back to using data_len in struct ngpppoe_init_data after discussions with Julian and Archie.
Implement a new ``sizedstring'' parse type for dealing with field pairs consisting of a uint16_t followed by a data field of that size, and use this to deal with the data_len and data fields.
Written by: Archie with some input by me Agreed in principle by: julian
show more ...
|
#
76a70671 |
| 31-Oct-2000 |
Brian Somers <brian@FreeBSD.org> |
Change the format of ngpppoe_init_data so that the provider is NUL terminated and the data_len field is no longer necessary.
Add ASCII2BINARY and BINARY2ASCII capabilities.
The old format is still
Change the format of ngpppoe_init_data so that the provider is NUL terminated and the data_len field is no longer necessary.
Add ASCII2BINARY and BINARY2ASCII capabilities.
The old format is still understood and dealt with, but can't do the ASCII2BINARY and BINARY2ASCII stuff.
Approved by: archie
show more ...
|
#
cc3bbd68 |
| 24-Oct-2000 |
Julian Elischer <julian@FreeBSD.org> |
Since neither archie nor I work at Whistle any more, change our email addresses to be the more usefu @freebsd.org ones so we can keep getting bug-reports. - man pages to follow..
|
Revision tags: release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs |
|
#
d0fef808 |
| 01-Dec-1999 |
Julian Elischer <julian@FreeBSD.org> |
change intial timeout for session negotiation from 1 to 2 seconds. One second was being hit too many times in normal situations.
|
#
12f035e0 |
| 09-Nov-1999 |
Julian Elischer <julian@FreeBSD.org> |
Remove a null pointer reference
Submitted by: Brian Somers (brian@freebsd.org)
|
#
dc90cad9 |
| 01-Nov-1999 |
Julian Elischer <julian@FreeBSD.org> |
Start making the contents of the generic framework opaque to the nodes. This step: IDs are no-longer the address of the node. Reviewd by: Archie@freebsd.org
|
#
8876b55d |
| 27-Oct-1999 |
Julian Elischer <julian@FreeBSD.org> |
change PPPoE occurences to pppoe. Not JUST a cosmeting change. some occurrances needed to be the same as the filenmnae which was pppoe not PPPoE.
|
#
b58a8a3b |
| 23-Oct-1999 |
Julian Elischer <julian@FreeBSD.org> |
Now that Netgraph is in the system there are some cleanups we can do. Also save a slightly closer to completion version of the PPPOE code.
Submitted by: Archie Cobbs <archie@freebsd.org>
|
#
4cf49a43 |
| 21-Oct-1999 |
Julian Elischer <julian@FreeBSD.org> |
Whistle's Netgraph link-layer (sometimes more) networking infrastructure. Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://
Whistle's Netgraph link-layer (sometimes more) networking infrastructure. Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages.
Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree
show more ...
|
Revision tags: release/7.2.0_cvs, release/7.2.0 |
|
#
1829d5da |
| 12-Mar-2009 |
Warner Losh <imp@FreeBSD.org> |
Update the projects tree to a newer FreeBSD current.
|
#
60d234c5 |
| 03-Mar-2009 |
Ed Schouten <ed@FreeBSD.org> |
Make Netgraph compile with Clang.
Clang disallows structs with variable length arrays to be nested inside other structs, because this is in violation with ISO C99. Even though we can keep bugging th
Make Netgraph compile with Clang.
Clang disallows structs with variable length arrays to be nested inside other structs, because this is in violation with ISO C99. Even though we can keep bugging the LLVM folks about this issue, we'd better just fix our code to not do this. This code seems to be the only code in the entire source tree that does this.
I haven't tested this patch by using the kernel modules in question, but Diane Bruce and I have compared disassembled versions of these kernel modules. We would have expected them to be exactly the same, but due to randomness in the register allocator and reordering of instructions, there were some minor differences.
Approved by: julian
show more ...
|
Revision tags: release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
b06ccdea |
| 26-Dec-2007 |
Alexander Motin <mav@FreeBSD.org> |
Remove some prehistoric never used defines.
|
Revision tags: release/6.2.0_cvs, release/6.2.0 |
|
#
b1ba28df |
| 09-Aug-2006 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4).
- Store the Ethernet header in node softc. - Initialize header with dst addr and ethertype in node constructor method. - In node
Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4).
- Store the Ethernet header in node softc. - Initialize header with dst addr and ethertype in node constructor method. - In node connect method send NGM_ETHER_GET_ENADDR message downwards. - If received reply from ng_ether(4) store the src addr in softc. - Add NGM_PPPOE_SETENDADDR message that allows user to override the address with whatever he/she wants.
show more ...
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
#
1c8aa594 |
| 27-Jan-2006 |
Gleb Smirnoff <glebius@FreeBSD.org> |
o Introduce D-Link compat mode, that is default to off and can be set by NGM_PPPOE_SETMODE message. When D-Link compat mode is on, we will broadcast PADI with empty Service-Name to all listening
o Introduce D-Link compat mode, that is default to off and can be set by NGM_PPPOE_SETMODE message. When D-Link compat mode is on, we will broadcast PADI with empty Service-Name to all listening hooks. o Rewrite the compatibility options. Before we had two modes - standard and non-standard (aka 3Com). Now we have standard mode and two compat flags, that can be combined. o Be consistent and do s/STUPID/3COM/g. I don't say that 3Com mode isn't stupid, just want to make code easier to read.
show more ...
|
Revision tags: release/6.0.0_cvs, release/6.0.0 |
|
#
d56ace09 |
| 28-Oct-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Use variable-sized arrays where appropriate.
|
Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0 |
|
#
c398230b |
| 07-Jan-2005 |
Warner Losh <imp@FreeBSD.org> |
/* -> /*- for license, minor formatting changes
|