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
*
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
*
Convert ARP to use queue.h macros rather than insque/remque. While
wollman
1995-10-05
2
-21
/
+21
*
Make a whole bunch of PCB variables ints rather than shorts. There appear
wollman
1995-10-04
1
-16
/
+16
*
Finish 4.4-Lite-2 merge: randomize TCP initial sequence numbers
wollman
1995-10-03
6
-35
/
+62
*
Well..finally..this is the first part..it should take care of
ugen
1995-10-01
2
-19
/
+114
*
Merge 4.4-Lite-2: update version number (we already have the same fixes).
wollman
1995-09-22
1
-5
/
+4
*
Merge 4.4-Lite-2: always check the UDP checksum if it is present, even
wollman
1995-09-22
1
-5
/
+5
*
Correct spelling error in MTUDISC code.
wollman
1995-09-22
2
-4
/
+4
*
Remove duplicate definition for tcps_persistdrop, as added by davidg some
peter
1995-09-22
1
-2
/
+1
*
Merge with 4.4-Lite-2: fix bug that caused getsockopt of IP_HDRINCL
wollman
1995-09-21
1
-15
/
+15
*
Merge 4.4-Lite-2 by updating the version number.
wollman
1995-09-21
2
-4
/
+4
*
Merge 4.4-Lite-2: update some declarations that we don't support anyway.
wollman
1995-09-21
1
-4
/
+4
*
Merge 4.4-Lite-2: use M_NOWAIT in in_pcballoc(), and return EACCES rather
wollman
1995-09-21
1
-4
/
+4
*
Merge with 4.4-Lite-2. This is actually a 64-bit fix; the second parameter
wollman
1995-09-21
2
-8
/
+9
*
Merge with 4.4-Lite-2. This involves changing the version number and
wollman
1995-09-21
1
-3
/
+3
*
Merge with 4.4-Lite-2. This just adds a couple of tcpstat entries which
wollman
1995-09-21
1
-4
/
+6
*
Add support in TCP for Path MTU discovery. This is highly experimental
wollman
1995-09-20
3
-12
/
+108
*
Initial back-end support for IP MTU discovery, gated on MTUDISC. The support
wollman
1995-09-18
5
-5
/
+152
*
Don't leak mbufs in an unusual error case in tcp_usrreq().
wollman
1995-09-13
1
-2
/
+14
*
If tcp_output() is unable to allocate space for a copy of the data waiting
wollman
1995-09-13
1
-3
/
+6
*
Fix long-standing bug in ICMPPRINTFS code where NTOHL was used instead
wollman
1995-08-29
1
-12
/
+20
*
Fix some problems with multicast forwarding:
wollman
1995-08-23
2
-137
/
+135
[next]