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
/
in6_src.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:
pjd
2004-03-27
1
-3
/
+3
*
KNF
ume
2004-02-04
1
-8
/
+7
*
Catch a few places where NULL (pointer) was used where 0 (integer) was
peter
2003-12-23
1
-1
/
+1
*
Introduce tcp_hostcache and remove the tcp specific metrics from
andre
2003-11-20
1
-8
/
+37
*
reflect ip6_pktopts and ip6_moptions into embeded scope of
ume
2003-11-12
1
-3
/
+17
*
make sure to treat destrination address as KAME internal form
ume
2003-11-05
1
-29
/
+8
*
source address selection part of RFC3484.
ume
2003-11-04
1
-104
/
+555
*
- update comments to refrect recent BSDs.
ume
2003-11-04
1
-1
/
+2
*
- unlock on error.
ume
2003-10-30
1
-4
/
+10
*
add management part of address selection policy described in
ume
2003-10-30
1
-0
/
+202
*
check return result from rtalloc1 before invoking RTUNLOCK
sam
2003-10-23
1
-1
/
+2
*
drop the code of HAVE_NRL_INPCB part. our system doesn't
ume
2003-10-22
1
-10
/
+0
*
- change scope to zone.
ume
2003-10-21
1
-10
/
+9
*
- add dom_if{attach,detach} framework.
ume
2003-10-17
1
-1
/
+1
*
- fix typo in comments.
ume
2003-10-08
1
-24
/
+5
*
return(code) -> return (code)
ume
2003-10-06
1
-20
/
+20
*
Locking for updates to routing table entries. Each rtentry gets a mutex
sam
2003-10-04
1
-0
/
+1
*
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
tanimura
2002-05-31
1
-2
/
+0
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
1
-0
/
+2
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
- Check the address family of a cached destination, in case of
ume
2002-01-21
1
-1
/
+4
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
Wrap array accesses in macros, which also happen to be lvalues:
jlemon
2001-09-06
1
-5
/
+4
*
Sync with recent KAME.
ume
2001-06-11
1
-14
/
+23
*
Yikes, these files bogusly #include "loop.h" but didn't use the value.
peter
2001-01-29
1
-2
/
+0
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
1
-0
/
+550