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
*
Forget to include sysctl.h
alfred
2000-09-09
1
-0
/
+1
*
Accept filter maintainance
alfred
2000-09-06
1
-83
/
+259
*
1. IP_FW_F_{UID,GID} are _not_ commands, they are extras. The sanity checking
billf
2000-09-06
1
-2
/
+7
*
Match IPPROTO_ICMP with IP protocol field of the original IP
ru
2000-09-01
1
-2
/
+2
*
Fixed broken ICMP error generation, unified conversion of IP header
ru
2000-09-01
7
-26
/
+47
*
Changed the way we handle outgoing ICMP error messages -- do
ru
2000-09-01
1
-12
/
+22
*
Grab ADJUST_CHECKSUM() macro from alias_local.h.
ru
2000-08-31
1
-17
/
+0
*
Create aliasing links for incoming ICMP echo/timestamp requests.
ru
2000-08-31
2
-47
/
+24
*
Fixed the bug that div_bind() always returned zero
ru
2000-08-30
1
-1
/
+1
*
Backout the hack in rev 1.71, I am working on a better patch
ru
2000-08-30
1
-1
/
+0
*
strtok -> strsep (no strtok allowed in libraries)
ache
2000-08-29
1
-3
/
+6
*
Apply appropriate patch.
darrenr
2000-08-29
1
-0
/
+1
*
Remove obsolete comment.
archie
2000-08-22
1
-1
/
+0
*
Fixed a missing splx() in if_addmulti(). Was broken in rev.1.28.
bde
2000-08-19
1
-1
/
+3
*
repair endianness issue in IN_MULTICAST().
itojun
2000-08-15
1
-2
/
+2
*
Fixed PunchFW code segmentation violation bug.
ru
2000-08-14
1
-5
/
+4
*
Use queue(3) LIST_* macros for doubly-linked lists.
ru
2000-08-14
1
-65
/
+18
*
resolve conflicts
darrenr
2000-08-13
9
-91
/
+356
*
- Do not modify Peer's Call ID in outgoing Incoming-Call-Connected
ru
2000-08-09
1
-18
/
+25
*
Adjust TCP checksum rather than compute it afresh.
ru
2000-08-07
1
-4
/
+8
*
Improve performance in the case where ip_output() returns an error.
archie
2000-08-03
1
-0
/
+15
*
Make netstat(1) to be aware of divert(4) sockets.
ru
2000-08-03
2
-1
/
+91
*
Change __FreeBSD_Version into the proper __FreeBSD_version.
roberto
2000-08-01
2
-6
/
+6
*
Add missing '0' to FreeBSD_version test: 50011 -> 500011
ache
2000-08-01
1
-5
/
+5
*
Nonexistent <sys/pfil.h> -> <net/pfil.h>
ache
2000-07-31
1
-1
/
+1
*
Whitespace only:
sheldonh
2000-07-31
1
-4
/
+4
*
activate pfil_hooks and covert ipfilter to use it
darrenr
2000-07-31
5
-24
/
+69
*
Add address translation support for RTSP/RTP used by RealPlayer and
archie
2000-07-26
8
-3
/
+819
*
When a connection is being dropped due to a listen queue overflow,
jayanth
2000-07-21
6
-2
/
+64
*
fix conflicts
darrenr
2000-07-19
13
-109
/
+221
*
Fix a comment which was broken in rev 1.36.
sheldonh
2000-07-18
1
-1
/
+1
*
close PR 19544 - ipfw pipe delete causes panic when no pipes defined
luigi
2000-07-17
1
-2
/
+2
*
Extra sanity check when arp proxyall is enabled. Don't send an arp
dwmalone
2000-07-13
1
-0
/
+26
*
re-enable the tcp newreno code.
jayanth
2000-07-12
1
-1
/
+1
*
remove m_pulldown statistics, which is highly experimental and does not
itojun
2000-07-12
1
-12
/
+4
*
be more cautious about tcp option length field. drop bogus ones earlier.
itojun
2000-07-09
2
-2
/
+6
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
23
-248
/
+1791
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
6
-11
/
+11
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
6
-11
/
+11
*
Fixed PunchFWHole():
ru
2000-06-27
1
-2
/
+3
*
- Removed PacketAliasPptp() API function.
ru
2000-06-20
4
-38
/
+1
*
Added true support for PPTP aliasing. Some nice features include:
ru
2000-06-20
7
-11
/
+422
*
return of the accept filter part II
alfred
2000-06-20
2
-0
/
+263
*
- Improved passive mode FTP support by aliasing 229 replies.
ru
2000-06-16
1
-312
/
+337
*
- Added support for passive mode FTP by aliasing 227 replies.
ru
2000-06-14
3
-15
/
+228
*
Fix behaviour of "ipfw pipe show" -- previous code gave
luigi
2000-06-14
1
-5
/
+10
*
Add tcpoptions to ipfw. This works much in the same way as ipoptions do.
dan
2000-06-08
2
-0
/
+80
*
Implement WF2Q+ in dummynet.
luigi
2000-06-08
4
-346
/
+1306
*
Add boundary checks against IP options.
jlemon
2000-06-02
3
-3
/
+12
*
When attempting to transmit a packet, if the system fails to allocate
jlemon
2000-06-02
1
-0
/
+4
[next]