summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-01-251-2/+2
|\
| * MFC 292953:bz2016-01-211-2/+2
* | Add patch from FreeBSD PR 206231. Ticket #5748Chris Buechler2016-01-221-0/+1
|/
* MFH r292836:wollman2016-01-071-0/+1
* Remove extra space introduced in r287734. This is a stable/10 only fixgarga2015-09-221-1/+1
* MFC 287094:hrs2015-09-131-11/+10
* MFC 287095, 287610, 287611, 287617:hrs2015-09-131-2/+0
* MFC 287609:hrs2015-09-131-4/+6
* MFC r285710:ae2015-08-051-0/+1
* MFC r273992:hrs2015-07-231-26/+24
* Rework r281868 to not skip RTM announces for tunneling interfaces.ae2015-06-051-22/+21
* MFC r261708, r261847, r268525, r274316, r274347, r275593,hiren2015-05-081-1/+2
* MFC r274988 (with modification):ae2015-04-221-0/+2
* MFC of r278472rrs2015-02-151-2/+1
* MFC r278268:ae2015-02-121-1/+2
* MFC r270348:markj2014-09-061-16/+11
* MFC r260151 (by adrian):ae2014-01-101-0/+1
* Fix the length calculation for the final block of a sendfile(2)des2013-09-101-0/+12
* - Use time_uptime instead of time_second in data structures forhrs2013-08-051-9/+9
* Allocate in6_ifextra (ifp->if_afdata[AF_INET6]) only for IPv6-capablehrs2013-07-311-0/+7
* Correct the size of allocated memory to store array of counters.ae2013-07-091-3/+4
* Migrate structs in6_ifstat and icmp6_ifstat to PCPU counters.ae2013-07-091-15/+20
* - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGEhrs2013-07-021-0/+26
* Really fix netmask address family this time.melifaro2013-05-191-1/+1
* Finish r85740 : Make IPv6 netmask has address family set.melifaro2013-05-191-0/+1
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information Grouphrs2013-05-041-0/+14
* Plug static llentry leak (ipv4 & ipv6 were affected).oleg2013-04-211-8/+10
* Temporarily revert rev 244678. This is causing loopback problems withpeter2013-01-031-9/+0
* The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notifyglebius2012-12-251-0/+9
* In additional to the tailq of IPv6 addresses add the hash table.ae2012-12-151-10/+11
* - Move definition of V_deembed_scopeid to scope6_var.h.hrs2012-12-051-0/+2
* Remove __P.delphij2012-10-221-4/+4
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-8/+1
* Fix races between in_lltable_prefix_free(), lla_lookup(),glebius2012-08-021-9/+9
* Some more whitespace cleanup.glebius2012-08-011-3/+3
* Some style(9) and whitespace changes.glebius2012-07-311-43/+40
* As mentioned in the commit message of r237571 (copied from a prototypebz2012-07-081-1/+3
* Fix a LOR acquiring the if_afdata lock while holding an rtentry lock.delphij2012-06-251-18/+16
* Plug two interface address refcount leaks in early error return casesbz2012-06-051-1/+6
* When we return deprecated addresses, we need to reference them.emax2012-05-301-3/+9
* When using flowtable llentrys can outlive the interface with which they're as...kmacy2012-02-231-15/+15
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-271/+278
* Plug a possible ifa_ref leak in case of premature return from in6_purgeaddr().bz2012-01-241-2/+2
* Remove the stale XXX rt_newaddrmsg comment.pluknet2012-01-241-4/+0
* Remove unnecessary line break.bz2012-01-241-2/+1
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-20/+20
* Use correct locking when traversing interface address list.glebius2012-01-041-4/+2
* Grab a reference on the matching interface address (ifa) in the handlingjhb2012-01-031-2/+10
* Use TAILQ_FOREACH() instead of TAILQ_FOREACH_SAFE() for some loops thatjhb2012-01-031-2/+2
* Use queue(3) macros instead of home-rolled versions in several places injhb2011-12-291-3/+2
OpenPOWER on IntegriCloud