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
*
Fixed ucred structure leak.
pjd
2004-02-19
2
-0
/
+4
*
Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is
mlaier
2004-02-18
14
-457
/
+400
*
IPSEC and FAST_IPSEC have the same internal API now;
ume
2004-02-17
4
-48
/
+22
*
Shorten the name of the socket option used to enable TCP-MD5 packet
bms
2004-02-16
2
-3
/
+3
*
don't update outgoing ifp, if ipsec tunnel mode encapsulation
ume
2004-02-16
1
-3
/
+5
*
Spell types consistently throughout this file. Do not use the __packed ...
bms
2004-02-16
1
-4
/
+4
*
Final brucification pass. Spell types consistently (u_int). Remove bogus
bms
2004-02-14
3
-3
/
+3
*
Do not expose ip_dn_find_rule inline function to userland and unbreak world.
mlaier
2004-02-13
1
-1
/
+1
*
Do not check receive interface when pfil(9) hook changed address.
mlaier
2004-02-13
1
-1
/
+1
*
This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing
mlaier
2004-02-13
14
-396
/
+453
*
Brucification.
bms
2004-02-13
8
-38
/
+43
*
supported IPV6_RECVPATHMTU socket option.
ume
2004-02-13
2
-4
/
+4
*
Update the prototype for tcpsignature_apply() to reflect the spelling of
bms
2004-02-12
3
-5
/
+5
*
style(9) pass; whitespace and comments.
bms
2004-02-12
3
-40
/
+48
*
Remove an unnecessary initialization that crept in from the code which
bms
2004-02-12
2
-4
/
+2
*
Fix a typo; left out preprocessor conditional for sigoff variable, which
bms
2004-02-11
1
-0
/
+2
*
Initial import of RFC 2385 (TCP-MD5) digest support.
bms
2004-02-11
11
-2
/
+397
*
pass pcb rather than so. it is expected that per socket policy
ume
2004-02-03
6
-21
/
+8
*
Add sysctl net.inet.icmp.reply_src to specify the interface name
andre
2004-02-02
1
-0
/
+19
*
More verbose description of the source ip address selection for ICMP replies.
andre
2004-02-02
1
-5
/
+16
*
Introduce the SO_BINTIME option which takes a high-resolution timestamp
phk
2004-01-31
2
-9
/
+20
*
Remove NetBSD'isms (add FreeBSD'isms?), which makes gre(4) working again.
sobomax
2004-01-30
1
-1
/
+1
*
Correct the descriptions of the net.inet.{udp,raw}.recvspace sysctls.
ru
2004-01-27
2
-2
/
+2
*
Add support for WCCPv2. It should be enablem manually using link2
sobomax
2004-01-26
1
-3
/
+6
*
(whilespace-only)
sobomax
2004-01-26
1
-3
/
+3
*
Remove leftover FREE() from changes in rev 1.50.
andre
2004-01-23
1
-1
/
+0
*
Split the overloaded variable 'win' into two for their specific purposes:
andre
2004-01-22
1
-21
/
+22
*
Move the reduction by one of the syncache limit after the zone has been
andre
2004-01-22
1
-1
/
+1
*
Remove an unused variable and put the sockaddr_in6 onto the stack instead
andre
2004-01-22
1
-26
/
+14
*
Merge from DragonFlyBSD rev 1.10:
hsu
2004-01-20
2
-12
/
+10
*
Mostly mechanical rework of libalias:
phk
2004-01-17
16
-737
/
+1071
*
do not deref freed pointer
ume
2004-01-13
1
-2
/
+2
*
Disable the minmssoverload connection drop by default until the detection
andre
2004-01-12
1
-1
/
+1
*
Check that sa_len is the appropriate value in tcp_usr_bind(),
truckman
2004-01-10
1
-0
/
+8
*
Reduce TCP_MINMSS default to 216. The AX.25 protocol (packet radio)
andre
2004-01-09
1
-4
/
+3
*
Limiters and sanity checks for TCP MSS (maximum segement size)
andre
2004-01-08
8
-4
/
+200
*
If path mtu discovery is enabled set the DF bit in all cases we
andre
2004-01-08
2
-0
/
+8
*
Do not set the ip_id to zero when DF is set on packet and
andre
2004-01-08
1
-12
/
+6
*
Enable the following TCP options by default to give it more exposure:
andre
2004-01-06
4
-6
/
+6
*
According to RFC1812 we have to ignore ICMP redirects when we
andre
2004-01-06
1
-1
/
+5
*
Document the net.inet.ip.subnets_are_local sysctl.
ru
2003-12-30
1
-1
/
+1
*
Sync with NetBSD:
sobomax
2003-12-30
1
-22
/
+45
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-15
/
+3
*
o Fix a comment: softticks lives in sys/kern/kern_timeout.c.
maxim
2003-12-27
1
-1
/
+1
*
NULL is not 0.
ume
2003-12-24
1
-1
/
+1
*
I didn't notice it right away, but check the right length too.
ru
2003-12-23
1
-1
/
+1
*
Fix a problem introduced in revision 1.84: m_pullup() does not
ru
2003-12-23
1
-5
/
+7
*
Catch a few places where NULL (pointer) was used where 0 (integer) was
peter
2003-12-23
1
-5
/
+4
*
o move mutex init/destroy logic to the module load/unload hooks;
sam
2003-12-20
1
-11
/
+27
*
Fix some becuase -> because typos.
jhb
2003-12-17
2
-2
/
+2
[next]