summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Print IPv6 address in log message instead of address of pointer.ae2015-02-051-1/+2
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificadrian2015-01-185-3/+155
* Do not go one layer down to check ifqueue length. First, not all driversglebius2015-01-121-14/+0
* Minimize the usage of SCTP_BUF_IS_EXTENDED.tuexen2015-01-101-7/+1
* * Deal with ARCNET L2 multicast mapping for IPv6 the same way as in IPv4:melifaro2015-01-091-13/+0
* Add forgotten definition for nd6_output_ifp().melifaro2015-01-081-0/+2
* * Use newly-created nd6_grab_holdchain() function to retrieve llemelifaro2015-01-083-207/+101
* To ease changes to underlying mbuf structure and the mbuf allocator, reducerwatson2015-01-053-5/+5
* Migrate the RSS IPv6 hash code to use pointers to the v6 addressesadrian2014-12-312-3/+3
* Extern declarations in C files loses compile-time checking thatae2014-12-252-9/+0
* Remove in_gif.h and in6_gif.h files. They only contain functionae2014-12-232-48/+9
* Plug a memory leak in an error code path.tuexen2014-12-171-1/+4
* Do not count security policy violation twice.ae2014-12-112-3/+0
* Use ipsec6_in_reject() to simplify ip6_ipsec_fwd() and ip6_ipsec_input().ae2014-12-112-49/+20
* Remove flag/flags argument from the following functions:ae2014-12-114-12/+8
* Move ip_ipsec_fwd() from ip_input() into ip_forward().ae2014-12-111-24/+11
* Remove PACKET_TAG_IPSEC_IN_DONE mbuf tag lookup and usage of itsae2014-12-111-21/+5
* Remove check for presence of PACKET_TAG_IPSEC_PENDING_TDB andae2014-12-111-47/+16
* Revert r275695: nd6_dad_find() was already correct.markj2014-12-111-3/+2
* Fix a bug in r266857: nd6_dad_find() must return NULL if it doesn't findmarkj2014-12-111-2/+3
* Add refcounting to IPv6 DAD objects and simplify the DAD code to fix amarkj2014-12-083-90/+64
* This is the SCTP specific companion oftuexen2014-12-041-9/+4
* Remove unneded check. No need to do m_pullup to the size that we prepended.ae2014-12-021-2/+0
* Remove route chaching support from ipsec code. It isn't used for some time.ae2014-12-022-10/+0
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-013-5/+4
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -melifaro2014-11-272-4/+6
* Skip L2 addresses lookups for p2p interfaces.ae2014-11-241-3/+2
* Finish r274175: do control plane MTU tracking.melifaro2014-11-171-11/+0
* We don't return sp pointer, thus NULL assignment isn't needed.ae2014-11-121-4/+0
* Kill custom in_matroute() radix mathing function removing one rte mutex lock.melifaro2014-11-112-22/+3
* Add sa6_checkzone_ifp() function. It checks correctness of structae2014-11-102-0/+22
* * Make nd6_dad_duplicated() constant.melifaro2014-11-102-35/+32
* Remove link-local multicast routes remnants from in6_purgeaddr.ae2014-11-101-39/+5
* Consistently use if_link.glebius2014-11-104-6/+6
* For now handle only multicast addresses, we still use routes toae2014-11-101-9/+9
* Use embedded scope zone id to determine outgoing interface for link-localae2014-11-091-1/+13
* 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
OpenPOWER on IntegriCloud