summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud