aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Return the correct value for the IPV6_MULTICAST_HOPS getsockopt() call.Bjoern A. Zeeb2011-11-131-1/+1
* A default route learned from the RAs could be deleted manuallyQing Li2011-11-114-3/+45
* Fix false positive EADDRINUSE that could be returned by bind, due toMikolaj Golub2011-11-111-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-074-6/+8
* In icmp6_redirect_input:Gleb Smirnoff2011-11-071-11/+6
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-072-2/+2
* Cache SO_REUSEPORT socket option in inpcb-layer in order to avoidMikolaj Golub2011-11-062-11/+38
* Before dereferencing intotw() check for NULL, the same way as it isMikolaj Golub2011-11-061-6/+20
* Remove a couple of write-only variables.Sergey Kandaurov2011-11-031-7/+0
* The code change made in r226040 was incomplete and resulted inQing Li2011-10-161-3/+6
* The IPv6 code was influx at the time of r196865 due to the L2/L3Qing Li2011-10-161-4/+0
* Fix a problem that an interface unexpectedly becomes IFF_UP byHiroki Sato2011-10-161-26/+29
* Use TAILQ_FOREACH() in the nd6_dad_find() instead of hand-rolled implementation.Gleb Smirnoff2011-10-131-4/+4
* Restore functions in6_ifaddloop() and in6_ifremloop() that wereGleb Smirnoff2011-10-131-68/+85
* The IFA_RTSELF instead of the IFA_ROUTE flag should be checked toQing Li2011-10-051-2/+2
* Fix an obvious bug from r186196 shadowing a variable, not correctlyBjoern A. Zeeb2011-09-301-4/+5
* Make KBI changes required for future MFCing of inpcb rtentry / llentry caching.Kip Macy2011-09-201-0/+2
* Copy ip6po_minmtu and ip6po_prefer_tempaddr in ip6_copypktopts(). This fixesHiroki Sato2011-09-201-0/+2
* Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPEHiroki Sato2011-09-134-5/+17
* Fix if_addr_mtx recursion in mld6.Sergey Kandaurov2011-08-221-4/+7
* Add support for IPv6 to ipfw fwd:Bjoern A. Zeeb2011-08-204-8/+173
* Add an in6_localip() helper function as in6_localaddr() is not doing whatBjoern A. Zeeb2011-08-202-0/+22
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-26/+1
* The socket API only specifies SCTP for SOCK_SEQPACKET andMichael Tuexen2011-07-121-31/+19
* Permit ARP to proceed for IPv4 host routes for which the gateway is theMarko Zec2011-07-081-2/+0
* Update packet filter (pf) code to OpenBSD 4.5.Bjoern A. Zeeb2011-06-282-0/+6
* Add the missing call to ip6_ipsec_filtertunnel() to be able to controlBjoern A. Zeeb2011-06-081-0/+7
* Correct comments and debug logging in ipsec to better match reality.Bjoern A. Zeeb2011-06-081-6/+6
* Implement a CPU-affine TCP and UDP connection lookup data structure,Robert Watson2011-06-063-0/+280
* Do not activate automatic LL addr configuration when 0/1->1 transition ofHiroki Sato2011-06-061-1/+3
* - Make the code more proactively clear an ND6_IFF_IFDISABLED flag whenHiroki Sato2011-06-062-1/+55
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.Hiroki Sato2011-06-067-36/+56
* Use uint8_t for sockaddr sa_len.Hiroki Sato2011-06-051-1/+1
* Add _mbuf() variants of various inpcb-related interfaces, including lookup,Robert Watson2011-06-043-6/+33
* Decompose the current single inpcbinfo lock into two locks:Robert Watson2011-05-304-49/+119
* Add FEATURE() definitions for IPv4 and IPv6 so that we can useBjoern A. Zeeb2011-05-251-0/+1
* Move from passing a wildcard boolean to a general set up lookup flags intoRobert Watson2011-05-232-12/+19
* The statically configured (permanent) ARP entries are removed when anQing Li2011-05-201-2/+8
* Remove code with any effect.Michael Tuexen2011-05-031-3/+1
* Improve compilation of SCTP code without INET support.Michael Tuexen2011-04-301-40/+90
* Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 onlyBjoern A. Zeeb2011-04-301-0/+6
* Make the PCB code compile without INET support by adding #ifdef INETsBjoern A. Zeeb2011-04-301-1/+10
* Make IPsec compile without INET adding appropriate #ifdef checks.Bjoern A. Zeeb2011-04-271-0/+6
* correct variable type name in commentBernd Walter2011-04-251-2/+2
* MFp4 CH=191760,191770:Bjoern A. Zeeb2011-04-201-0/+9
* Fix IPv6 ND. After r219562 we in nd6_ns_input() were erroneously alwaysBjoern A. Zeeb2011-04-171-2/+2
* Remove a check in udp6_send() that prevented v4-mapped v6 addresses fromBjoern A. Zeeb2011-04-091-13/+0
* After r219579 and r219779 unbreak v4-mapped v6 sockets for UDPBjoern A. Zeeb2011-04-091-13/+11
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-213-0/+4
* Merge the two identical implementations for local port selections fromBjoern A. Zeeb2011-03-121-67/+7