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 unused file (ipfw2 is the default in RELENG_5 and above; the old
luigi
2003-06-24
1
-2259
/
+0
*
Fix typo in a (commented out) debugging string.
luigi
2003-06-23
1
-1
/
+1
*
Remove whitespace at end of line.
luigi
2003-06-23
1
-4
/
+4
*
Add support for multiple values and ranges for the "iplen", "ipttl",
luigi
2003-06-22
1
-12
/
+29
*
Map icmp time exceeded responses to EHOSTUNREACH rather than 0 (no error);
silby
2003-06-17
1
-1
/
+1
*
In the PKT_ALIAS_PROXY_ONLY mode, make sure to preserve the
ru
2003-06-13
1
-0
/
+4
*
Removed a couple of .Xo/.Xc that are leftovers of the "ninth-argument
ru
2003-06-13
1
-9
/
+3
*
Clarify that original address and port when doing transparent proxying
ru
2003-06-13
1
-5
/
+5
*
Added myself to the AUTHORS section.
ru
2003-06-13
1
-0
/
+2
*
The .Fn function
charnier
2003-06-08
1
-4
/
+6
*
When setting fragment queue pointers to NULL, or comparing them with
rwatson
2003-06-06
1
-3
/
+3
*
Compensate for decreasing the minimum retransmit timeout.
hsu
2003-06-04
1
-2
/
+2
*
Change handling to support strong alignment architectures such as alpha and
ticso
2003-06-04
3
-11
/
+40
*
Account for packets processed at layer-2 (i.e. net.link.ether.ipfw=1).
kbyanc
2003-06-02
1
-3
/
+6
*
A new API function PacketAliasRedirectDynamic() can be used
ru
2003-06-01
3
-1
/
+36
*
Make the PacketAliasSetAddress() function call optional. If it
ru
2003-06-01
2
-11
/
+18
*
Remove unused variables.
phk
2003-06-01
1
-15
/
+3
*
Add /* FALLTHROUGH */
phk
2003-05-31
2
-0
/
+2
*
Don't generate an ip_id for packets with the DF bit set; ip_id is
wollman
2003-05-31
1
-4
/
+17
*
Correct a bug introduced with reduced TCP state handling; make
rwatson
2003-05-07
5
-9
/
+39
*
Trim a call to mac_create_mbuf_from_mbuf() since m_tag meta-data
rwatson
2003-05-06
1
-5
/
+2
*
Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP.
mdodd
2003-04-29
1
-0
/
+1
*
IP_RECVTTL socket option.
mdodd
2003-04-29
4
-1
/
+20
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-2
/
+1
*
Explicitly declare 'int' parameters.
obrien
2003-04-21
2
-0
/
+2
*
style.Makefile(5)
obrien
2003-04-20
1
-7
/
+6
*
Rename MBUF_FRAG_TEST to MBUF_STRESS_TEST as it will be extended
silby
2003-04-12
1
-3
/
+3
*
Remove a potential panic condition introduced by reduced TCP wait
rwatson
2003-04-10
2
-10
/
+30
*
Introduce an M_ASSERTPKTHDR() macro which performs the very common task
des
2003-04-08
4
-6
/
+4
*
Replace memcpy() and ovbcopy() with bcopy(); ditch some caddr_t usage.
des
2003-04-04
1
-7
/
+6
*
Back out support for RFC3514.
mdodd
2003-04-02
6
-49
/
+1
*
- Use the correct constant define.
mdodd
2003-04-02
1
-2
/
+3
*
Sync constant define with NetBSD.
mdodd
2003-04-02
3
-6
/
+7
*
Observe conservation of packets when entering Fast Recovery while
hsu
2003-04-01
3
-6
/
+43
*
Implement support for RFC 3514 (The Security Flag in the IPv4 Header).
mdodd
2003-04-01
6
-1
/
+47
*
Fix indentation.
maxim
2003-03-27
1
-2
/
+2
*
o Protect set_fs_param() by splimp(9).
maxim
2003-03-27
2
-8
/
+18
*
Modify the mac_init_ipq() MAC Framework entry point to accept an
rwatson
2003-03-26
1
-1
/
+4
*
Try to make the MBUF_FRAG_TEST code work better.
mux
2003-03-25
1
-12
/
+10
*
Add the MBUF_FRAG_TEST option. When compiled in, this option
silby
2003-03-25
1
-0
/
+30
*
Use __packed instead of __attribute__((__packed__)).
mux
2003-03-22
1
-1
/
+3
*
Add a sysctl node allowing the specification of an address mask to use
mdodd
2003-03-21
1
-2
/
+9
*
Add comments regarding the ICMP timestamp fields.
mdodd
2003-03-21
1
-4
/
+4
*
Add a 'verrevpath' option that verifies the interface that a packet
cjc
2003-03-15
2
-0
/
+52
*
Greatly simplify the unlocking logic by holding the TCP protocol lock until
hsu
2003-03-13
2
-16
/
+4
*
Add support for RFC 3390, which allows for a variable-sized
hsu
2003-03-13
2
-4
/
+18
*
Implement the Limited Transmit algorithm (RFC 3042).
hsu
2003-03-12
2
-0
/
+28
*
correct two more flag misuses; m_tag* use malloc flags
sam
2003-03-12
1
-1
/
+1
*
Remove check for t_state == TCPS_TIME_WAIT and introduce the tw structure.
jlemon
2003-03-08
1
-13
/
+15
*
Remove a panic(); if the zone allocator can't provide more timewait
jlemon
2003-03-08
7
-73
/
+116
[next]