Age | Commit message (Expand) | Author |
2021-01-28 | handle "once" rules before letting pfsync defer tx of a packet. | David Gwynne |
2021-01-28 | Rename bNumInterface to bNumInterfaces to fix build on arm64. | Kurt Miller |
2021-01-27 | if the route resolved in pf_route is invalid, generate an icmp error. | David Gwynne |
2021-01-27 | The usb configuration descriptor parameter providing the number of | Marcus Glocker |
2021-01-27 | regen | Jonathan Gray |
2021-01-27 | add some more amdgpu devices | Jonathan Gray |
2021-01-27 | Be consistent in not using parameter names for function prototypes. | Marcus Glocker |
2021-01-27 | do better accounting of how many msix interrupts we want to use. | David Gwynne |
2021-01-27 | have pf_route{,6} clear the pf_pdesc mbuf ref early for route-to/reply-to. | David Gwynne |
2021-01-27 | don't run copies of packets made by dup-to through pf_test. | David Gwynne |
2021-01-27 | kqueue: Fix termination assert | Visa Hankala |
2021-01-26 | Recognize Apple Icestorm cores. | Mark Kettenis |
2021-01-26 | intrmap attribute missing from mcx; ok dlg | Theo de Raadt |
2021-01-25 | We have this sequence in bridge(4) ioctl(2) path: | mvs |
2021-01-25 | Give machdep.c a thorough cleanup that is long overdue. | Mark Kettenis |
2021-01-25 | Resolve data toggle out of sync problem for ugen(4) and uhidev(4) devices | Marcus Glocker |
2021-01-25 | Add the new function usbd_clear_endpoint_feature() which allows to issue | Marcus Glocker |
2021-01-25 | raise the max number of queues/interrupts to 16, up from 1. | David Gwynne |
2021-01-25 | if the rx descriptor reports the rss hash, use it for the mbuf flowid. | David Gwynne |
2021-01-25 | don't lose the M_FLOWID flag if the ipv4 cksum is ok. | David Gwynne |
2021-01-25 | Fix wg(4) ioctl to be able to handle multiple wgpeers. | YASUOKA Masahiko |
2021-01-25 | if stoeplitz is enabled, use it to provide a flowid for tcp packets. | David Gwynne |
2021-01-25 | use an intrmap when establishing interrupts for queues. | David Gwynne |
2021-01-24 | match on Intel Alder Lake and Meteor Lake I219 Ethernet ids | Jonathan Gray |
2021-01-24 | regen | Jonathan Gray |
2021-01-24 | add Intel Alder Lake and Meteor Lake I219 Ethernet ids | Jonathan Gray |
2021-01-24 | match on Realtek RTL8168H ids for Killer E2500V2 and E2600 | Jonathan Gray |
2021-01-24 | regen | Jonathan Gray |
2021-01-24 | add Realtek RTL8168H ids for Killer E2500V2 and E2600 | Jonathan Gray |
2021-01-23 | match on another Realtek RTL8168 id | Jonathan Gray |
2021-01-23 | regen | Jonathan Gray |
2021-01-23 | add another Realtek RTL8168 id | Jonathan Gray |
2021-01-23 | Fix whitespace issues | Mike Larkin |
2021-01-23 | vmm(4): wire faulted in pages | Mike Larkin |
2021-01-23 | Fix IORT struct for Context and PMU interrupts. I misread bytes with bits. | Patrick Wildt |
2021-01-23 | OPAL implements firmware calls that abstract communicating with the BMC over | Mark Kettenis |
2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. | thfr |
2021-01-22 | ims: an actual i2c-connected mouse is unlikely | Joshua Stein |
2021-01-21 | carp(4): convert ifunit() to if_unit(9) | mvs |
2021-01-21 | vlan(4): convert ifunit() to if_unit(9) | mvs |
2021-01-21 | let vfs keep track of nonblocking state for us. | David Gwynne |
2021-01-20 | An invalid packet may not have set src and dst in packet descriptor. | Alexander Bluhm |
2021-01-20 | If pledge "wroute" is missing for setsockopt SO_RTABLE, print failure | Alexander Bluhm |
2021-01-20 | Print rewritten addresses in tcpdump(8) logged with pflog(4) for | Alexander Bluhm |
2021-01-20 | Reprogram outbound windows to match the device tree. Necessary because | Mark Kettenis |
2021-01-20 | Check management capabilities before trying to attach temperature sensors, | Jonathan Matthew |
2021-01-19 | pflog(4) tried to log the translated packet with rdr-to, nat-to, | Alexander Bluhm |
2021-01-19 | blacklist com on m3000s. our com code causes faults somehow. | David Gwynne |
2021-01-19 | Implement intx support. | Mark Kettenis |
2021-01-19 | pipex(4): convert ifunit() to if_unit(9) | mvs |