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
*
Add constant for PPP-Max-PayLoad tag.
glebius
2013-07-23
1
-0
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-10
/
+10
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Node constructor methods are supposed to be called in syscall
glebius
2011-04-18
1
-3
/
+1
*
Remove some dead and incorrect code.
mav
2010-06-05
1
-1
/
+1
*
Make Netgraph compile with Clang.
ed
2009-03-03
1
-11
/
+12
*
Use more compact LIST instead of TAILQ for session hash.
mav
2008-03-03
1
-62
/
+32
*
Make session ID generator to use session ID hash.
mav
2008-03-02
1
-40
/
+37
*
Do not use bcmp() to compare two bytes with constants.
mav
2008-02-06
1
-3
/
+2
*
Tune the message for better informativity.
mav
2008-02-01
1
-1
/
+2
*
Band-aid recent commit by mav by replacing a variable in a CTR statement with
benno
2008-02-01
1
-1
/
+1
*
Implement Session-ID hashing to improve receive performance scalability
mav
2008-01-31
1
-31
/
+70
*
Add support for optional "AC-Name\Service-Name" syntax at NGM_PPPOE_CONNECT
mav
2007-12-29
1
-6
/
+37
*
Fix incorrectly placed bracket in pppoe_find_svc().
mav
2007-12-26
1
-1
/
+1
*
Split ng_pppoe_rcvdata() function into three hook-specific ones
mav
2007-10-14
1
-464
/
+465
*
Remove ng_pppoe_sendpacket() function to simplify code as it is called
mav
2007-10-14
1
-79
/
+39
*
Dead code removal.
mav
2007-09-21
1
-11
/
+0
*
This is optimization of ether and debug hooks determination. It
mav
2007-09-21
1
-44
/
+27
*
This patch fixes thread unsafe usage of global pkt_hdr
mav
2007-09-21
1
-22
/
+20
*
Some perfectionizm against last revision.
glebius
2006-08-10
1
-2
/
+2
*
Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4).
glebius
2006-08-09
1
-20
/
+72
*
- Use log(9) instead of printf(9).
glebius
2006-08-07
1
-26
/
+44
*
o Introduce D-Link compat mode, that is default to off and can be set
glebius
2006-01-27
1
-59
/
+80
*
From the RFC2516 it is not clear, what is the correct behavior for a
glebius
2006-01-26
1
-43
/
+117
*
- Remove debugging printfs.
glebius
2006-01-21
1
-240
/
+243
*
Dej'a vu of revision 1.35
glebius
2005-09-19
1
-1
/
+1
*
Remove obsoleted sysctl interface for switching between standard and 3Com
glebius
2005-07-05
1
-39
/
+1
*
Remove ng_connect_t where it is unused. Probably it remained from ng_source.c.
glebius
2005-03-14
1
-13
/
+0
*
Drop mythical module dependency on ng_ether.
ru
2005-02-13
1
-2
/
+0
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-2
/
+3
*
- Use ng_callout() instead of timeout()
glebius
2004-12-08
1
-30
/
+23
*
Since last change moved ';' from macro to code, we need to embrace
glebius
2004-10-31
1
-2
/
+2
*
Rename debug macro to DBG and indent it properly.
glebius
2004-10-28
1
-23
/
+21
*
Another stupid error from my side. PPPOE_NONSTANDARD was first defined
glebius
2004-08-01
1
-9
/
+9
*
When node is server serve both standard RFC2516 and non-standard 3Com
glebius
2004-07-27
1
-42
/
+111
*
Add a note indicating that the eh_prototype field used to construct
rwatson
2004-07-14
1
-0
/
+4
*
Having moved metadata usage to mbuf tags, remove code that supports
julian
2004-06-26
1
-2
/
+2
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
1
-12
/
+10
*
Get rid of the deprecated *LEN constants in favour of the new
harti
2004-01-26
1
-2
/
+2
*
The default value of net.graph.nonstandard_pppoe is changed to -1,
yar
2003-12-19
1
-2
/
+2
*
Fixed compilation on 64-bit platforms.
ru
2003-12-19
1
-2
/
+2
*
There are two modes of ng_pppoe operation, standard and
yar
2003-12-18
1
-11
/
+38
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-9
/
+9
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-9
/
+9
*
Use %z to print a size_t value.
jhb
2002-11-08
1
-1
/
+1
*
use __packed.
alfred
2002-09-23
1
-2
/
+2
*
Don't use "NULL" when "0" is really meant.
archie
2002-08-22
1
-3
/
+3
*
NUL terminate the ACNAME passed to userland.
brian
2002-06-22
1
-3
/
+4
*
Const'ify variables to make it clear we're not writing to the mbuf data.
archie
2002-06-05
1
-31
/
+33
*
Fix GCC warnings caused by initializing a zero length array. In the process,
archie
2002-05-31
1
-4
/
+4
[next]