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
*
Type of q_time (start of queue idle time) has changed: uint32_t -> uint64_t.
oleg
2008-10-28
1
-1
/
+1
*
More issues with pre-blocking:
rrs
2008-10-27
1
-4
/
+10
*
Two inter-related bugs.
rrs
2008-10-27
1
-2
/
+8
*
Get rid of ifdef for vimage on version 8 comparison. Now the
rrs
2008-10-27
1
-2
/
+0
*
Invariants changes that make more sense.
rrs
2008-10-27
2
-5
/
+6
*
In both dropwithreset paths in tcp_input.c, drop the tcbinfo lock
rwatson
2008-10-26
1
-18
/
+4
*
Remove endearing but syntactically unnecessary "return;" statements
rwatson
2008-10-26
3
-6
/
+0
*
Style changes only:
bz
2008-10-26
1
-44
/
+45
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
2
-7
/
+7
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
6
-39
/
+34
*
Update a comment which to my reading had been misplaced in rev. 1.12
bz
2008-10-20
1
-2
/
+3
*
Bring over the change switching from using sequential to random
bz
2008-10-20
1
-0
/
+3
*
The flags value was not always being copied out in the recv routine like it
rrs
2008-10-18
1
-2
/
+3
*
New sockets (accepted) were not inheriting the proper snd/rcv buffer value.
rrs
2008-10-18
1
-3
/
+5
*
- Peers rwnd is now available for the MIB.
rrs
2008-10-18
2
-0
/
+2
*
- Adapt layer indication was always being given (it should only
rrs
2008-10-18
1
-33
/
+28
*
Reported by Yehuda Weinraub (yehudasa@gamil.com) - CRC32C algorithm
rrs
2008-10-18
1
-3
/
+3
*
Add cr_canseeinpcb() doing checks using the cached socket
bz
2008-10-17
4
-11
/
+7
*
Remove a useless global static variable.
zec
2008-10-16
1
-2
/
+0
*
o Remove unnecessary parentheses and restore identation.
maxim
2008-10-14
1
-32
/
+24
*
o Reformat ipfw nat get|setsockopt code to look it more
maxim
2008-10-14
1
-33
/
+36
*
Fix content and spelling of comment on _ipfw_insn.len -- a count of
rwatson
2008-10-10
1
-1
/
+1
*
Don't pass curthread to sbreserve_locked() in tcp_do_segment(), as the
rwatson
2008-10-07
1
-1
/
+1
*
Remove an INP_RUNLOCK() missed in SVN r183606, cvs rev. 1.195 raw_ip.c
bz
2008-10-04
1
-1
/
+0
*
Cache so_cred as inp_cred in the inpcb.
bz
2008-10-04
6
-33
/
+31
*
Implement IPv4 source address selection for unbound sockets.
bz
2008-10-03
1
-43
/
+205
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
35
-317
/
+1156
*
Expand comments relating various detach/free/drop inpcb routines.
rwatson
2008-09-29
1
-9
/
+31
*
Fix typo in comment.
rwatson
2008-09-29
1
-2
/
+2
*
When an inpcb doesn't have a socket but the inpcb is passed to ipfw
rwatson
2008-09-27
1
-1
/
+2
*
Rather than shadowing global variable 'lookup' in check_uidgid(), rename
rwatson
2008-09-27
1
-8
/
+8
*
Move CTASSERT from header file to source file, per implementation note now
emaste
2008-09-26
2
-4
/
+4
*
As a follow-on to r183323, correct another case where ip_output() was
rwatson
2008-09-25
1
-1
/
+17
*
When dropping a packet and issuing a reset during TCP segment handling,
rwatson
2008-09-24
1
-5
/
+12
*
Export IPFW_TABLES_MAX value for compiled in defaults.
rik
2008-09-21
1
-1
/
+6
*
Export IPFW_TABLES_MAX via sysctl. Part of PR: 127058.
rik
2008-09-14
1
-0
/
+2
*
oops commit the version that compiles
julian
2008-09-14
1
-0
/
+1
*
Revert a part of the MRT commit that proved un-needed.
julian
2008-09-14
3
-14
/
+15
*
Make the commet for the default rule number more clear.
rik
2008-09-14
1
-1
/
+4
*
Implement IPv6 support for TCP MD5 Signature Option (RFC 2385)
bz
2008-09-13
3
-33
/
+95
*
Work around an integer division resulting in 0 and thus the
bz
2008-09-09
1
-1
/
+3
*
To my reading there are no real consumers of ip6_plen (IPv6
bz
2008-09-07
2
-2
/
+2
*
Split tcp_mss() in tcp_mss() and tcp_mss_update() where the former
bz
2008-09-07
3
-88
/
+66
*
V_irtualize SVN r182846 tcp_mssdflt/tcp_v6mssdflt procedure based
bz
2008-09-07
1
-4
/
+4
*
Convert SYSCTL_INTs for tcp_mssdflt and tcp_v6mssdflt to
bz
2008-09-07
1
-6
/
+42
*
Add a second KASSERT checking for len >= 0 in the tcp output path.
bz
2008-09-07
1
-1
/
+7
*
Export the IPFW_DEFAULT_RULE outside ip_fw2.c. This number in not only
rik
2008-09-06
2
-1
/
+7
*
Slightly reword comment and remove typos.
keramida
2008-09-05
1
-3
/
+3
*
whitespace nit
julian
2008-09-03
1
-1
/
+1
*
Wrap an 81 column SYSCTL_NODE decleration.
brooks
2008-09-01
1
-1
/
+2
[next]