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
*
Fix regression introduced in r296986.
ae
2016-04-08
1
-1
/
+1
*
Unbreak the RSS/PCBGROUp build.
gnn
2016-03-31
1
-0
/
+1
*
Fix the lladdr copy in in6_lltable_dump_entry() after r292978.
markj
2016-03-30
1
-1
/
+1
*
Modify nd6_llinfo_timer() to acquire the nd6 lock before the LLE lock.
markj
2016-03-29
1
-24
/
+32
*
FreeBSD previously provided route caching for TCP (and UDP). Re-add
gnn
2016-03-24
3
-11
/
+27
*
Mfp4 @180378:
bz
2016-03-22
5
-38
/
+33
*
Modify defrouter_remove() to perform the router lookup before removal.
markj
2016-03-17
3
-54
/
+39
*
Reduce the number of local variables. Remove redundant check that inp
ae
2016-03-17
1
-19
/
+11
*
Change in6_selectsrc() to allow usage of non-local IPv6 addresses in
ae
2016-03-17
1
-10
/
+18
*
New way to manage reference counting of mbuf external storage.
glebius
2016-03-01
2
-2
/
+2
*
Lock the NDP default router list and count defrouter references.
markj
2016-02-25
4
-71
/
+260
*
Don't leak an address in an error path.
tuexen
2016-02-23
1
-0
/
+2
*
Fix reporting of mapped addressed in getpeername() and getsockname() for
tuexen
2016-02-18
1
-25
/
+24
*
Release the ref acquired in nd6_dad_find() if DAD is already in progress.
markj
2016-02-18
1
-2
/
+3
*
Use pfxrtr_del() instead of freeing advertising routers directly.
markj
2016-02-17
1
-2
/
+2
*
Remove a prototype for the non-existent prelist_del().
markj
2016-02-17
1
-1
/
+0
*
Ternary operator has lower priority than OR.
glebius
2016-02-17
1
-1
/
+1
*
Add a missing newline to a log message.
markj
2016-02-12
1
-1
/
+1
*
Rename the flags field of struct nd_defrouter to "raflags".
markj
2016-02-12
3
-9
/
+9
*
Simplify defrtrlist_update() slightly in preparation for future changes.
markj
2016-02-12
1
-28
/
+23
*
Remove a bogus comment from nd6_na_input().
markj
2016-02-12
1
-6
/
+0
*
Remove superfluous return statements from the neighbour discovery code.
markj
2016-02-12
3
-6
/
+0
*
Fix style around allocations from M_IP6NDP.
markj
2016-02-12
2
-9
/
+6
*
Remove some unreferenced NDP debug variable definitions.
markj
2016-02-12
1
-5
/
+0
*
Merge SVN r295220 (bz) from projects/vnet/
dteske
2016-02-11
1
-1
/
+3
*
These files were getting sys/malloc.h and vm/uma.h with header pollution
glebius
2016-02-01
2
-0
/
+2
*
MFP r287070,r287073: split radix implementation and route table structure.
melifaro
2016-01-25
3
-24
/
+25
*
Fix rte refcount leak in ip6_forward().
melifaro
2016-01-20
1
-2
/
+5
*
Verify the packet length in sctp6_input().
glebius
2016-01-14
1
-1
/
+4
*
Bring RADIX_MPATH support to new routing KPI to ease migration.
melifaro
2016-01-11
1
-0
/
+7
*
Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket().
melifaro
2016-01-10
7
-88
/
+121
*
Do not hold ifaddr reference for the whole icmp6_reflect() exec time.
melifaro
2016-01-10
1
-16
/
+21
*
Remove prefix check from in6_addroute().
melifaro
2016-01-09
1
-29
/
+1
*
Remove sys/eventhandler.h from net/route.h
melifaro
2016-01-09
1
-0
/
+1
*
Finish r293098: make ip6_getpmtu() and ip6_getpmtu_ctl() use new routing API
melifaro
2016-01-04
1
-20
/
+22
*
Add rib_lookup_info() to provide API for retrieving individual route
melifaro
2016-01-04
2
-36
/
+43
*
Remove 'struct route_int6' argument from in6_selectsrc() and
melifaro
2016-01-03
7
-53
/
+29
*
Handle IPV6_PATHMTU option by spliting ip6_getpmtu_ctl() from ip6_getpmtu().
melifaro
2016-01-03
2
-32
/
+96
*
Use lltable_get_ifp() instead of direct access to lltable fields.
melifaro
2016-01-01
1
-2
/
+4
*
Implement interface link header precomputation API.
melifaro
2015-12-31
6
-26
/
+108
*
Add the appropriate case statement for IPV6_BINDMULTI so the option can be
jtl
2015-12-30
1
-0
/
+1
*
This code is not in modules that need KPI stability so no need to use
bz
2015-12-30
1
-2
/
+2
*
in6_if2idlen: treat bridge(4) interfaces like other Ethernet interfaces
wollman
2015-12-28
1
-0
/
+1
*
Remove superfluous return (1) missed in r292601.
bz
2015-12-23
1
-1
/
+0
*
Since r256624 we've been leaking routing table allocations
bz
2015-12-22
1
-0
/
+1
*
Revert r292275 & r292379
smh
2015-12-17
5
-166
/
+30
*
Fix issues introduced by r292275
smh
2015-12-16
2
-1
/
+3
*
Provide additional lle data in IPv6 lltable dump used by ndp(8).
melifaro
2015-12-16
2
-3
/
+10
*
Fix lagg failover due to missing notifications
smh
2015-12-15
5
-30
/
+164
*
inet6: Do not assume every interface has ip6 enabled.
kp
2015-12-14
2
-0
/
+4
[next]