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
*
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
*
define CSUM_DELAY_DATA to match merge
darrenr
2000-05-26
1
-0
/
+4
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
9
-19
/
+19
*
fix up #ifdef jungle for FreeBSD
darrenr
2000-05-25
1
-4
/
+9
*
remove duplicate prototypes
darrenr
2000-05-25
1
-2
/
+0
*
Mark the checksum as complete when looping back multicast packets.
jlemon
2000-05-25
1
-0
/
+6
*
Just need to pass the address family to if_simloop(), not the whole sockaddr.
archie
2000-05-24
1
-1
/
+1
*
fix duplicate rcsid's
darrenr
2000-05-24
1
-3
/
+0
*
Fixed some style bugs (mainly convoluted logic for blackhole processing).
bde
2000-05-24
1
-6
/
+2
*
It would have been nice if this actually compiled. Close the header
peter
2000-05-24
1
-0
/
+1
*
fix up conflicts
darrenr
2000-05-24
11
-174
/
+639
*
fix conflicts
darrenr
2000-05-24
4
-71
/
+190
*
fix conflicts
darrenr
2000-05-24
2
-258
/
+746
*
fix conflicts
darrenr
2000-05-24
2
-43
/
+78
*
fix conflicts
darrenr
2000-05-24
1
-240
/
+753
*
fix conflicts
darrenr
2000-05-24
2
-300
/
+611
*
fix conflicts
darrenr
2000-05-24
3
-190
/
+578
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
9
-19
/
+19
*
sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.
dan
2000-05-22
5
-35
/
+10
*
Add option ICMP_BANDLIM_SUPPRESS_OUTPUT to the mix. With this option,
dan
2000-05-22
1
-0
/
+2
*
Compute the checksum before handing the packet off to IPFilter.
jlemon
2000-05-21
3
-2
/
+11
*
Return ECONNRESET instead of EINVAL if the connection has been shot
peter
2000-05-19
1
-3
/
+3
*
snd_cwnd was updated twice in the tcp_newreno function.
jayanth
2000-05-18
2
-2
/
+0
*
Sigh, fix a rookie patch merge error.
jayanth
2000-05-17
2
-6
/
+0
*
Cast sizeof() calls to be of type (int) when they appear in a signed
jlemon
2000-05-17
1
-3
/
+4
*
snd_una was being updated incorrectly, this resulted in the newreno
jayanth
2000-05-16
2
-6
/
+16
*
Do not call icmp_error() if ipfirewall(4) denied packet.
ru
2000-05-15
1
-0
/
+4
[next]