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
*
Use new printf features rather than local kludges.
phk
1996-01-24
1
-5
/
+5
*
First piece of fixing ppp/proxy arp problem:
fenner
1996-01-23
1
-2
/
+28
*
remove tcp_lastport - it has not been used for quite a while (at least
peter
1996-01-19
1
-2
/
+1
*
Change the default local address range for IP from 1024 through 5000
peter
1996-01-19
2
-5
/
+33
*
Add definitions for ICMP router discovery.
fenner
1996-01-19
1
-1
/
+20
*
Be more conservative when T/TCP extensions are disabled. In particular,
olah
1996-01-17
1
-1
/
+14
*
Fix logic bug (!= should be ==) in recent P2P/multicast kludge.
dg
1996-01-09
1
-2
/
+2
*
Fix a bug where having a process listening to both a INADDR_ANY and a
guido
1996-01-08
1
-2
/
+8
*
Finally demolished the last, tottering remnants of GATEWAY. If you want
wollman
1996-01-05
1
-14
/
+3
*
Reverse the modification which caused the annoying m_copydata crash: set
olah
1996-01-04
1
-1
/
+5
*
Try to make multicast routing work correctly over point-to-point
wollman
1996-01-03
1
-1
/
+8
*
Remove some bogus externs.
dg
1995-12-29
1
-4
/
+1
*
If _IP_VHL is defined, declare a single ip_vhl member in struct ip rather
wollman
1995-12-21
1
-1
/
+5
*
Delete old-style-broadcast-address compatibility cruft in IP input path.
wollman
1995-12-21
1
-3
/
+3
*
in_proto.c: spell ``Internet'' right and put whitespace after commas.
wollman
1995-12-20
2
-26
/
+27
*
Demolish DIRECTED_BROADCAST. It was always a bad idea, and nobody uses it.
wollman
1995-12-20
1
-15
/
+8
*
Fix a nagging divide-by-zero error resulting from the MTU discovery code
wollman
1995-12-20
2
-4
/
+40
*
Added a comment about why trying to make a one-behind cache for
wollman
1995-12-19
1
-1
/
+18
*
Actually call in_rtqdrain()as was originally intended.
wollman
1995-12-19
3
-8
/
+7
*
Uniformized pr_ctlinput protosw functions. The third arg is now `void
bde
1995-12-16
6
-16
/
+19
*
Added a prototype.
bde
1995-12-16
1
-1
/
+2
*
Another mega commit to staticize things.
phk
1995-12-14
8
-26
/
+26
*
Staticize.
phk
1995-12-09
3
-16
/
+17
*
Remove old ballast, clean up a little bit, staticize.
phk
1995-12-09
2
-73
/
+69
*
Added a conditionalized printf for debugging MTU discovery.
wollman
1995-12-08
1
-2
/
+6
*
Removed unnecessary #includes of vm stuff. Most of them were once
bde
1995-12-06
4
-9
/
+4
*
Added explicit include of <sys/queue.h>. Currently, some things only
bde
1995-12-05
1
-1
/
+3
*
Path MTU Discovery is now standard.
wollman
1995-12-05
8
-41
/
+37
*
all:
dg
1995-12-05
1
-1
/
+4
*
Completed function declarations and/or added prototypes.
bde
1995-12-02
7
-10
/
+62
*
fix #includes & warnings.
phk
1995-11-20
2
-35
/
+4
*
Fixed the type of a function pointer.
bde
1995-11-18
1
-3
/
+3
*
Fixed recent staticizations. Some protypes for static functions were
bde
1995-11-16
2
-4
/
+4
*
New style sysctl & staticize alot of stuff.
phk
1995-11-14
30
-357
/
+243
*
Start adding new style sysctl here too.
phk
1995-11-09
8
-13
/
+74
*
Cosmetic changes to processing of segments in the SYN_SENT state:
olah
1995-11-03
2
-20
/
+20
*
Setting the TF_ACKNOW flag was redundant in the REXMT timeout because
olah
1995-11-03
1
-5
/
+1
*
Fix a logical error in T/TCP: when we actively open a connection, we
olah
1995-11-03
3
-12
/
+25
*
Instrument the IP input queue with two new read-only MIB entries:
wollman
1995-11-01
2
-3
/
+12
*
Start the 2MSL timer when the socket is closed and the TCP connection is
olah
1995-10-29
1
-2
/
+6
*
Second batch of cleanup changes.
phk
1995-10-29
5
-16
/
+7
*
Reviewed by: julian and jhay@mikom.csir.co.za
julian
1995-10-26
1
-1
/
+12
*
Support all the tcpflag options in firewall.
ugen
1995-10-23
1
-14
/
+43
*
Remove the last trace of arptnew()
phk
1995-10-22
1
-2
/
+1
*
Fix panic caused by PRU_CONTROL not being dealt with properly. Bug pointed
dg
1995-10-21
1
-2
/
+8
*
The ability to administratively change the MTU of an interface presents
wollman
1995-10-16
5
-15
/
+36
*
Routes can be asymmetric. Always offer to /accept/ an MSS of up to the
wollman
1995-10-13
2
-14
/
+2
*
The additional checks involving sequence numbers in MTU discovery resends
wollman
1995-10-12
3
-17
/
+11
*
More MTU discovery: avoid over-retransmission if route changes in the
wollman
1995-10-10
3
-21
/
+22
*
Put newline at end of log()ed messages so syslog can't fill up your
wollman
1995-10-06
1
-21
/
+22
[next]