summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2018-06-01Renamemaxv
2018-06-01Fix _rt_free via rtrequest(RTM_DELETE) hangs in rt_timer handlersozaki-r
2018-05-29Remove dead code, we don't care.maxv
2018-05-29Mark in6m as used for non-DIAGNOSTIC builds.prlw1
2018-05-29Avoid double LIST_REMOVE which corrupts listsozaki-r
2018-05-29Move LIST_REMOVEozaki-r
2018-05-29Make a deletion of in6m in nd6_rtrequest atomicozaki-r
2018-05-29Make a refcount decrement and a removal from a list of an item atomicozaki-r
2018-05-29Avoid NULL pointer dereference on imm->i6mm_maddrozaki-r
2018-05-29Improve atomicity of in6_leavegroup and in6_delmultiozaki-r
2018-05-29Release in6_multilock on callout_halt of mld_timeo to avoid a deadlockozaki-r
2018-05-29Don't hold softnet_lock in mld_timeoozaki-r
2018-05-20Remove notyet, we've never had this.maxv
2018-05-19Style.maxv
2018-05-19Remove misleading comment.maxv
2018-05-18Add missing m_put_rcvif_psref.maxv
2018-05-17Fix the KASSERTs. It doesn't matter at all since the packet can't be thismaxv
2018-05-17Add KASSERTs, related to PR/39794.maxv
2018-05-15When reassembling IPv4/IPv6 packets, ensure each fragment has been subjectmaxv
2018-05-14Merge ipsec4_input and ipsec6_input into ipsec_ip_input. Make the argumentmaxv
2018-05-11Dedup: introduce rip6_sbappendaddr. Same as IPv4.maxv
2018-05-11Increase the default size of some receive buffers from 8k to 16k.roy
2018-05-09Replacemaxv
2018-05-07Remove misleading comments.maxv
2018-05-03Rename m_pkthdr_remove -> m_remove_pkthdr, to match the existing namingmaxv
2018-05-03Remove now unused tcpip.h includes. Some were already unused before.maxv
2018-05-03Remove net_osdep.h completely.maxv
2018-05-01Remove now unused net_osdep.h includes, the other BSDs did the same.maxv
2018-04-29Remove unused and misleading argument from ipsec_set_policy.maxv
2018-04-29Replacemaxv
2018-04-28Remove unused ipsec_var.h includes.maxv
2018-04-27Fix LOCKDEBUG kernel panic when many(about 200) tunnel interfaces is created.knakahara
2018-04-27Fix a bug introduced in rev1.154 (2009). mcl_cache still has a size ofmaxv
2018-04-26Stop using m_copy(), use m_copym() directly. m_copy is useless,maxv
2018-04-26Remove unused mbuf argument from sbsavetimestamp.maxv
2018-04-26Use M_UNWRITABLE, no functional change.maxv
2018-04-26Move the address checks into one function, ip6_badaddr(). In this function,maxv
2018-04-24Remove nullcheck, m is not allowed to be null.maxv
2018-04-24Remove the M_AUTHIPDGM flag. It is equivalent to M_AUTHIPHDR, bothmaxv
2018-04-23Remove the kernel RH0 code. RH0 is deprecated by RFC5095, for securitymaxv
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-04-18Remove unused netipsec/xform.h includes.maxv
2018-04-18Remove misleading comments.maxv
2018-04-15Remove useless DIAGNOSTIC block, the caller already ensures themaxv
2018-04-15Introduce a m_verify_packet function, that verifies the mbuf chain of amaxv
2018-04-14Fix 'icmp6len', it shouldn't be ip6_plen, because we may not be at themaxv
2018-04-14Cosmetic, and remove one XXX (no problem).maxv
2018-04-14Remove the RH0 code from ICMPv6. RH0 is deprecated by RFC5095 (2007) formaxv
2018-04-14Remove dead code. It is the same as the non-obsolete one, sincemaxv
2018-04-13Localify global variables, style, and add two XXXs.maxv