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
/
net
/
if_spppsubr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct buffer overflow in the handling of LCP options in ppp(4)
cperciva
2006-08-23
1
-12
/
+24
*
Use TAILQ_FOREACH instead of poking around in the guts of the list
brooks
2006-07-15
1
-8
/
+5
*
Fix -Wundef from compiling the amd64 LINT.
ru
2005-12-04
1
-1
/
+1
*
Use monotonic time_uptime instead of 'time_second' as timebase
andre
2005-09-19
1
-3
/
+3
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-16
/
+18
*
scope cleanup. with this change
ume
2005-07-25
1
-2
/
+6
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-44
/
+71
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+2
*
Add FR support to sppp (MFCronyx).
rik
2004-12-28
1
-12
/
+38
*
Kill double inclusion for <netinet/in.h> and <netinet/in_systm.h>.
rik
2004-12-14
1
-2
/
+0
*
Make sppp MPSAFE.
rik
2004-12-12
1
-110
/
+229
*
Apply error and success logic consistently to the function netisr_queue() and
andre
2004-08-27
1
-1
/
+1
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-2
/
+1
*
Do not m_free packet since IF_HANDOFF (called from netisr_queue) will
rik
2004-06-28
1
-1
/
+1
*
Do not count loobacks as other fuilures.
rik
2004-06-25
1
-1
/
+2
*
Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled on
mlaier
2004-06-15
1
-5
/
+10
*
Link ALTQ to the build and break with ABI for struct ifnet. Please recompile
mlaier
2004-06-13
1
-2
/
+2
*
Keepalive timer should be added if we does not have any sppp consumers before
rik
2004-05-25
1
-2
/
+2
*
Compare spppq to NULL instead of using spppq as a boolean.
rwatson
2004-03-14
1
-2
/
+2
*
Constify interactive_ports, as its value is static, and therefore doesn't
rwatson
2004-03-13
1
-1
/
+1
*
Remove #ifdef for ancient source FreeBSD compat.
phk
2004-01-21
1
-11
/
+0
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-1
/
+1
*
Use M_WAITOK instead of M_WAIT in sppp_attach().
gj
2003-07-26
1
-1
/
+1
*
Finish driving a stake through the heart of netns and the associated
peter
2003-03-05
1
-25
/
+0
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-30
/
+16
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-6
/
+6
*
o Restore an interrupt priority level before return.
maxim
2003-02-17
1
-0
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-6
/
+6
*
Be consistent about functions being static.
phk
2002-10-16
1
-2
/
+2
*
s/__attribute__((__packed__))/__packed/g
alfred
2002-09-23
1
-3
/
+3
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-7
/
+7
*
Fix a misplaced break statement within a switch that accidentally made
joerg
2002-05-10
1
-1
/
+1
*
"pointers are not permitted as case values", so force the macros to ints.
obrien
2002-05-01
1
-2
/
+2
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-2
/
+2
*
Implement an option to administratively disable the negotiation of
joerg
2001-12-30
1
-7
/
+50
*
Merge last-minute fix from the i4b file made by gj:
joerg
2001-12-30
1
-2
/
+4
*
We explicitly close LCP when going to state CLOSED, so we better open
joerg
2001-12-30
1
-0
/
+4
*
run IPCP only if we have IPv4 in kernel
joerg
2001-12-30
1
-1
/
+7
*
Fix a long-standing blatant bug where the operator precedence between
joerg
2001-12-30
1
-4
/
+4
*
Fix compilation without INET (though not really tested yet without
joerg
2001-12-30
1
-6
/
+10
*
Add the `packed' attribute to structures which describe wire protocol
joerg
2001-12-30
1
-4
/
+4
*
Extend the hack where 0.0.0.1 meant `any address for remote is
joerg
2001-12-30
1
-2
/
+2
*
Fix the handling of VJ uncompression. Unfortunately, tcp_uncompress()
joerg
2001-12-30
1
-14
/
+39
*
Convert sppp_params() to use a malloced structure in order to reduce
joerg
2001-12-28
1
-45
/
+65
*
Fix my breakage to the low-level hardware sync drivers brought by the
joerg
2001-12-28
1
-25
/
+26
*
Implement timestamps so i4b/driver/i4b_isppp.c can derive the idle
joerg
2001-12-28
1
-4
/
+25
*
Break out the relevant fields from struct sppp into a struct
joerg
2001-12-27
1
-1
/
+7
*
Make the LCP restart timer configurable.
joerg
2001-12-27
1
-9
/
+20
*
Implement VJ header compression for sppp.
joerg
2001-12-27
1
-5
/
+153
*
Don't log RXJ+ protocol rejects unless we are in debug mode. (RXJ-
joerg
2001-12-26
1
-6
/
+7
[next]