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
*
- create an entry of IPV6CTL_STATS sysctl.
ume
2001-06-28
1
-0
/
+2
*
Fix typo (s/=/+=/) in previous commit.
kuriyama
2001-06-28
1
-1
/
+1
*
refresh default router list on nd6_purge(), only if we are an
ume
2001-06-27
1
-4
/
+6
*
Merge from netinet/ip_fw.c (1.117 -> 1.118).
kuriyama
2001-06-24
1
-45
/
+69
*
remove IN6_IS_ADDR_ANY macro (outside of standard, #if 0'ed for a long time)
ume
2001-06-24
1
-7
/
+0
*
disallow setsockopt(IPV6_V6ONLY) for already bound sockets.
ume
2001-06-24
1
-0
/
+11
*
on icmp6 node information query (FQDN), do not return hostnames with
ume
2001-06-24
1
-2
/
+6
*
decrease warning
ume
2001-06-24
1
-2
/
+4
*
Nuke the comment about MIP6. We don't have MIP6 code, yet.
ume
2001-06-24
1
-12
/
+0
*
Add IFT_L2VLAN for supported NDP type. IPv6 over VLAN works now.
sumikawa
2001-06-19
2
-0
/
+9
*
call pfxlist_onlink_check() at the end of in6_tmpifadd(), to make sure
ume
2001-06-18
1
-0
/
+11
*
Sync with recent KAME.
ume
2001-06-11
58
-5329
/
+8603
*
Make the default value of net.inet.ip.maxfragpackets and
jesper
2001-06-10
2
-1
/
+3
*
Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.
kris
2001-06-01
1
-0
/
+4
*
Back out jesper's 2001/05/31 14:58:11 PDT commit. It does not compile.
obrien
2001-06-01
1
-1
/
+1
*
Change the default value of net.inet6.ip6.maxfragpackets from
jesper
2001-05-31
1
-1
/
+1
*
Fix memory leak.
ume
2001-05-23
1
-0
/
+2
*
M_COPY_PKTHDR has to be done before MCLGET.
ume
2001-05-22
1
-4
/
+5
*
Plug memoly leak in overlaps fragment cases.
sumikawa
2001-05-20
1
-0
/
+6
*
Fix typo in previous commit.
ume
2001-04-20
1
-1
/
+1
*
- Fix to receive icmp6 echo reply within the host itself to ff02::1.
ume
2001-04-19
1
-2
/
+32
*
- correct logic of per-address input packet counts for lo0
ume
2001-04-05
1
-16
/
+29
*
Make per-address input packet counts for lo0 work.
ume
2001-03-28
1
-6
/
+22
*
nuke IPSEC_SRCSEL which does not do the right thing.
ume
2001-03-16
1
-33
/
+3
*
Merge from kame (1.175 -> 1.176):
kuriyama
2001-03-16
1
-1
/
+27
*
Plug several mbuf leaks in error cases (in nd6)
bmilekic
2001-03-11
1
-3
/
+12
*
More IP option length validation.
kris
2001-02-26
4
-21
/
+41
*
Better detection of duplicated initialization.
simokawa
2001-02-20
1
-2
/
+8
*
Correct IPv4 option processing.
kris
2001-02-20
2
-2
/
+22
*
Switch to using a struct xucred instead of a struct xucred when not
green
2001-02-18
1
-5
/
+9
*
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
[next]