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
*
The code change made in r226040 was incomplete and resulted in
qingli
2011-10-16
1
-3
/
+6
*
The IPv6 code was influx at the time of r196865 due to the L2/L3
qingli
2011-10-16
1
-4
/
+0
*
Fix a problem that an interface unexpectedly becomes IFF_UP by
hrs
2011-10-16
1
-26
/
+29
*
Use TAILQ_FOREACH() in the nd6_dad_find() instead of hand-rolled implementation.
glebius
2011-10-13
1
-4
/
+4
*
Restore functions in6_ifaddloop() and in6_ifremloop() that were
glebius
2011-10-13
1
-68
/
+85
*
The IFA_RTSELF instead of the IFA_ROUTE flag should be checked to
qingli
2011-10-05
1
-2
/
+2
*
Fix an obvious bug from r186196 shadowing a variable, not correctly
bz
2011-09-30
1
-4
/
+5
*
Make KBI changes required for future MFCing of inpcb rtentry / llentry caching.
kmacy
2011-09-20
1
-0
/
+2
*
Copy ip6po_minmtu and ip6po_prefer_tempaddr in ip6_copypktopts(). This fixes
hrs
2011-09-20
1
-0
/
+2
*
Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPE
hrs
2011-09-13
4
-5
/
+17
*
Fix if_addr_mtx recursion in mld6.
pluknet
2011-08-22
1
-4
/
+7
*
Add support for IPv6 to ipfw fwd:
bz
2011-08-20
4
-8
/
+173
*
Add an in6_localip() helper function as in6_localaddr() is not doing what
bz
2011-08-20
2
-0
/
+22
*
The result of a joint work between rrs@ and myself at the IETF:
tuexen
2011-08-03
1
-26
/
+1
*
The socket API only specifies SCTP for SOCK_SEQPACKET and
tuexen
2011-07-12
1
-31
/
+19
*
Permit ARP to proceed for IPv4 host routes for which the gateway is the
zec
2011-07-08
1
-2
/
+0
*
Update packet filter (pf) code to OpenBSD 4.5.
bz
2011-06-28
2
-0
/
+6
*
Add the missing call to ip6_ipsec_filtertunnel() to be able to control
bz
2011-06-08
1
-0
/
+7
*
Correct comments and debug logging in ipsec to better match reality.
bz
2011-06-08
1
-6
/
+6
*
Implement a CPU-affine TCP and UDP connection lookup data structure,
rwatson
2011-06-06
3
-0
/
+280
*
Do not activate automatic LL addr configuration when 0/1->1 transition of
hrs
2011-06-06
1
-1
/
+3
*
- Make the code more proactively clear an ND6_IFF_IFDISABLED flag when
hrs
2011-06-06
2
-1
/
+55
*
- Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.
hrs
2011-06-06
7
-36
/
+56
*
Use uint8_t for sockaddr sa_len.
hrs
2011-06-05
1
-1
/
+1
*
Add _mbuf() variants of various inpcb-related interfaces, including lookup,
rwatson
2011-06-04
3
-6
/
+33
*
Decompose the current single inpcbinfo lock into two locks:
rwatson
2011-05-30
4
-49
/
+119
*
Add FEATURE() definitions for IPv4 and IPv6 so that we can use
bz
2011-05-25
1
-0
/
+1
*
Move from passing a wildcard boolean to a general set up lookup flags into
rwatson
2011-05-23
2
-12
/
+19
*
The statically configured (permanent) ARP entries are removed when an
qingli
2011-05-20
1
-2
/
+8
*
Remove code with any effect.
tuexen
2011-05-03
1
-3
/
+1
*
Improve compilation of SCTP code without INET support.
tuexen
2011-04-30
1
-40
/
+90
*
Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 only
bz
2011-04-30
1
-0
/
+6
*
Make the PCB code compile without INET support by adding #ifdef INETs
bz
2011-04-30
1
-1
/
+10
*
Make IPsec compile without INET adding appropriate #ifdef checks.
bz
2011-04-27
1
-0
/
+6
*
correct variable type name in comment
ticso
2011-04-25
1
-2
/
+2
*
MFp4 CH=191760,191770:
bz
2011-04-20
1
-0
/
+9
*
Fix IPv6 ND. After r219562 we in nd6_ns_input() were erroneously always
bz
2011-04-17
1
-2
/
+2
*
Remove a check in udp6_send() that prevented v4-mapped v6 addresses from
bz
2011-04-09
1
-13
/
+0
*
After r219579 and r219779 unbreak v4-mapped v6 sockets for UDP
bz
2011-04-09
1
-13
/
+11
*
- Merge changes to the base system to support OFED. These include
jeff
2011-03-21
3
-0
/
+4
*
Merge the two identical implementations for local port selections from
bz
2011-03-12
1
-67
/
+7
*
Push a possible "unbind" in some situation from in6_pcbsetport() to
bz
2011-03-12
3
-6
/
+9
*
Make sure the locally cached value of rt->rt_gateway stays stable,
bz
2011-03-12
1
-7
/
+14
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
Fix bugs related to M_FLOWID:
tuexen
2011-02-07
1
-0
/
+12
*
1) Typo correction in comments and one spacing change.
rrs
2011-02-05
2
-0
/
+4
*
Improve plausibility check in sctp_handle_sack().
tuexen
2010-12-22
1
-1
/
+1
*
Add IFT_L2VLAN to the list that is capable of supplying the ingredients
jhay
2010-12-22
1
-0
/
+1
*
Loosen the locking in nd6-free() again after r216022 to avoid
bz
2010-12-07
1
-13
/
+24
*
Plug well observed races on la_hold entries with the callout handler.
bz
2010-11-29
3
-58
/
+90
[next]