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
/
usr.sbin
/
ppp
/
ip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce a forth IP packet queue. Urgent packets with
brian
1999-09-07
1
-4
/
+18
*
o Split the two IPCP queues into three - one for FSM data
brian
1999-09-04
1
-19
/
+15
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add ISDN support via isdnd & i4b. This requires version
brian
1999-08-06
1
-3
/
+1
*
#ifdef IPPROTO_OSPFIGP before expecting it to be defined.
brian
1999-08-02
1
-1
/
+5
*
Filter ospf and igmp separately.
brian
1999-08-02
1
-1
/
+18
*
o Overhaul filtering, adding facilities to jump over rules and to
brian
1999-07-27
1
-131
/
+182
*
Support `igmp' filters.
brian
1999-06-23
1
-2
/
+6
*
o Alter the mbuf type as it's processed by different layers.
brian
1999-06-02
1
-2
/
+3
*
Remember if MYADDR or HISADDR is used in a filter add tweak all
brian
1999-05-31
1
-6
/
+6
*
Ensure that we're not going to overflow our ``struct tun''
brian
1999-05-14
1
-3
/
+10
*
Deal with the fact that as we now mbuf_Read the fsm
brian
1999-05-09
1
-2
/
+2
*
o Redesign the layering mechanism and make the aliasing code part of
brian
1999-05-08
1
-128
/
+48
*
Make ports 80 & 81 ``interactive''.
brian
1999-05-01
1
-2
/
+2
*
Add support for NetBSD
brian
1999-04-26
1
-5
/
+5
*
Ensure that the thing we're casting to struct ip
brian
1999-03-29
1
-2
/
+2
*
Initial RADIUS support (using libradius). See the man page for
brian
1999-01-28
1
-2
/
+5
*
Don't forget to initialise dbuff when debugging.
brian
1998-11-10
1
-5
/
+9
*
Sync with OpenBSD ifdefs
brian
1998-09-17
1
-4
/
+8
*
Put the IP buffer queues into struct ipcp.
brian
1998-08-26
1
-14
/
+17
*
If we've got a full output buffer queue and cannot send
brian
1998-08-25
1
-1
/
+11
*
o Support callback types NONE, E.164, AUTH and CBCP.
brian
1998-08-07
1
-1
/
+3
*
Check the ``alive'' filter for a packet *before* the
brian
1998-07-11
1
-2
/
+2
*
o Fix remaining sizeof problems for 64 bit machines.
brian
1998-06-27
1
-3
/
+5
*
Remove redundant includes
brian
1998-06-27
1
-2
/
+1
*
Don't dlopen()/dlsym() libalias, use it in the same way
brian
1998-06-27
1
-6
/
+6
*
``struct tunnel_header'' -> u_int32_t in OpenBSD.
brian
1998-06-27
1
-2
/
+1
*
Change some log levels. ALERTs are only logged when
brian
1998-06-16
1
-3
/
+3
*
o De-staticise things that don't need to be static.
brian
1998-06-15
1
-2
/
+2
*
Deal with PROTO_IGMP and PROTO_IPIP packets correctly.
brian
1998-06-14
1
-2
/
+28
*
MFMP: Make ppp multilink capable.
brian
1998-05-21
1
-183
/
+161
*
Quieten gcc-2.8.1
brian
1998-04-25
1
-3
/
+5
*
Add extraneous braces to stiffle warnings from gcc-2.8
brian
1998-03-13
1
-2
/
+3
*
Remove unused #includes.
brian
1998-01-21
1
-5
/
+3
*
Lose <net/if_var.h> !
brian
1998-01-11
1
-4
/
+1
*
Don't scribble on the stack if our input packet is
brian
1998-01-04
1
-1
/
+7
*
Show how much time is left before timing out in the
brian
1997-12-29
1
-2
/
+15
*
If a packet causes a dial, continue to test whether it's
brian
1997-12-28
1
-2
/
+2
*
Cosmetic (style):
brian
1997-12-24
1
-7
/
+8
*
Fix prototypes.
brian
1997-11-22
1
-12
/
+17
*
Add throughput logging (disabled by default).
brian
1997-11-18
1
-5
/
+5
*
Abstract data read from and written to the tun device,
brian
1997-11-16
1
-19
/
+33
*
Understand networks in the filter rules. We don't
brian
1997-11-12
1
-3
/
+5
*
Log whether or not IP packets are bloked due to
brian
1997-11-12
1
-5
/
+7
*
Cosmetic:
brian
1997-10-26
1
-1
/
+3
*
Cosmetic (no functional changes):
brian
1997-10-26
1
-15
/
+30
*
Cosmetic: Log a strerror(errno) when failing to write to
brian
1997-10-04
1
-4
/
+16
*
Allow the transition from an idle timeout value
brian
1997-09-03
1
-2
/
+3
*
Make the code format more in line with style(9).
brian
1997-08-25
1
-146
/
+132
*
Put TCP/IP logs back on one line.
brian
1997-06-16
1
-18
/
+46
[next]