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
*
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
*
scope awareness of ff01:: is not merged, yet. So, clear
ume
2004-03-02
1
-0
/
+6
*
- reject incoming packets to an interface-local multicast address from
ume
2004-03-01
1
-10
/
+52
*
Bring eventhandler callbacks for pf.
mlaier
2004-02-26
1
-0
/
+3
*
Tweak existing header and other build infrastructure to be able to build
mlaier
2004-02-26
1
-1
/
+3
*
in icmp6_mtudisc_update(), use ND link mtu to detect if the path MTU
ume
2004-02-24
1
-1
/
+3
*
Fix array overflow: If len=128, don't access [16] of a 16-byte IPv6
cperciva
2004-02-24
1
-1
/
+2
*
- call ip6_output() instead of nd6_output() when ipsec tunnel
ume
2004-02-19
1
-3
/
+21
*
IPSEC and FAST_IPSEC have the same internal API now;
ume
2004-02-17
3
-57
/
+20
*
correct function name in comment.
ume
2004-02-16
1
-18
/
+18
*
nuke unused functions.
ume
2004-02-16
3
-53
/
+0
*
we don't need to include ipsec.h.
ume
2004-02-16
1
-8
/
+0
*
- wrap mappedaddr block by #ifdef INET for IPv6-only kernel in future.
ume
2004-02-13
1
-38
/
+42
*
supported IPV6_RECVPATHMTU socket option.
ume
2004-02-13
5
-6
/
+68
*
Initial import of RFC 2385 (TCP-MD5) digest support.
bms
2004-02-11
1
-0
/
+2
*
fix build with FAST_IPSEC.
ume
2004-02-09
1
-2
/
+1
*
- obey ip6po_minmtu.
ume
2004-02-08
1
-3
/
+30
*
KNF
ume
2004-02-04
1
-8
/
+7
*
pass pcb rather than so. it is expected that per socket policy
ume
2004-02-03
9
-133
/
+76
*
protect access to ifnet structure with mutex.
ume
2004-01-28
1
-0
/
+2
*
call ipsec_pcbconn()/ipsec_pcbdisconn() from in6_pcbconnect().
ume
2004-01-13
1
-0
/
+7
*
correct spelling
ume
2004-01-13
1
-7
/
+7
*
fix potential 'cannot-happen' memory leak
ume
2004-01-13
1
-1
/
+4
*
try rtinit() only when the route is not installed.
ume
2004-01-10
1
-2
/
+5
*
Don't execute the code in in6_ifdetach() that removes the link-local
truckman
2004-01-10
1
-7
/
+9
[next]