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
*
Remove trailing whitespace.
rgrimes
1995-05-30
32
-321
/
+321
*
These diffs modify the behaviour of multicast clients to conform with the
dg
1995-05-16
1
-8
/
+5
*
Fix getsockopt(IP_ACCT_*) to not panic kernel
ache
1995-05-12
1
-3
/
+2
*
Fix -Wformat warnings from LINT kernel.
rgrimes
1995-05-11
1
-4
/
+4
*
#ifdef'd my Nagel/ACK hack with "TCP_ACK_HACK", disabled by default. I'm
dg
1995-05-11
2
-2
/
+48
*
Make networking domains drop-ins, through the magic of GNU ld. (Some day,
wollman
1995-05-11
3
-6
/
+20
*
Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.
dg
1995-05-09
5
-56
/
+47
*
Fix a misspelled constant in tcp_input.c.
olah
1995-05-09
2
-4
/
+4
*
Add IPTOS_MINCOST according to RFC 1349
ache
1995-05-05
1
-2
/
+3
*
Changed in_pcblookuphash() to not automatically call in_pcblookup() if
dg
1995-05-03
4
-23
/
+42
*
Cleanup loopback interface support.
pst
1995-04-26
4
-14
/
+15
*
Disallow half-configured point-to-point interfaces. It's still possible to
wollman
1995-04-25
1
-7
/
+14
*
Include <sys/queue.h> because <netinet/in_pcb.h> (also included
olah
1995-04-19
1
-1
/
+2
*
Fixed bug I introduced when changing PCB list to use 4.4BSD style queue
dg
1995-04-12
1
-4
/
+3
*
Further satisfy my paranoia by making sure that the ACKNOW is only
dg
1995-04-10
2
-20
/
+10
*
Fixed bug I introduced with my Nagel hack which caused tcp_input and
dg
1995-04-10
2
-6
/
+6
*
Added splnet protections for PCB list manipulations and traversals.
dg
1995-04-10
1
-2
/
+24
*
Backed out Jordan's #include of queue.h
dg
1995-04-10
1
-3
/
+1
*
#include <sys/queue.h> or die horribly.
jkh
1995-04-09
1
-1
/
+3
*
Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,
dg
1995-04-09
16
-132
/
+231
*
Fix a bug in tcp_input reported by Rick Jones <raj@hpisrdq.cup.hp.com>.
olah
1995-04-05
2
-22
/
+16
*
Remove redundant declarations.
bde
1995-04-02
1
-3
/
+0
*
Add declaration for struct ether_addr (this is where Sun documents
wpaul
1995-04-02
1
-1
/
+8
*
Backed out changes in rev 1.5 that prevent sending FIN if in CLOSING
dg
1995-03-30
1
-2
/
+2
*
Re-apply my "breakage" to the Nagel congestion avoidence. This version
dg
1995-03-27
2
-4
/
+40
*
in_var.h: in_multi structures now form a queue(3)-style LIST structure
wollman
1995-03-23
2
-17
/
+109
*
This should be splimp() rather than splnet() since ifaddrs might go away
wollman
1995-03-20
1
-4
/
+4
*
Fix race conditions involved in setting IP multicast options. This should
wollman
1995-03-20
1
-1
/
+17
*
Removed redundant newlines that were in some panic strings.
dg
1995-03-19
1
-2
/
+2
*
Reject source routes unless configured on by administrator.
wollman
1995-03-16
2
-18
/
+24
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
19
-50
/
+47
*
Add inet_ntoa() and replace ARP's private routine with same.
wollman
1995-03-16
2
-25
/
+10
*
This set of patches enables IP multicasting to work under FreeBSD. I am
wollman
1995-03-16
3
-23
/
+56
*
pcb allocations are not always done on behalf of a process; it is not
dg
1995-03-14
1
-2
/
+2
*
Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.
dg
1995-03-14
1
-0
/
+84
*
Allocate memory as M_IPFW,now we can watch firewall memory usage
ugen
1995-03-12
1
-4
/
+4
*
Removed unnecessary define for TCPOUTFLAGS since they are not used.
nate
1995-03-06
2
-4
/
+2
*
Move exact match pcb's to the head of the list to improve lookup
dg
1995-03-02
1
-3
/
+8
*
Allow "via" to be specified ever as IP adress or
ugen
1995-02-24
2
-65
/
+110
*
Fix benign type mismatch.
bde
1995-02-22
1
-1
/
+1
*
Added missing newlines to calls to log().
dg
1995-02-20
3
-25
/
+25
*
Include missing <sys/kernel.h> for `hz'.
wollman
1995-02-17
1
-1
/
+2
*
Don't need to retransmit FIN bit in CLOSING state.
wollman
1995-02-16
1
-2
/
+2
*
spl back down in unusual out-of-memory condition in udp_output().
wollman
1995-02-16
1
-1
/
+3
*
Correctly initialize so_linger in ticks (not seconds).
wollman
1995-02-16
1
-3
/
+3
*
Avoid deadlock situation described by Stevens using his suggested replacement
wollman
1995-02-16
2
-60
/
+40
*
Don't add back in the IP header length to ip_len; icmp_error will do it
wollman
1995-02-16
1
-2
/
+1
*
Transaction TCP support now standard. Hack away!
wollman
1995-02-16
10
-504
/
+9
*
Add lots of useful MIB variables and a few not-so-useful ones for
wollman
1995-02-16
8
-24
/
+106
*
After dynamically reducing rtq_reallyold, have in_rtqkill() reduce the
wollman
1995-02-14
1
-4
/
+14
[next]