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
*
Tons of fixes to get all the 64bit issues removed.
rrs
2006-11-05
1
-4
/
+5
*
Opps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ I
rrs
2006-11-03
2
-3
/
+3
*
Ok, here it is, we finally add SCTP to current. Note that this
rrs
2006-11-03
3
-0
/
+1470
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
Make net.inet6.ip6.auto_linklocal tunable. Someone may want to
ume
2006-10-13
1
-0
/
+1
*
Revert the default value of net.inet6.ip6.auto_linklocal to 1.
ume
2006-10-13
1
-1
/
+1
*
Hopefully the last tweak in trying to make it possible to add ipv6 direct
jhay
2006-10-02
1
-4
/
+1
*
Turn off automatic link local address if ipv6_enable is not set to YES
gnn
2006-10-02
1
-1
/
+1
*
A better fix is to check if it is a host route.
jhay
2006-09-30
1
-1
/
+1
*
My previous commit broke "route add -inet6 <network_addr> -interface gif0".
jhay
2006-09-30
1
-1
/
+2
*
Nits.
bms
2006-09-29
1
-1
/
+1
*
Push removal of mrouted down to the rest of the tree.
bms
2006-09-29
1
-1
/
+1
*
fixed a bug that IPv6 packets arriving to stf are not accepted.
suz
2006-09-22
1
-2
/
+6
*
Make it possible to add an IPv6 host route to a host directly connected.
jhay
2006-09-16
1
-0
/
+2
*
All multicast listeners on a port should get one copy of the packet. This
jhay
2006-09-07
1
-3
/
+3
*
First step of TSO (TCP segmentation offload) support in our network stack.
andre
2006-09-06
1
-1
/
+1
*
Use net.inet6.ip6.redirect / ip6_sendredirects as part of the decision
jhay
2006-09-05
1
-1
/
+1
*
With exception of the if_name() macro, all definitions in net_osdep.h
brooks
2006-08-04
30
-59
/
+0
*
Align IPv6 socket locking with IPv4 locking: lock socket buffer explicitly
rwatson
2006-07-23
1
-4
/
+10
*
The KAME project ceased work on IPv6 and IPSec in March of 2006.
gnn
2006-07-22
1
-76
/
+0
*
Change semantics of socket close and detach. Add a new protocol switch
rwatson
2006-07-21
2
-7
/
+67
*
Fix race conditions on enumerating pcb lists by moving the initialization
ups
2006-07-18
3
-5
/
+3
*
Complete timebase (time_second -> time_uptime) conversion.
oleg
2006-07-05
1
-7
/
+8
*
We needn't check "m" for NULL here because "off" should be within
yar
2006-06-30
1
-1
/
+1
*
There is a consensus that ifaddr.ifa_addr should never be NULL,
yar
2006-06-29
2
-8
/
+0
*
Use queue(3) macros instead of accessing list/queue internals directly.
yar
2006-06-29
1
-3
/
+3
*
Use INPLOOKUP_WILDCARD instead of just 1 more consistently.
bz
2006-06-29
1
-1
/
+1
*
- Use suser_cred(9) instead of directly comparing cr_uid.
pjd
2006-06-27
1
-1
/
+2
*
- Use suser_cred(9) instead of directly checking cr_uid.
pjd
2006-06-27
1
-2
/
+2
*
Use suser_cred() instead of a direct comparison of cr_uid with 0 in
rwatson
2006-06-25
1
-1
/
+1
*
Fix spurious warnings from neighbor discovery when working with IPv6 over
gnn
2006-06-08
2
-8
/
+53
*
Avoid spurious release of an rtentry.
tanimura
2006-05-23
1
-3
/
+3
*
In IN6_IS_ADDR_V4MAPPED case instead of returning directly set error and
bz
2006-05-20
1
-2
/
+4
*
Remove ip6fw. Since ipfw has full functional IPv6 support now and - in
mlaier
2006-05-12
5
-1647
/
+0
*
Assert ip6_forward_rt protected by Giant adding GIANT_REQUIRED to
bz
2006-05-04
2
-0
/
+6
*
Break out socket access control and delivery logic from udp6_input()
rwatson
2006-05-01
1
-96
/
+55
*
Move lock assertions to top of in6_pcbladdr(): we still want them to run
rwatson
2006-04-25
2
-3
/
+10
*
Modify in6_pcbpurgeif0() to accept a pcbinfo structure rather than a pcb
rwatson
2006-04-23
3
-8
/
+10
*
Allow for nmbclusters and maxsockets to be increased via sysctl.
ps
2006-04-21
1
-0
/
+10
*
Mirror IPv4 pcb locking into in6_setsockaddr() and in6_setpeeraddr():
rwatson
2006-04-15
1
-0
/
+4
*
Assert the inpcb lock in udp6_output(), as we dereference various
rwatson
2006-04-12
1
-0
/
+2
*
Add comment to udp6_input() that locking is missing from multicast
rwatson
2006-04-12
1
-1
/
+8
*
Add udbinfo locking in udp6_input() to protect lookups of the inpcb
rwatson
2006-04-12
1
-2
/
+8
*
Don't use spl around call to in_pcballoc() in IPv6 raw socket support;
rwatson
2006-04-12
1
-3
/
+1
*
Remove one remaining use of spl in the IPv6 fragmentation code, as
rwatson
2006-04-12
1
-3
/
+0
*
Add missing locking to udp6_getcred(), remove spl use.
rwatson
2006-04-12
1
-24
/
+21
*
Remove spl use from IPv6 inpcb code.
rwatson
2006-04-12
1
-25
/
+13
*
ip6_mrouter_done(): use if_allmulti(0) for disabling the multicast promiscuou...
suz
2006-04-10
1
-7
/
+1
*
Fix assertion description: !=, not ==.
rwatson
2006-04-09
1
-1
/
+1
*
Update in_pcb-derived basic socket types following changes to
rwatson
2006-04-01
2
-70
/
+31
[next]