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
/
netinet6
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo: compatability -> compatibility.
asmodai
2001-02-06
1
-1
/
+1
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
1
-1
/
+1
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
2
-3
/
+2
*
Yikes, these files bogusly #include "loop.h" but didn't use the value.
peter
2001-01-29
3
-6
/
+0
*
Fix the vulnerability with TCP ECE packets recently fixed in ipfw.
kris
2001-01-23
2
-5
/
+18
*
avoid conflicting #define symbol (s/FW_IFNLEN/IP6&/).
ume
2001-01-22
2
-4
/
+4
*
on in6_ifdetach(), do not remove default route mistakenly
ume
2001-01-22
1
-2
/
+2
*
First step towards an MP-safe zone allocator:
des
2001-01-21
1
-1
/
+1
*
permit icmp6 type <= 256 (was 32).
ume
2001-01-21
1
-1
/
+1
*
When ip6_fw_ctl() or soopt_mcopyout() return without success,
ume
2001-01-20
1
-1
/
+1
*
workaround; be sure to initialize nd6 interface information when IPv6
itojun
2001-01-18
1
-0
/
+8
*
do not touch ra_addr if it is NULL. from IIJ SEIL team
ume
2001-01-02
1
-2
/
+4
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
3
-7
/
+7
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
3
-22
/
+9
*
Change check from mbuf->m_ext.ext_free to use the new ext_type in order
bmilekic
2000-11-11
1
-6
/
+3
*
backout my previous commit (KAME PR 296). foo != TUNNEL will
ume
2000-11-09
1
-4
/
+0
*
check whether the packet is tunnel mode. reported from <larse@ISI.EDU>
ume
2000-11-03
1
-0
/
+4
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
4
-4
/
+0
*
Count per-address statistics for IP fragments.
joe
2000-10-29
1
-0
/
+6
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
5
-17
/
+1
*
be careful on mbuf overrun on ctlinput.
itojun
2000-10-23
1
-1
/
+5
*
kame 1.32 -> 1.33
itojun
2000-10-23
1
-1
/
+27
*
Augment the 'ifaddr' structure with a 'struct if_data' to keep
joe
2000-10-19
2
-1
/
+12
*
Fix broken const'ness in declaration of sha1_loop().
archie
2000-10-09
1
-4
/
+4
*
make pr_type type meet with struct protosw. sync with kame
itojun
2000-10-03
1
-2
/
+2
*
add missing \n. sync with kame.
itojun
2000-10-01
1
-3
/
+3
*
Make ip6fw as loadable module.
ume
2000-09-23
5
-24
/
+54
*
examined the gateway (from the routing table) only when the address
ume
2000-09-15
1
-0
/
+10
*
Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.
ru
2000-09-14
1
-2
/
+0
*
add attrbute(packed) to union def with specific align constraitn.
itojun
2000-09-09
1
-11
/
+11
*
repair type 0 routing header support. it was caused by RFC2292/2292bis
itojun
2000-09-03
1
-1
/
+2
*
warn that setsockopt/sysctl # spaces are shared among *BSD, and should better
itojun
2000-08-27
1
-0
/
+2
*
Replace the mbuf external reference counting code with something
dwmalone
2000-08-19
1
-1
/
+1
*
add missing splx(), when outgoing interface queue is full on tunnelled
itojun
2000-08-16
2
-0
/
+4
*
Make compilable with -DIPFILTER.
ume
2000-08-12
2
-2
/
+7
*
backout ND6_USE_RTSOCK change in previous
itojun
2000-08-11
1
-0
/
+2
*
avoid duplicated rtfree() on default router list change (could cause panic).
itojun
2000-08-11
1
-6
/
+9
*
Make ip6fw zero work.
ume
2000-08-10
1
-1
/
+1
*
GRRR! Fix the 'panic: ip6_init' caused by darrenr's incomplete changes
peter
2000-08-02
1
-0
/
+6
*
activate pfil_hooks and covert ipfilter to use it
darrenr
2000-07-31
2
-0
/
+60
*
s/IPSEC_IPV6FWD/IPSEC/. this avoids unexpected behavior on ipv6 fowarding.
itojun
2000-07-16
1
-10
/
+10
*
remove m_pulldown statistics, which is highly experimental and does not
itojun
2000-07-12
1
-14
/
+0
*
correct rtentry reference count in in6_ifloop_request().
itojun
2000-07-12
1
-3
/
+5
*
Suppress a warning message about trigraphs.
grog
2000-07-07
1
-1
/
+1
*
add list of KAME files - may not be 100% correct
itojun
2000-07-05
1
-0
/
+53
*
split net.inet6.ip6.rtexpire (and others) from net.inet.ip.*.
itojun
2000-07-05
2
-4
/
+12
*
correct compilation with IPSEC_IPV6FWD.
itojun
2000-07-05
1
-0
/
+1
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
65
-6148
/
+11365
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
2
-2
/
+2
[next]