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
/
netinet
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure that you can only bind a more specific address when it is
guido
1998-03-01
1
-1
/
+7
*
1) in CleanupAliasData, don't nullify entry in linkTableOut
brian
1998-02-27
1
-4
/
+2
*
NetBSD PR# 2772
dima
1998-02-26
2
-3
/
+4
*
Changes to support the addition of a new sysctl variable:
dg
1998-02-26
4
-48
/
+46
*
OOPs typo TCF, not TCP....
julian
1998-02-25
1
-2
/
+2
*
Bring our in.h up to date with respect to allocated
julian
1998-02-25
1
-3
/
+86
*
Don't depend on "implicit int".
bde
1998-02-20
2
-4
/
+4
*
Add new sysctl variable: net.inet.ip.accept_sourceroute
guido
1998-02-16
2
-3
/
+11
*
Replace non-existent ip_forwarding with ipforwarding
ache
1998-02-12
1
-2
/
+2
*
Alter ipfw's behavior with respect to fragmented packets when the packet
alex
1998-02-12
1
-3
/
+35
*
Only forward source routed packets when ip_forwarding is set to 1.
guido
1998-02-11
1
-2
/
+2
*
Staticize.
eivind
1998-02-09
2
-5
/
+5
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
7
-14
/
+6
*
Don't attempt to display information which we don't have: specifically,
alex
1998-02-06
1
-5
/
+13
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
7
-6
/
+14
*
Add #include "opt_devfs.h"
eivind
1998-02-04
1
-0
/
+1
*
Added #include of <sys/queue.h> so that this file is more "self"-sufficent.
bde
1998-02-03
1
-1
/
+3
*
Forward declare some structs so that this file is more self-sufficient.
bde
1998-02-03
1
-0
/
+5
*
Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.
eivind
1998-01-31
1
-0
/
+1
*
Add #include "opt_devfs.h".
eivind
1998-01-31
1
-0
/
+1
*
Improved connection establishment performance by doing local port lookups via
dg
1998-01-27
11
-238
/
+305
*
Fix a couple of operator precedence bugs.
steve
1998-01-25
1
-2
/
+2
*
Make TCP_COMPAT_42 a new style option.
eivind
1998-01-25
3
-3
/
+6
*
A more complete fix for the "land" attack, removing the "quick fix" from
fenner
1998-01-21
2
-40
/
+50
*
Fixed a missing #include in the synopsis.
bde
1998-01-16
1
-4
/
+5
*
Added prototypes for functions that were documented in libalias.3
bde
1998-01-16
1
-0
/
+8
*
Remove __libalias_version. Ppp no longer uses it.
brian
1998-01-14
1
-3
/
+0
*
Remove use of <osreldate.h>.
eivind
1998-01-11
1
-6
/
+0
*
Put back __libalias_version so ppp(8) build again.
steve
1998-01-10
1
-0
/
+3
*
Sync with ipfw interface change: fw_pts is now part of a union (a
alex
1998-01-10
1
-5
/
+5
*
include <net/if.h> and restore this to sanity.
jkh
1998-01-10
1
-0
/
+1
*
Teach libalias to work with IPFW firewalls (controlled by a flag).
eivind
1998-01-09
9
-93
/
+475
*
Make the BOOTP family new-style options (in opt_bootp.h)
eivind
1998-01-09
1
-1
/
+2
*
Make INET a proper option.
eivind
1998-01-08
6
-21
/
+33
*
Bump up packet and byte counters to 64-bit unsigned ints. As a
alex
1998-01-08
2
-11
/
+14
*
Use LIST_FIRST/LIST_NEXT macros instead of accessing the fields lh_first
alex
1998-01-05
1
-22
/
+22
*
Added missing parens from previous commit.
alex
1998-01-05
1
-3
/
+3
*
Bound the ICMP type bitmap now that it doesn't cover all possible
alex
1998-01-05
1
-2
/
+3
*
Reduce the amount of time that network interrupts are blocked while
alex
1998-01-04
1
-17
/
+42
*
Bring back part of rev 1.44 which was commented out by rev 1.58.
alex
1997-12-27
1
-7
/
+8
*
The spl fixes in in_setsockaddr and in_setpeeraddr that were meant to
dg
1997-12-25
1
-11
/
+17
*
Removed unnecessary setting of 'error' -- binding to a privileged port
alex
1997-12-23
1
-2
/
+2
*
Fixed gratuitous ANSIisms.
bde
1997-12-20
1
-2
/
+2
*
Don't use ANSI string concatenation to misformat a string.
bde
1997-12-19
3
-15
/
+15
*
Removed a stale comment. (We don't declare ip_len and ip_offset as
bde
1997-12-19
1
-5
/
+1
*
Fix an incredibly horrible bug in the ipfw code
julian
1997-12-19
3
-11
/
+16
*
Fixed a missing splx(s) bug in tcp_usr_send().
dg
1997-12-18
1
-2
/
+3
*
Call in_pcballoc() at splnet(). As near as I can tell, this won't fix
dg
1997-12-18
2
-8
/
+18
*
Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.
eivind
1997-12-15
1
-1
/
+2
*
Add Matt Dillon's quick fix hack for the self-connect DoS.
wollman
1997-11-20
2
-2
/
+28
[next]