summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2023-03-29use carp mac address when replying to neighbor solicitations referringkardel
2023-03-22in6: make sure a user-specified checksum field is within a packetozaki-r
2023-03-20in6: reject setting negative values but -1 via setsockopt(IPV6_CHECKSUM)ozaki-r
2023-01-27ipsec: remove unnecessary splsoftnetozaki-r
2022-12-22Fix typo in comment (s/mut be/msut be/). No functional change.msaitoh
2022-12-07gif(4), ipsec(4) and l2tp(4) use encap_attach_addr().knakahara
2022-11-04inpcb: get rid of parentheses for return valueozaki-r
2022-11-04inpcb: use in_port_t for port numbersozaki-r
2022-11-04inpcb: rename functions to in6pcb_*ozaki-r
2022-11-04inpcb: rename functions to inpcb_*ozaki-r
2022-10-28Adjust dccp and sctp for struct inpcb separationozaki-r
2022-10-28inpcb: separate inpcb again to reduce the size of PCB for IPv4ozaki-r
2022-10-28Adjust pf, wg, dccp and sctp for struct inpcb integrationozaki-r
2022-10-28inpcb: integrate data structures of PCB into oneozaki-r
2022-10-24Clear saved_flags to avoid compile error on some archs.msaitoh
2022-10-24Fix PR kern/57037knakahara
2022-10-21frag6: don't use spin mutex for frag6_lockozaki-r
2022-10-14Avoid error of "-Wreturn-local-addr", and simplify the logic.ryo
2022-09-20Remove routes on an address removal if the routes referencing to the address....knakahara
2022-09-03Garbage-collect everything related to struct domain::dom_ifqueuesthorpej
2022-09-02pktqueue: Re-factor sysctl handling.thorpej
2022-09-01nd6: Take ifnet psref around cprng_fast in nd6_slowtimo.riastradh
2022-08-29Add sysctl entry to control to send routing message for RTM_DYNAMIC.knakahara
2022-08-22Add sysctl entry to enable/disable to use path MTU discovery for icmpv6 refle...knakahara
2022-08-07Remove extra whitespaces added by an ancient stupid script.tsutsui
2022-07-29Remove obsoleted comments.knakahara
2022-06-15in6p_hash isn't used, either.knakahara
2022-06-09refactor: use TAILQ_FOREACH instead of TAILQ_FOREACH_SAFE about inpt_queue.knakahara
2022-05-28fix various typos, mainly in comments.andvar
2022-02-23fix various typos in comments, mainly immediatly/immediately/,andvar
2021-12-31s/quetion/question/andvar
2021-12-05s/existance/existence/ in comment.msaitoh
2021-12-05s/multple/multiple/ in comment.msaitoh
2021-09-21don't opencode kauth_cred_get()christos
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-17nd6: prevent ln from being freed while releasing held packetsozaki-r
2021-08-10PR kern/56348kardel
2021-08-02fix various typos in comments and log messages.andvar
2021-07-31fix typos in commentsandvar
2021-05-17Add a new link-aggregation pseudo interface named lagg(4)yamaguchi
2021-03-11flowlabel will never return anything other than 1 or 0.ryo
2021-03-10byte-flipping a random number is not very useful.christos
2021-03-08no need for ip6_id.c...christos
2021-03-07Amend missed messages:christos
2021-03-07netinet/netinet6: Add necessary includes to make these standalone.christos
2021-03-07netinet6: Mark randomid unused.christos
2021-02-19- Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is morechristos
2021-02-17- pass the alignment instead of the mask (as Roy asked and to match thechristos
2021-02-15Fix the build.martin
2021-02-14- centralize header align and pullup into a single inline functionchristos