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
*
MFC
attilio
2011-05-29
1
-8
/
+17
*
Add FEATURE() definitions for IPv4 and IPv6 so that we can use
bz
2011-05-25
1
-0
/
+2
*
An inpcb lock is no longer required in in_pcbref() since the move to
rwatson
2011-05-24
1
-2
/
+0
*
Continue to refine inpcb reference counting and locking, in preparation for
rwatson
2011-05-23
2
-63
/
+93
*
Move from passing a wildcard boolean to a general set up lookup flags into
rwatson
2011-05-23
1
-12
/
+18
*
A number of quite incremental refinements to struct inpcbinfo's definition:
rwatson
2011-05-23
1
-20
/
+41
*
The statically configured (permanent) ARP entries are removed when an
qingli
2011-05-20
3
-18
/
+33
*
Unbreak INET-less build.
tuexen
2011-05-18
1
-1
/
+1
*
Copy out the mtu when calling getsockopt() with SCTP_GET_PEER_ADDR_INFO.
tuexen
2011-05-17
1
-0
/
+1
*
Fix whitespacing.
tuexen
2011-05-17
1
-23
/
+23
*
Fix the source address selection for boundall sockets
tuexen
2011-05-14
2
-44
/
+153
*
Oops, fix order of sequence numbers in KASSERT()'s to catch negative
jhb
2011-05-14
2
-2
/
+2
*
Refactor TCP ISN increment logic. Instead of firing callout at 100Hz to
mav
2011-05-09
1
-32
/
+9
*
Fix a locking issue showing up on Mac OS X when subscribing to
tuexen
2011-05-08
12
-81
/
+112
*
Change the name of an internal structure, since the name
tuexen
2011-05-06
1
-2
/
+2
*
Convert delay parameter back to ms when reporting to user.
ae
2011-05-06
2
-1
/
+2
*
Implement Resource Pooling V2 and an MPTCP like congestion
tuexen
2011-05-04
4
-30
/
+217
*
Remove code with any effect.
tuexen
2011-05-03
3
-8
/
+0
*
Add a missing break. This bug was introduced in r221249.
tuexen
2011-05-03
1
-0
/
+1
*
Handle a rare edge case with nearly full TCP receive buffers. If a TCP
jhb
2011-05-02
3
-6
/
+22
*
Some more cleanups related to an kernel without INET.
tuexen
2011-05-02
2
-40
/
+96
*
Fix a mismerge from p4 in that in_localaddr() is not available without INET.
bz
2011-04-30
1
-1
/
+5
*
Remove some leftover debug code.
tuexen
2011-04-30
1
-2
/
+0
*
Make the TCP code compile without INET. Sort #includes and add #ifdef INETs.
bz
2011-04-30
6
-83
/
+264
*
Improve compilation of SCTP code without INET support.
tuexen
2011-04-30
10
-1291
/
+2054
*
Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 only
bz
2011-04-30
1
-9
/
+25
*
Make the PCB code compile without INET support by adding #ifdef INETs
bz
2011-04-30
1
-4
/
+20
*
TCP reuses t_rxtshift to determine the backoff timer used for both the
jhb
2011-04-29
4
-2
/
+9
*
MfP4 CH=192029:
bz
2011-04-27
1
-12
/
+17
*
MfP4 CH=192004:
bz
2011-04-27
2
-5
/
+5
*
Make various (pseudo) interfaces compile without INET in the kernel
bz
2011-04-27
1
-7
/
+46
*
Add the possibility to verify MD5 hash of incoming TCP packets.
attilio
2011-04-25
4
-8
/
+179
*
Be less strict on includes than in r220746. We need in.h for both
bz
2011-04-25
1
-0
/
+5
*
Use size_t for sopt_valsize.
glebius
2011-04-21
1
-1
/
+2
*
MFp4 CH=191760:
bz
2011-04-20
1
-8
/
+17
*
MFp4 CH=191470:
bz
2011-04-20
4
-20
/
+28
*
MFp4 CH=191466:
bz
2011-04-20
2
-2
/
+1
*
- Rewrite functions that copyin/out NAT configuration, so that they
glebius
2011-04-19
3
-55
/
+74
*
Add sysctl handlers for net.inet.ip.dummynet.hash_size, .pipe_byte_limit
ae
2011-04-19
1
-8
/
+52
*
ipdn_bound_var() functions is designed to bound a variable between
ae
2011-04-19
1
-1
/
+5
*
Use M_WAITOK instead M_WAIT for malloc. Remove unneded checks.
ae
2011-04-19
1
-7
/
+1
*
LibAliasInit() should allocate memory with M_WAITOK flag. Modify it
glebius
2011-04-18
2
-14
/
+12
*
Pullup up to TCP header length before matching against 'tcpopts'.
glebius
2011-04-18
1
-2
/
+5
*
When checking to see if a window update should be sent to the remote peer,
jhb
2011-04-18
1
-0
/
+8
*
Make in_proto.c dependent on either inet or inet6.
bz
2011-04-17
1
-0
/
+9
*
Refactor udp_input(), moving calls to u_tun_func() into udp_append().
trasz
2011-04-14
1
-45
/
+17
*
The mbuf_frag_size always was and is file local and not queried from base
bz
2011-04-14
1
-1
/
+1
*
Staticize malloc types.
pluknet
2011-04-13
5
-16
/
+9
*
Restore previous behaviour - always match rule when we doing tagging,
ae
2011-04-12
1
-4
/
+7
*
Use the full and proper company name for Swinburne University of Technology
lstewart
2011-04-12
14
-85
/
+89
[next]