summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide ABI compatibility shim to enable configuring of addressesglebius2011-12-211-1/+8
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-1/+23
* A default route learned from the RAs could be deleted manuallyqingli2011-11-111-1/+1
* The code change made in r226040 was incomplete and resulted inqingli2011-10-161-3/+6
* Restore functions in6_ifaddloop() and in6_ifremloop() that wereglebius2011-10-131-68/+85
* The IFA_RTSELF instead of the IFA_ROUTE flag should be checked toqingli2011-10-051-2/+2
* Add an in6_localip() helper function as in6_localaddr() is not doing whatbz2011-08-201-0/+21
* Permit ARP to proceed for IPv4 host routes for which the gateway is thezec2011-07-081-2/+0
* - Make the code more proactively clear an ND6_IFF_IFDISABLED flag whenhrs2011-06-061-1/+25
* The statically configured (permanent) ARP entries are removed when anqingli2011-05-201-2/+8
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-0/+1
* Plug well observed races on la_hold entries with the callout handler.bz2010-11-291-1/+3
* Fix our version of IPv6 address representation.alfred2010-05-191-2/+19
* Provide 32bit compat for SIOCGDEFIFACE_IN6.kib2010-04-271-0/+25
* Plug reference leaks in the link-layer code ("new-arp") that previouslybz2010-04-111-1/+5
OpenPOWER on IntegriCloud