summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-0910-103/+14
* Remove unused 'struct route *' argument from nd6_output_flush().melifaro2014-11-093-5/+5
* Remove ip6_getdstifaddr() and all functions to work with auxiliary data.ae2014-11-084-391/+40
* Overhaul if_gre(4).ae2014-11-072-0/+162
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-077-93/+96
* Remove VNET_SYSCTL_ARG(). The generic sysctl(9) code handles that.glebius2014-11-071-4/+0
* Finish r274118: remove useless fields from struct domain.melifaro2014-11-061-2/+0
* Make checks for rt_mtu generic:melifaro2014-11-065-4/+22
* Remove old hack abusing domattach from NFS code.melifaro2014-11-051-9/+2
* Fix a bug which prevented ND6_IFF_IFDISABLED flag from clearing whenhrs2014-11-021-26/+24
* Remove redundant code.ae2014-10-301-65/+4
* Move ifq drain into in6m_purge().ae2014-10-301-3/+2
* Fix mbuf leak in IPv6 multicast code.ae2014-10-301-0/+3
* Do not automatically install routes to link-local and interface-local multicastae2014-10-271-207/+34
* Remove unused function.ae2014-10-272-15/+0
* Remove redundant check and m_pullup() call.ae2014-10-241-2/+0
* Overhaul if_gif(4):ae2014-10-142-267/+47
* When deciding whether to call m_pullup() even though there is adequaterwatson2014-10-123-9/+8
* Add context pointer and source address to the UDP tunnel callbackbryanv2014-10-101-1/+2
* Add missing UDP multicast receive dtrace probesbryanv2014-10-091-0/+2
* Move the calls to u_tun_func() into udp6_append()bryanv2014-10-091-32/+12
* Fix a bug introduced intuexen2014-10-071-1/+1
* UPD and UDPLite require a checksum. So check for it.tuexen2014-10-031-0/+8
* Check for UDP/IPv6 packets that the length in the UDP header is at leasttuexen2014-10-021-12/+3
* Fix the checksum computation for UDPLite/IPv6. This requires thetuexen2014-10-023-15/+30
* Add an additional routing table lookup when m->m_pkthdr.fibnum is changedhrs2014-10-021-3/+16
* Remove lock init from radix.c.melifaro2014-10-011-1/+3
* The default for UDPLITE_RECV_CSCOV is zero. RFC 3828 recommendtuexen2014-10-011-2/+2
* If the checksum coverage field in the UDPLITE header is the lengthtuexen2014-09-301-2/+3
* Remove redundant call to ipsec_getpolicybyaddr().ae2014-09-301-11/+4
* When plen != ulen, it should only be checked when this is UDP.kevlo2014-09-301-1/+1
* Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet andasomers2014-09-111-1/+1
* Add const qualifier to in6_addrhash() function.ae2014-09-112-1/+25
* * use M_ZERO flag with malloc instead of explicit zeroing.ae2014-09-111-10/+2
* Introduce new scope related functions.ae2014-09-112-1/+79
* * constify argument of in6_addrscope();ae2014-09-112-52/+14
* Add additional checks for IPV6_PKTINFO handling (RFC 3542):ae2014-09-101-2/+15
* Make in6_pcblookup_hash_locked and in6_pcbladdr static.ae2014-09-102-7/+5
* Introduce INP6_PCBHASHKEY macro. Replace usage of hardcoded part ofae2014-09-101-12/+13
* Add the ability to set `prefer_source' flag to an IPv6 address.ae2014-09-092-0/+11
* Add basic RSS awareness for the UDPv6 send path.adrian2014-09-091-0/+24
* Add IP_NODEFAULTFLOWID awareness to ip6_output().adrian2014-09-091-1/+10
* Use union sctp_sockstore instead of struct sockaddr_storage. Thistuexen2014-09-071-4/+4
* Add the reverse part to rule #9. Also change its description in theae2014-09-011-0/+2
* Add some missing checks for unsupported interfaces (e.g. pflog(4)) whenmarkj2014-08-223-20/+41
* Change pr_output's prototype to avoid the need for explicit casts.kevlo2014-08-153-8/+8
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-088-72/+25
* Add new rule to source address selection algorithm. It prefers addressae2014-07-301-0/+6
* Garbage collect couple of unused fields from struct ifaddr:glebius2014-07-291-3/+0
* Fix EtherIP. TOS field must be initialized when the inner protocol ishrs2014-07-241-0/+2
OpenPOWER on IntegriCloud