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
*
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
*
style(9) cleanup.
oleg
2006-10-27
1
-330
/
+353
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
18
-18
/
+36
*
revert last change.. premature.. need to wait until if_ethersubr.c
julian
2006-10-21
2
-8
/
+12
*
Move some variables to a more likely place
julian
2006-10-20
2
-12
/
+8
*
o Do not do args->f_id.addr_type == 6 when there is
maxim
2006-10-11
1
-2
/
+2
*
o Kill a nit in the comment.
maxim
2006-10-11
1
-1
/
+1
*
o Extend not very informative ipfw(4) message 'drop session, too many
maxim
2006-10-11
1
-2
/
+32
*
Merge the rest of my changes.
ru
2006-10-11
1
-13
/
+26
*
Various mdoc and grammar fixes.
piso
2006-10-08
1
-279
/
+282
*
Set scope on MC address so IPv6 carp advertisement will not get dropped
bz
2006-10-07
2
-2
/
+18
*
Save space on stack moving token ring stuff to its own hack block.
glebius
2006-10-04
1
-2
/
+3
*
Style rev. 1.152.
glebius
2006-10-04
1
-2
/
+2
*
Remove stone-aged and irrelevant "#ifndef notdef".
andre
2006-09-29
1
-2
/
+2
*
Nits.
bms
2006-09-29
1
-1
/
+1
*
Push removal of mrouted down to the rest of the tree.
bms
2006-09-29
2
-2
/
+2
*
o Convert w/spaces to tabs in the previous commit.
maxim
2006-09-29
2
-6
/
+6
*
Rather than autoscaling the number of TIME_WAIT sockets to maxsockets / 5,
silby
2006-09-29
2
-16
/
+48
*
When tcp_output() receives an error upon sending a packet it reverts parts
andre
2006-09-28
1
-2
/
+15
[next]