index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netgraph
/
ng_pppoe.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Swap the order of two tags in the pppoe PADI and PADS packets
julian
2000-10-31
1
-3
/
+3
*
Change the format of ngpppoe_init_data so that the provider is NUL
brian
2000-10-31
1
-27
/
+120
*
Since neither archie nor I work at Whistle any more, change our email
julian
2000-10-24
1
-1
/
+1
*
Allocate all memory (including within node constructors) with M_NOWAIT
archie
2000-09-21
1
-3
/
+3
*
Rename "struct session" to "struct sess_con" to avoid conflict with
archie
2000-09-19
1
-4
/
+4
*
RFC 1661 requires that all LCP packets are sent with no address and
archie
2000-08-10
1
-0
/
+14
*
Fix typo, teh -> the.
asmodai
2000-07-14
1
-1
/
+1
*
Two simple changes to the kernel internal API for netgraph modules,
julian
2000-04-28
1
-7
/
+18
*
Remove a bunch of un-needed includes.
julian
1999-12-07
1
-1
/
+0
*
change intial timeout for session negotiation from 1 to 2 seconds.
julian
1999-12-01
1
-2
/
+3
*
Add two new generic control messages, NGM_ASCII2BINARY and
archie
1999-11-30
1
-1
/
+2
*
Fixes from brian. With some changes from me.
julian
1999-11-21
1
-20
/
+35
*
Move misplaced #define.
archie
1999-11-19
1
-1
/
+3
*
Small fixes from Brian for the Server side of PPPoE.
julian
1999-11-15
1
-9
/
+9
*
Rework some tag handling, prompted by Brian Somers.
julian
1999-11-14
1
-35
/
+25
*
Try handle missing packet tags better.
julian
1999-11-14
1
-12
/
+19
*
Remove a null pointer reference
julian
1999-11-09
1
-0
/
+2
*
Add typedefs for node methods
julian
1999-11-01
1
-9
/
+8
*
When the session is running, don't include the ethernet header in the length ...
julian
1999-10-29
1
-1
/
+2
*
fix typo
julian
1999-10-27
1
-2
/
+2
*
The node goes away when last session disconnects or when disconnected from
julian
1999-10-27
1
-0
/
+9
*
change PPPoE occurences to pppoe. Not JUST a cosmeting change.
julian
1999-10-27
1
-31
/
+31
*
cleanups regarding misused m_pullup() and similar.
julian
1999-10-26
1
-1
/
+2
*
Send the negotiated session ID on our packets (DUH!).
julian
1999-10-26
1
-1
/
+2
*
Send a PADT message to the peer when a session is closed down.
julian
1999-10-26
1
-1
/
+35
*
This one actually gets session data to the waiting ppp daemon
julian
1999-10-26
1
-38
/
+5
*
This one actually negotiated it's way into a session.
julian
1999-10-26
1
-12
/
+58
*
more fixes, braino's, typo's, etc.
julian
1999-10-23
1
-8
/
+19
*
A version of the pppoe code ellicits a response from the ISP end
julian
1999-10-23
1
-19
/
+65
*
Now that Netgraph is in the system there are some cleanups we can do.
julian
1999-10-23
1
-2
/
+25
*
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
julian
1999-10-21
1
-0
/
+1343
[prev]