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
*
In certain cases ip_output() can free our route, so check
glebius
2004-12-10
1
-1
/
+2
*
style the last change
glebius
2004-12-09
1
-2
/
+2
*
MFinet4:
glebius
2004-12-09
1
-3
/
+10
*
Reviewed by: SUZUKI Shinsuke <suz@kame.net>
gnn
2004-11-29
1
-17
/
+34
*
support TCP-MD5(IPv4) in KAME-IPSEC, too.
suz
2004-11-08
1
-0
/
+6
*
Initialize struct pr_userreqs in new/sparse style and fill in common
phk
2004-11-08
2
-10
/
+23
*
fixed a bug that incorrect IPsec request level may be returned for proto AH
suz
2004-10-28
1
-0
/
+1
*
Be more careful to only index valid IP protocols and be more verbose with
andre
2004-10-19
1
-2
/
+11
*
Push acquisition of the accept mutex out of sofree() into the caller
rwatson
2004-10-18
1
-0
/
+1
*
fixed too delayed routing cache expiry. (tvtohz() converts a time interval t...
suz
2004-10-06
1
-4
/
+4
*
Prevent reentrancy of the IPv6 routing code (leading to crash with
green
2004-10-03
1
-5
/
+26
*
Disable MTU feedback in IPv6 if the sender writes data that must be fragmented.
dwhite
2004-10-02
1
-0
/
+14
*
Add an additional struct inpcb * argument to pfil(9) in order to enable
mlaier
2004-09-29
3
-3
/
+3
*
Prefer C99's __func__ over GCC's __FUNCTION__.
stefanf
2004-09-22
1
-1
/
+1
*
Call callout_init() on nd6_slowtimo_ch before setting it going; otherwise,
rwatson
2004-09-05
1
-0
/
+1
*
Unlock rather than lock the ripcbinfo lock at the end of rip6_input().
rwatson
2004-09-02
1
-1
/
+1
*
Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correct
rwatson
2004-08-28
1
-0
/
+2
*
Apply error and success logic consistently to the function netisr_queue() and
andre
2004-08-27
2
-4
/
+4
*
Always compile PFIL_HOOKS into the kernel and remove the associated kernel
andre
2004-08-27
4
-32
/
+22
*
Remove in6_prefix.[ch] and the contained router renumbering capability.
rwatson
2004-08-23
7
-1327
/
+0
*
When notifying protocol components of an event on an in6pcb, use the
rwatson
2004-08-21
1
-3
/
+5
*
Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD
dwmalone
2004-08-14
8
-46
/
+1
*
When allocating the IPv6 header to stick in front of raw packet being
rwatson
2004-08-12
1
-1
/
+5
*
Pass pcbinfo structures to in6_pcbnotify() rather than pcbhead
rwatson
2004-08-06
4
-8
/
+19
*
Disallow a particular kind of port theft described by the following scenario:
yar
2004-07-28
1
-5
/
+1
*
Commit a first pass at in6pcb and pcbinfo locking for IPv6,
rwatson
2004-07-27
3
-35
/
+160
*
Don't consider TCP connections beyond LISTEN state
yar
2004-07-27
1
-19
/
+10
*
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
cperciva
2004-07-26
1
-1
/
+1
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+1
*
Link ALTQ to the build and break with ABI for struct ifnet. Please recompile
mlaier
2004-06-13
1
-0
/
+6
*
Missed directory in previous commit; need to hold SOCK_LOCK(so)
rwatson
2004-06-12
1
-0
/
+1
*
do not check super user privilege in ip6_savecontrol. It is
ume
2004-06-02
1
-20
/
+5
*
add missing #include <sys/module.h>
phk
2004-05-30
1
-0
/
+1
*
Fix a bug which I discovered recently while doing IPv6 testing at
wpaul
2004-05-14
1
-0
/
+12
*
fix the change of interface in nd6_storelladdr for multicast
luigi
2004-04-26
1
-5
/
+5
*
This commit does two things:
luigi
2004-04-25
1
-6
/
+13
*
ifp has the same value as rt->rti_ifp so remove the dependency
luigi
2004-04-19
1
-2
/
+2
*
Remove a tail-recursive call in nd6_output.
luigi
2004-04-19
1
-5
/
+8
*
Replace Bcopy/Bzero with 'the real thing' as in the rest of the file.
luigi
2004-04-18
2
-8
/
+8
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
21
-84
/
+0
*
UDP checksum is mandatory in IPv6 (RFC2460 p.28)
suz
2004-04-01
1
-2
/
+4
*
Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:
pjd
2004-03-27
5
-19
/
+22
*
Remove unused argument.
pjd
2004-03-27
2
-2
/
+2
*
Remove unused prototype.
pjd
2004-03-27
1
-1
/
+0
*
Validate IPv6 socket options more carefully to avoid a panic.
ume
2004-03-26
1
-1
/
+37
*
Move the AH algorithm list from a static local function variable to
rwatson
2004-03-10
1
-37
/
+38
*
move in6_addmulti()/in6_delmulti() into mld6.c
ume
2004-03-04
2
-90
/
+93
*
missing splx().
ume
2004-03-04
1
-1
/
+3
*
- stlye and comments
ume
2004-03-03
1
-15
/
+16
*
Move PFIL_HOOKS and ipfw past the scope checks to allow easy redirection to
mlaier
2004-03-02
1
-32
/
+32
[next]