summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2017-10-17Make SCTP work when IPSEC is also defined.rjs
2017-10-05Add missing NULL checkozaki-r
2017-09-27Take softnet_lock on pr_input properly if NET_MPSAFEozaki-r
2017-09-21add lock for percpu route like l2tp(4).knakahara
2017-09-21Invalidate rtcache based on a global generation counterozaki-r
2017-09-17explain why in6_setscope fails...christos
2017-09-17Skip the scope test for loopback addresses in non-loopback interfaces.christos
2017-08-27PR/52382: BERTRAND Joel: Fix mapped IPv4 source selection; this got brokenchristos
2017-08-09PR/52472: Edgar Fuss: Document handling of scoped IPv6 addresses by embeddingchristos
2017-08-02Add missing IPsec policy checks to icmp6_rip6_inputozaki-r
2017-08-02Make IPsec SPD MP-safeozaki-r
2017-07-27Don't acquire global locks for IPsec if NET_MPSAFEozaki-r
2017-07-11l2tp(4): fix mbuf leak when tunnel nested over the limitknakahara
2017-07-07fix PR kern/52353. implemented by ozaki-r@n.o. I just commit by proxy.knakahara
2017-07-06remove unnecessary casts; use sizeof(var) instead of sizeof(type).christos
2017-07-06Merge the two copies SO_TIMESTAMP/SO_OTIMESTAMP processing to a singlechristos
2017-06-26Fix usage of ip6_get_membershipozaki-r
2017-06-22Purge ARP/NDP entries on an interface when the interface is downozaki-r
2017-06-22Allow in6_lltable_free_entry to be called without holding the afdata lock of ...ozaki-r
2017-06-22Remove unused function (nd6_rem_ifa_lle)ozaki-r
2017-06-21Don't create a permanent L2 cache entry on adding an address to an interfaceozaki-r
2017-06-16Sending a routing message (RTM_ADD) on adding an llentryozaki-r
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-05-13avoid a double ifa_release() and thus a panic when e. g. running ifmcstatkardel
2017-05-09Add missing KEY_FREESP to ip6_forwardozaki-r
2017-04-28Don't output debugging logs just if DIAGNOSTICozaki-r
2017-04-25Check if solock of PCB is held when SP caches in the PCB are accessedozaki-r
2017-04-20Fix build of kernel with SCTPozaki-r
2017-04-20Remove unnecessary NULL checks for inp_socket and in6p_socketozaki-r
2017-04-20Simplify logic of udp4_sendup and udp6_sendupozaki-r
2017-04-14Rumpify netipsecozaki-r
2017-04-04fix module buildknakahara
2017-04-04Revert change to allow builds to continue until the missing vlan.h file is co...sevan
2017-04-04remove unnecessary if_vlanvar.h. add missing include "vlan.h".knakahara
2017-03-30remove duplicated validation. That is already done in l2tp_lookup_session_ref().knakahara
2017-03-14Replace DIAGNOSTIC + panic with KASSERTozaki-r
2017-03-14Replace DIAGNOSTIC + panic with CTASSERTozaki-r
2017-03-14Remove unnecessary NULL checkozaki-r
2017-03-03Pass inpcb/in6pcb instead of socket to ip_output/ip6_outputozaki-r
2017-03-03Add missing opt_net_mpsafe.h.msaitoh
2017-03-02Plug a race condition on accessing i6mm_maddrozaki-r
2017-03-02Fix racy in6m_solozaki-r
2017-03-02Protect ia6_memberships by in6_ifaddr_lockozaki-r
2017-03-02Make sure im6o_memberships is protected by in6p's lock (solock)ozaki-r
2017-03-02Make usages of ifp MP-safe in some functions of IP multicastozaki-r
2017-03-02Use LIST_* macrosozaki-r
2017-03-01Make IPv6 multicast MP-safe partiallyozaki-r
2017-03-01Provide in6_multi_groupozaki-r
2017-03-01Restore/add some softnet_lock for nd6_rt_flush and defrouter_addreqozaki-r
2017-02-28Separate the code of joining multicast groupsozaki-r