summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2018-08-03Account when the next nd6_timer_to is scheduled in nd6_timer()Florian Obser
2018-07-12Introduce RTM_CHGADDRATTR to inform userland on the route socket whenFlorian Obser
2018-07-12Introduce ipsec_output_cb() to merge duplicate code and account forMartin Pieuchot
2018-07-11Disambiguate the source of panics in sys/net* by adding __func__Nayden Markatchev
2018-07-11rtm_send() the cloned routes because of ICMP mtu changes. Until nowClaudio Jeker
2018-07-10When an interface doesn't have a layer 2 address in6_get_soii_ifid()Florian Obser
2018-07-10When an interface doesn't have a layer 2 address in6_get_ifid()Florian Obser
2018-07-05It was possible to leak the control mbuf in raw ip user requestAlexander Bluhm
2018-07-04Prevent a mbuf double free by not freeing it along the error-path inanton
2018-06-14Assert that the INP_IPV6 in in6_pcbconnect() is correct. Just callAlexander Bluhm
2018-06-11Push the KERNEL_LOCK() inside route_input().Martin Pieuchot
2018-06-07The global zero addresses must not change, mark them constant.Alexander Bluhm
2018-06-03Use variable names for rtable and rdomain consistently in the in_pcbAlexander Bluhm
2018-06-03Consistently call the inpcb table parameter "table" in in6_pcbnotify().Alexander Bluhm
2018-06-02Move the declarations of the raw ip and ip6 pcb tables into theAlexander Bluhm
2018-05-21All places that call carp_lsdrop() use the interface pointer already.Alexander Bluhm
2018-05-12Make the code a bit easier on the eye by factoring repeated embeddedTheo Buehler
2018-05-06Nuke unused ia6_createtime struct member.Florian Obser
2018-05-06Continue refactoring and cleanup of in6_ioctl().Theo Buehler
2018-05-04Split handling of SIOCGIF*_IN6 into a separate function in6_ioctl_get()Theo Buehler
2018-05-02Push the NET_LOCK() down in in6_control() similar to what was doneTheo Buehler
2018-04-24Make the ramdisks compile again, we don't have MROUTING on them.Florian Obser
2018-04-24Push NET_LOCK down in the default ifioctl case.Paul Irofti
2018-04-24Run duplicate address detection again if an existing address getsFlorian Obser
2018-03-27Use memcpy instead of bcopy when the memory does not overlap.David Hill
2018-03-21In ip6_output() check that the interface of a route is valid. ForAlexander Bluhm
2018-03-16Consistently spell "IPsec" in comments and debug outputs.Martin Pieuchot
2018-03-13Calculate RFC7217 link-local style addresses the same way asFlorian Obser
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-02-12Use IP6_SOIIKEY_LEN instead of hardcoded value.Martin Pieuchot
2018-02-11add an ipv6 "don't fragment" flag to mbufs for ip6_output to use.David Gwynne
2018-02-10rework gif to be more consistent.David Gwynne
2018-02-10Implement RFC 7217: "A Method for Generating Semantically OpaqueFlorian Obser
2018-02-07update the gre driver.David Gwynne
2018-02-01The function ip6_get_prevhdr() did return a pointer into a mbuf.Alexander Bluhm
2018-01-23The IPv6 gateway address passed to rt6_flush() comes either from aAlexander Bluhm
2018-01-15There was an issue that dynamic path MTU discovery together withAlexander Bluhm
2017-12-14The pf code marks ICMP packets belonging to an TCP or UDP divertAlexander Bluhm
2017-12-04Make divert lookup similar for all socket types. If PF_TAG_DIVERTEDAlexander Bluhm
2017-11-28The divert structure was using the port number to indicate thatAlexander Bluhm
2017-11-28Fix mbuf leak when an interface is destroyed while forwarding IPv6Martin Pieuchot
2017-11-27Use a single timer for all ND6 entries.Martin Pieuchot
2017-11-23Constify protocol tables and remove an assert now that ip_deliver() isMartin Pieuchot
2017-11-23Replace non mp-safe carp_iamatch6() with mp-safe carp_iamatch().Martin Pieuchot
2017-11-21Do not assume if_get(9) returns a non NULL ifp when using a routeMartin Pieuchot
2017-11-20Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare runningMartin Pieuchot
2017-11-17Drop all Ethernet-in-IP support from gif(4)Jeremie Courreges-Anglas
2017-11-15Remove inet6 etherip sysctl entriesJeremie Courreges-Anglas
2017-11-14Put the net lock around frag6_freef() as it sends ICMP6 errorAlexander Bluhm
2017-11-13Remove 18 year old #if 0.Martin Pieuchot