Age | Commit message (Expand) | Author |
2024-07-29 | Use shared net lock instead of exclusive when frag6 calls icmp6_error(). | Alexander Bluhm |
2024-03-26 | Additional length check for IPv6 reassembled fragments. | Alexander Bluhm |
2022-02-22 | Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h> | Philip Guenther |
2019-08-26 | Do not use the flow of the first fragment to store ECN information. | Alexander Bluhm |
2018-09-10 | Instead of calculating the mbuf packet header length here and there, | Alexander Bluhm |
2018-09-10 | During fragment reassembly, mbuf chains with packet headers were | Alexander Bluhm |
2018-08-22 | frag6_slowtimo: push NET_LOCK into frag6_freef around icmp6_error. | cheloha |
2018-02-01 | The function ip6_get_prevhdr() did return a pointer into a mbuf. | Alexander Bluhm |
2017-11-14 | Put the net lock around frag6_freef() as it sends ICMP6 error | Alexander Bluhm |
2017-11-13 | Remove 18 year old #if 0. | Martin Pieuchot |
2017-11-07 | Serialize access to the IPv6 reassembly queue with a mutex. | Visa Hankala |
2017-11-05 | Finish off pr_drain functions, they haven't been used since 2006. | Florian Obser |
2017-10-29 | Move NET_{,UN}LOCK into individual slowtimo functions. | Florian Obser |
2017-10-27 | Allocate IPv6 reassembly structs using pools instead of malloc(), | Visa Hankala |
2017-10-26 | Replace macro `IP6_REASS_MBUF' with direct use of field `ip6af_m'. | Visa Hankala |
2017-05-16 | Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED(). | Martin Pieuchot |
2017-04-14 | Pass down the address family through the pr_input calls. This | Alexander Bluhm |
2017-02-05 | Use percpu counters for ip6stat | Jeremie Courreges-Anglas |
2016-11-28 | Assert that every slow/fast timeout routine is called at IPL_SOFTNET. | Martin Pieuchot |
2016-10-24 | When the IPv6 network stack receives an empty non atomic fragment, | Alexander Bluhm |
2016-08-24 | Kill ip6_forward_rt reducing differences between v4 and v6. | Martin Pieuchot |
2016-08-22 | Sizes for free(9) from David Hill. | Martin Pieuchot |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2015-12-03 | rewrite if to be more clear. ok bluhm stsp | Ted Unangst |
2015-10-22 | Kill dead code missed in per-ifp counter removal. | Martin Pieuchot |
2015-10-19 | Remove superfluous NULL checks. | Martin Pieuchot |
2015-09-10 | Kill in6_ifstat_inc() and associated per-ifp storage. | Martin Pieuchot |
2015-09-09 | Kill some commented out in6_ifstat_inc(). | Martin Pieuchot |
2015-07-08 | unifdef IN6_IFSTAT_STRICT. | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2014-12-08 | Do not use a "struct route" when a "struct rtentry" is enough. | Martin Pieuchot |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-10-14 | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and | Martin Pieuchot |
2014-09-27 | Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longer | Martin Pieuchot |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-10-20 | Put a large chunk of the IPv6 rdomain support in-tree. | Peter Hessler |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-08-27 | Sync comment with reality, the draft is now an RFC and OpenBSD follows | Martin Pieuchot |
2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-05-31 | Remove a bunch of sockaddr_in6 pointer casts and replace others | Alexander Bluhm |
2013-03-22 | simple replacement of LIST_END with NULL. ok mpi | Ted Unangst |
2013-03-04 | Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro. | Alexander Bluhm |
2012-12-28 | change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@ | Gleydson Soares |
2012-01-24 | Add a short cut for atomic IPv6 fragments. They will be processed | Alexander Bluhm |
2012-01-23 | Do not keep state when dropping overlapping IPv6 fragments in pf | Alexander Bluhm |
2012-01-10 | Implement RFC 5722 and drop all IPv6 fragments that belong to a | Alexander Bluhm |