summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
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
2018-04-13Add XXX, using a pool would be better than kmem.maxv
2018-04-13Release the lock a little earlier.maxv
2018-04-13stylemaxv
2018-04-13Add XXX. In fact, it would be better, if all the fragments were offloaded,maxv
2018-04-12Synchronize the code between raw_ip6.c<->icmp6.c<->raw_ip.c, so that it ismaxv
2018-04-12Remove misleading comment; we're just checking the SP, not verifying themaxv
2018-04-11Add comment about IPsec.maxv
2018-04-06Make GARP work again when DAD is disabledozaki-r
2018-03-21Sprinkle more soroverflow().roy
2018-03-19socket: report receive buffer overflowsroy
2018-03-19Pull out a sleepable function (in6_selectsrc) from a pserialize read sectionozaki-r
2018-03-15Add the PR_LASTHDR flag on the PFsync and CARP entries. Otherwise amaxv
2018-03-14Fix error checking in in6_gif_ctlinput().knakahara
2018-03-09Remove M_PKTHDR from secondary mbufs when reassembling packets.maxv
2018-03-08Fix a race condition on DAD destructions (again)ozaki-r
2018-03-07Avoid passing NULL to nd6_dad_duplicatedozaki-r
2018-03-06Perform the IP (src/dst) checks _before_ calling the packet filter, becausemaxv
2018-03-06Remove unused variablesmartin
2018-03-06nd6: add a nonce to DaD probes in-case they are looped back to usroy
2018-03-06Use pool(9) for llentry allocationsozaki-r
2018-03-06Fix memory leaks on arp -d and ndp -d for static entriesozaki-r
2018-03-06Fix reference leaks of llentryozaki-r
2018-03-06Add assertionsozaki-r
2018-02-28Remove unused ipsec_private.h includes.maxv
2018-02-28Remove duplicate IPSEC_STATINC(IPSEC_STAT_IN_POLVIO), ipsec_in_rejectmaxv
2018-02-27Dedup: merge ipsec4_set_policy and ipsec6_set_policy. The content of themaxv
2018-02-27Dedup: mergemaxv