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
*
Add LogFILTER logging to log packets allowed by the dial filter and
brian
2000-08-28
1
-12
/
+61
*
Allow a ``timeout secs'' filter option to let specific packet types
brian
2000-07-11
1
-180
/
+215
*
o Log the (payload/size) of all packet types, not just TCP packets
brian
2000-07-07
1
-8
/
+60
*
Allow ``set urgent none'' to disable all urgent ports and IPTOS_LOWDELAY
brian
2000-06-08
1
-2
/
+2
*
Log information about packets being dropped (probably due to
brian
2000-03-29
1
-5
/
+9
*
When ppp can't identify the relevant name, don't use "???", use
brian
2000-03-14
1
-4
/
+2
*
Add ``set log dns'' to log DNS QUERY packets.
brian
2000-03-14
1
-10
/
+137
*
Handle the availability of TUNSIFHEAD. If it's there, use it.
brian
2000-01-23
1
-5
/
+9
*
Add a bunch of `const's and fix a typo.
brian
1999-12-27
1
-1
/
+3
*
Cosmetic: Make struct mbuf more like kernel mbufs.
brian
1999-12-20
1
-20
/
+21
*
Support GRE packets
brian
1999-09-30
1
-0
/
+22
*
Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.
brian
1999-09-21
1
-3
/
+0
*
NetBSD has moved ``extern int errno;'' to signal.h :-/
brian
1999-09-20
1
-0
/
+3
*
Correct the return from FilterCheck for fragments
brian
1999-09-16
1
-1
/
+1
*
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
[next]