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
*
- most all includes (#include <>) migrate to the sctp_os_bsd.h file
rrs
2007-01-18
26
-777
/
+175
*
- Macroizes the V6ONLY flag check.
rrs
2007-01-15
16
-227
/
+392
*
o Increment requests counter right before send out an ARP query actually.
maxim
2007-01-14
1
-1
/
+2
*
Marking this as __packed was needed to get the alignment and offset of
imp
2007-01-12
1
-1
/
+1
*
Remove two lines that somehow snuck back in after testing.
julian
2007-01-09
1
-2
/
+0
*
o One more typo in the comment.
maxim
2007-01-06
1
-1
/
+1
*
Prevent adding a rule with a nat action in case IPFIREWALL_NAT was not defined.
piso
2007-01-05
1
-0
/
+4
*
Wrap ipfw nat support in a new kernel config option named
piso
2007-01-03
1
-1
/
+16
*
Remove a bunch of dependencies in the IP header being the first thing in the
julian
2007-01-02
1
-57
/
+94
*
Fix typo in comment.
imp
2007-01-01
1
-1
/
+1
*
Add comment about udp checksums being off in BSD 4.2 compatibility mode.
imp
2006-12-31
1
-1
/
+8
*
Whitespace fix and remove an extra cast.
jhb
2006-12-30
2
-2
/
+4
*
Summer of Code 2005: improve libalias - part 2 of 2
piso
2006-12-29
5
-2
/
+621
*
a) macro-ization of all mbuf and random number
rrs
2006-12-29
16
-1315
/
+1208
*
Some whitespace nits and remove a few casts.
jhb
2006-12-29
4
-7
/
+11
*
o made in kernel libalias mpsafe
piso
2006-12-15
6
-94
/
+327
*
1) Fixes on a number of different collision case LOR's.
rrs
2006-12-14
16
-403
/
+1075
*
Fix LOR between the syncache and inpcb locks when MAC is present in the
csjp
2006-12-13
1
-43
/
+44
*
In ip6_sprintf no longer use and return one of eight static buffers
bz
2006-12-12
1
-1
/
+3
*
MFp4: 92972, 98913 + one more change
bz
2006-12-12
4
-11
/
+24
*
Back out revision 1.264.
bms
2006-12-10
1
-12
/
+5
*
Improve style(9) conformance of igmp.c.
rwatson
2006-12-04
1
-45
/
+43
*
Make sure that carp_header is 36 bytes long
imp
2006-12-01
1
-0
/
+4
*
Make libalias.conf parsing a bit smarter.
piso
2006-12-01
1
-10
/
+18
*
Remove m_megapullup from ng_nat and put it under libalias.
piso
2006-12-01
2
-0
/
+41
*
Consistently use #ifdef INET6 rather than mixing and matching with
rwatson
2006-11-30
1
-21
/
+19
*
Change error codes returned by protocol operations when an inpcb is
sam
2006-11-22
1
-6
/
+6
*
Add SCTP as a known upper layer protocol over v6.
bz
2006-11-13
1
-0
/
+8
*
In a true restart case, the send_lock was
rrs
2006-11-11
5
-20
/
+62
*
Turns out we would reset the TSN seq counter during
rrs
2006-11-11
7
-20
/
+50
*
This patch fixes a LOR that happens during INIT-ACK collision.
rrs
2006-11-10
2
-9
/
+17
*
Fixes an issue with handling of stream reset. When a
rrs
2006-11-09
2
-4
/
+3
*
-Fixes first of all the getcred on IPv6 and V4. The
rrs
2006-11-08
9
-167
/
+138
*
Fix TFTP NAT support by making sure the appropriate fingerprinting checks
marcus
2006-11-07
1
-2
/
+4
*
Convert three new suser(9) calls introduced between when the priv(9)
rwatson
2006-11-06
2
-4
/
+11
*
This changes tracks down the EEOR->NonEEOR mode failure
rrs
2006-11-06
1
-56
/
+66
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
11
-32
/
+101
*
Revert previous commit, and instead make the expression in rev. 1.2
ru
2006-11-05
1
-1
/
+1
*
Tons of fixes to get all the 64bit issues removed.
rrs
2006-11-05
10
-69
/
+86
*
Fix pointer arithmetic to be 64-bit friendly.
ru
2006-11-04
1
-1
/
+1
*
Remove bogus casts that Randall for some reason didn't borrow
ru
2006-11-04
2
-2
/
+2
*
Remove a bogus cast in an attempt to fix the tinderbox builds on
jb
2006-11-04
1
-2
/
+2
*
More 64 bit pointer fun.
rrs
2006-11-03
5
-7
/
+7
*
Fix two of the 64bit errors on the printfs.
rrs
2006-11-03
1
-4
/
+2
*
Somehow I missed this one. The sys/cdef.h was out
rrs
2006-11-03
1
-1
/
+2
*
Opps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ I
rrs
2006-11-03
3
-1
/
+3
*
Ok, here it is, we finally add SCTP to current. Note that this
rrs
2006-11-03
33
-0
/
+52679
*
- Use non-recursive mutex. MTX_RECURSE is unnecessary since rev. 1.70
oleg
2006-10-29
1
-34
/
+31
*
- Convert
oleg
2006-10-27
1
-5
/
+62
*
Use separate thread for servicing dummynet(4).
oleg
2006-10-27
1
-3
/
+32
[next]