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
*
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
*
in set{peer, sock}addr, do not convert the unspecified
ume
2004-01-10
1
-2
/
+2
*
When calculating the sequence number to use in an ip6fw reset, remember to
dwmalone
2003-12-25
1
-0
/
+2
*
Catch a few places where NULL (pointer) was used where 0 (integer) was
ume
2003-12-23
1
-2
/
+2
*
Catch a few places where NULL (pointer) was used where 0 (integer) was
peter
2003-12-23
3
-5
/
+5
*
fixed a bug that IPv6 routing header does not work properly if specified from...
suz
2003-12-22
1
-1
/
+1
*
fixed an IPv6 path MTU discovery failure owing to a lack of initialization
suz
2003-12-17
1
-1
/
+1
*
validate the argument for multicast routing socket options
ume
2003-12-10
1
-27
/
+38
*
- changed the logic in nd6_is_addr_neighbor(); check on-link prefixes
ume
2003-12-08
1
-17
/
+23
*
Split the "inp" mutex class into separate classes for each of divert,
sam
2003-11-26
2
-2
/
+2
*
pktopt may be null.
ume
2003-11-24
1
-0
/
+3
*
Introduce tcp_hostcache and remove the tcp specific metrics from
andre
2003-11-20
1
-6
/
+3
*
Introduce tcp_hostcache and remove the tcp specific metrics from
andre
2003-11-20
6
-81
/
+79
*
Remove RTF_PRCLONING from routing table and adjust users of it
andre
2003-11-20
4
-19
/
+7
*
Introduce a MAC label reference in 'struct inpcb', which caches
rwatson
2003-11-18
2
-2
/
+2
*
correct to look right interface.
ume
2003-11-17
1
-1
/
+1
*
- m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation has
ume
2003-11-15
4
-20
/
+14
*
oops, correct wrong change in previous commit.
ume
2003-11-15
1
-1
/
+0
*
increase AH_MAXSUMSIZE for hmac-sha2-512
ume
2003-11-15
1
-1
/
+2
*
preparation for 64bit sequence number.
ume
2003-11-15
1
-1
/
+1
*
fixed a bug comparing sav->key_auth and SADB_AALG_NONE.
ume
2003-11-15
1
-1
/
+1
*
reflect ip6_pktopts and ip6_moptions into embeded scope of
ume
2003-11-12
1
-3
/
+17
*
cleanup rijndael API.
ume
2003-11-11
1
-32
/
+12
*
enable aes-xcbc-mac and aes-ctr, again.
ume
2003-11-10
3
-9
/
+1
*
replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF
sam
2003-11-08
4
-7
/
+7
*
o add a flags parameter to netisr_register that is used to specify
sam
2003-11-08
1
-1
/
+2
*
nuke obsoleted ipsec_gethist(). it just did panic to notify user
ume
2003-11-07
2
-10
/
+0
*
correct behavior when ipv6mr_interface is 0. Matthias Drochner
ume
2003-11-06
1
-4
/
+4
*
byebye in6_ifawithscope(). it was a function for old source
ume
2003-11-05
2
-283
/
+0
*
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
5
-110
/
+569
*
- cleanup SP refcnt issue.
ume
2003-11-04
11
-528
/
+847
*
use nd6log().
ume
2003-11-04
1
-30
/
+24
*
- update comments to refrect recent BSDs.
ume
2003-11-04
1
-1
/
+2
*
rename variables.
ume
2003-11-02
2
-12
/
+12
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
3
-11
/
+15
*
correct stat to increment.
ume
2003-10-31
1
-1
/
+1
*
do not insert a dest option header (even specified by a user) that
ume
2003-10-31
1
-1
/
+13
*
(icmp6_rip6_input) if the received data is small enough but in an
ume
2003-10-31
1
-2
/
+46
*
rename MLD6_* to MLD_*.
ume
2003-10-31
2
-17
/
+18
[next]