Age | Commit message (Expand) | Author |
2016-09-15 | adjust whitespace and remove an unused struct | Peter Hessler |
2016-09-15 | protect a kernel only structure with _KERNEL, means userland doesn't | Peter Hessler |
2016-09-15 | print local and remote discr as decimal, easier to compare with remote systems | Peter Hessler |
2016-09-15 | chase dlg@'s change of merging pool_setipl into pool_init | Peter Hessler |
2016-09-15 | add RBT_POISON and RBT_CHECK so you can poison the pointers in RBT_ENTRYs | David Gwynne |
2016-09-15 | fix $OpenBSD$ tag | David Gwynne |
2016-09-15 | rename the members of rb_entry so they dont keep working with RB macros | David Gwynne |
2016-09-15 | move from RB macros to RBT functions | David Gwynne |
2016-09-15 | move from RB macros to the RBT functions. | David Gwynne |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-15 | bring back r1.53 | David Gwynne |
2016-09-15 | move pools to using the subr_tree version of rb trees | David Gwynne |
2016-09-15 | enable the subr_tree version of red-black trees again. | David Gwynne |
2016-09-15 | we dont need m_copym0 with m_copym as a single wrapper, so merge them. | David Gwynne |
2016-09-15 | remove m_copym2 as its use has been replaced by m_dup_pkt | David Gwynne |
2016-09-14 | Declare the type instead of a on-stack variable for sizeof purposes | Mike Belopuhov |
2016-09-14 | Cleanup dmesg output | Mike Belopuhov |
2016-09-14 | Remove a useless shadow copy of the vmbus_chanpkt_prplist structure | Mike Belopuhov |
2016-09-14 | Implement packet transmission through RNDIS scatter-gather interface | Mike Belopuhov |
2016-09-14 | Fixup Per Packet Info data structure size definitions | Mike Belopuhov |
2016-09-14 | Remove contigious TX buffer, we're not going to use it | Mike Belopuhov |
2016-09-14 | don't dump vcpu state on ept violations, these happen with sufficient | Mike Larkin |
2016-09-14 | Name include guard macros consistently within sys/dev/pv | Mike Belopuhov |
2016-09-14 | Kill ip6_pcbopts, unused since the removal of IPV6_PKTOPTIONS | Jeremie Courreges-Anglas |
2016-09-14 | Delete dead code and useless parameter. | Jeremie Courreges-Anglas |
2016-09-14 | Always set the MAC address when initializing the chip. | Martin Pieuchot |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2016-09-14 | limit the number of fonts that can be loaded | Joshua Stein |
2016-09-14 | add support for SAS3 devices, which have a different sgl layout to previous | Jonathan Matthew |
2016-09-14 | regen | Jonathan Matthew |
2016-09-14 | add LSI/Avago SAS3 devices | Jonathan Matthew |
2016-09-13 | avoid extensive mbuf allocation for IPsec by replacing m_inject(4) | Markus Friedl |
2016-09-13 | crank bootloader version after .SUNW_ctf change | Jasper Lievisse Adriaanse |
2016-09-13 | when loading the kernel binary, also load the .SUNW_ctf section when present, | Jasper Lievisse Adriaanse |
2016-09-13 | Don't waste time zero'ing memory until there is some chance it might | Kenneth R Westerback |
2016-09-13 | Raise maximum supported MTU value to 9000; discussed with reyk@ | Mike Belopuhov |
2016-09-13 | Introduce rwsleep(9), an equivalent to msleep(9) but for code protected | Martin Pieuchot |
2016-09-13 | Split if_linkstate_task() in two to avoid SPL recursion when the | Martin Pieuchot |
2016-09-13 | Stop creating a BFD descriptor when the route is created. | Martin Pieuchot |
2016-09-13 | we no longer reach around and call DDB specific functions, so always | Peter Hessler |
2016-09-13 | Do not raise splsoftnet() recursively in soaccept(). | Martin Pieuchot |
2016-09-13 | Retire bridge(4) support. | Martin Pieuchot |
2016-09-12 | More #include cleanup per POSIX: | Philip Guenther |
2016-09-12 | Correctly account for fragments larger than a page size | Mike Belopuhov |
2016-09-12 | Add support for packets spanning multiple pages. | Mike Belopuhov |
2016-09-12 | Bring back the code that cached DMA fragment offset. | Mike Belopuhov |
2016-09-12 | Record mbuf chain head rather than individual fragments | Mike Belopuhov |
2016-09-12 | Skip empty mbuf fragments like bus_dmamap_load_mbuf does | Mike Belopuhov |
2016-09-12 | bpf_tap() is long dead! Long live bpf_mtap() & friends. | Kenneth R Westerback |
2016-09-12 | Add data about how long the session has been in the current state, and | Peter Hessler |