summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
...
* Finally change the mbuf to have its own fib field instead of stealingjulian2013-05-161-1/+2
* Honor the net.inet6.ip6.v6only sysctl variable and the IPV6_V6ONLYtuexen2013-05-101-22/+7
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information Grouphrs2013-05-044-6/+53
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-262-3/+3
* Remove unused variable.ae2013-04-242-3/+0
* Plug static llentry leak (ipv4 & ipv6 were affected).oleg2013-04-211-8/+10
* Fix build after r249543.tijl2013-04-161-1/+1
* Fix accounting after the r249528, also add several another counters toae2013-04-161-1/+12
* Use IP6S_M2MMAX macro.ae2013-04-161-3/+1
* Replace hardcoded numbers.ae2013-04-161-8/+12
* The source address selection algorithm tries to apply several rulesae2013-04-151-10/+7
* Free memory after deleting an address policy entry.ae2013-04-121-0/+1
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-0911-91/+92
* Clean up some unused leftover code.kevlo2013-03-221-8/+0
* Remove unused global variables.kevlo2013-03-221-15/+0
* - Use m_getcl() instead of hand allocating.glebius2013-03-154-104/+51
* - Use m_getcl() instead of hand allocating.glebius2013-03-154-33/+22
* Use m_getcl() instead of hand made allocation.glebius2013-03-151-10/+5
* Take the inpcb rlock before calculating checksum, it was accidentallyae2013-03-121-1/+1
* Generate lle_event in the IPv6 neighbor discovery code too.np2013-01-262-0/+7
* Avoid NULL dereference in nd6_storelladdr when no mbuf is provided. Itnp2013-01-251-1/+1
* Simplify in6_setscope() function to get better performance.ae2013-01-101-46/+17
* Remove unneeded variable.ae2013-01-091-6/+1
* Add no_prefer_iface option.ume2013-01-092-4/+7
* The in6_setscope() function determines the scope zone id of an addressae2013-01-091-14/+15
* 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
* When we have some address to forward (e.g. it was specified with ipfw fwd),ae2012-12-191-7/+9
* Make dst_sa initialization only when it is actually needed.ae2012-12-191-9/+12
* The selectroute functions does own account of EHOSTUNREACH errors,ae2012-12-191-8/+0
* Use M_PROTO7 flag for M_IP6_NEXTHOP, because M_PROTO2 was used forae2012-12-171-1/+1
* In additional to the tailq of IPv6 addresses add the hash table.ae2012-12-153-10/+40
* Fix problem in r238990. The LLE_LINKED flag should be tested prior toglebius2012-12-131-2/+8
* - Move definition of V_deembed_scopeid to scope6_var.h.hrs2012-12-053-0/+16
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-0510-51/+51
* Remove opt_inet.h, it isn't required here.ae2012-11-201-1/+0
* Check if an extracted zoneid is equal to the non-zero sin6_scope_id only whenhrs2012-11-181-6/+8
* Add support for SCTP/UDP/IPV6.tuexen2012-11-172-2/+8
* Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doingae2012-11-165-18/+18
* if_afdata lock was converted from mutex to rwlock a long ago, so we canae2012-11-141-14/+15
* SCOPE6_LOCK protects V_sid_default, no need to acquire it withoutae2012-11-141-9/+0
* zoneid has unsigned type.ae2012-11-141-1/+1
* Use consistent style.obrien2012-11-131-3/+2
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-025-13/+12
* Whitespace changes due to upstream integration of SCTP changes in thetuexen2012-10-291-14/+8
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-254-18/+10
* Remove __P.delphij2012-10-2218-285/+285
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-6/+0
* Eliminate code checking if found IPv6 rte is dynamic. IPv6 redirectsmelifaro2012-10-221-156/+0
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-186-70/+10
OpenPOWER on IntegriCloud