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
*
Try to remove/assimilate as much of formerly IPv4/6 specific
bz
2009-02-08
3
-6
/
+4
*
Don't bother null-checking the thread pointer before the prison checks
jamie
2009-02-05
1
-27
/
+22
*
Remove redundant calls of prison_local_ip4 in in_pcbbind_setup, and of
jamie
2009-02-05
1
-7
/
+5
*
Standardize the various prison_foo_ip[46] functions and prison_if to
jamie
2009-02-05
5
-56
/
+44
*
When iterating through the list trying to find a router in
bz
2009-02-04
1
-1
/
+3
*
- Cleanup checksum code.
rrs
2009-02-03
1
-4
/
+17
*
Remove the single global unlocked route cache ip6_forward_rt
bz
2009-02-01
5
-134
/
+71
*
Remove unused local MACROs.
bz
2009-01-31
2
-3
/
+0
*
Coalesce two consecutive #ifdef IPSEC blocks.
bz
2009-01-31
1
-4
/
+1
*
Remove dead code from #if 0:
bz
2009-01-31
1
-4
/
+0
*
Like with r185713 make sure to not leak a lock as rtalloc1(9) returns
bz
2009-01-31
4
-7
/
+7
*
Remove 4 entirely unsued ip6 variables.
bz
2009-01-30
3
-16
/
+4
*
For consistency with prison_{local,remote,check}_ipN rename
bz
2009-01-25
1
-1
/
+1
*
remove too noisy DIAGNOSTIC code
sam
2009-01-18
1
-4
/
+0
*
Revive the RTF_LLINFO flag in route.h. The kernel code is guarded
qingli
2009-01-12
1
-0
/
+4
*
Restrict arp, ndp and theoretically the FIB listing (if not
bz
2009-01-09
1
-0
/
+4
*
Make SIOCGIFADDR and related, as well as SIOCGIFADDR_IN6 and related
bz
2009-01-09
1
-0
/
+4
*
Addresses Roberts comments on comments. Also adds
rrs
2009-01-06
1
-7
/
+3
*
Add the ability of an alternate transport protocol
rrs
2009-01-06
1
-2
/
+44
*
Switch the last protosw* structs to C99 initializers.
bz
2009-01-05
1
-5
/
+9
*
Unlike with struct protosw, several instances of struct ip6protosw
rwatson
2009-01-04
1
-1
/
+0
*
struct ip6protosw is a copy of struct protosw, so remove pr_usrreq there
rwatson
2009-01-04
1
-5
/
+0
*
Some modules such as SCTP supplies a valid route entry as an input argument
qingli
2009-01-03
1
-36
/
+15
*
This checkin addresses a couple of issues:
qingli
2008-12-26
1
-1
/
+1
*
avoid lock recursion by deferring the link check until after LLE lock is dropped
kmacy
2008-12-24
1
-1
/
+5
*
Correct variable name in comment.
bz
2008-12-22
1
-1
/
+1
*
Similar to the INET case, do not destroy the nd6 entries for
qingli
2008-12-22
1
-4
/
+6
*
Only unlock the llentry if it is actually valid.
bz
2008-12-18
1
-1
/
+2
*
Another step assimilating IPv[46] PCB code:
bz
2008-12-17
4
-15
/
+15
*
Use inc_flags instead of the inc_isipv6 alias which so far
bz
2008-12-17
2
-2
/
+2
*
Remove the rt argument from nd6_storelladdr() because
qingli
2008-12-17
1
-2
/
+0
*
A couple of files were not meant to be committed.
qingli
2008-12-17
2
-23
/
+0
*
in6_clsroute() was applied to prefix routes causing some
qingli
2008-12-17
5
-39
/
+35
*
* Compare pointer with NULL
kmacy
2008-12-16
1
-6
/
+5
*
- Simplify handling of the deferring of mbuf transmit until after lle lock drop
kmacy
2008-12-16
1
-12
/
+28
*
check pointers against NULL
kmacy
2008-12-16
1
-3
/
+3
*
convert more pointer validation checks to checking against NULL
kmacy
2008-12-16
3
-6
/
+6
*
simplify locking in find_pfxlist_reachable_router
kmacy
2008-12-16
1
-8
/
+9
*
explicitly check return of lla_lookup against NULL
kmacy
2008-12-16
2
-8
/
+8
*
advance tail pointer in nd6_output_lle and check lla_output return against NULL
kmacy
2008-12-16
1
-4
/
+8
*
check return from lla_lookup against NULL not zero
kmacy
2008-12-16
2
-2
/
+2
*
make sure redirect doesn't return without dropping the lock
kmacy
2008-12-16
1
-6
/
+7
*
need to check that lle is not null before unlock if the break condition is no...
kmacy
2008-12-16
1
-3
/
+4
*
unlock the llentry after use in find_pfxlist_reachable_router
kmacy
2008-12-16
1
-1
/
+2
*
Initialize the variable "router", and apply "static_route" flag
qingli
2008-12-16
1
-4
/
+7
*
unlock and destroy an llentry's lock before freeing
kmacy
2008-12-16
1
-0
/
+2
*
unlock looked up llentrys in defrouter_select
kmacy
2008-12-16
1
-0
/
+4
*
fix two use after frees in nd6_cache_lladdr caused by last minute unlock shuf...
kmacy
2008-12-16
1
-2
/
+6
*
Another step assimilating IPv[46] PCB code - directly use
bz
2008-12-15
7
-68
/
+68
*
This main goals of this project are:
qingli
2008-12-15
13
-1000
/
+846
[next]