Age | Commit message (Expand) | Author |
2019-11-21 | Remove duplicate #define OFP_ALIGNMENT | akoshibe |
2019-11-19 | take care to avoid a race when creating the same interface. | David Gwynne |
2019-11-18 | don't leak the the task struct used for the addrhook in pfi_detach_ifnet. | David Gwynne |
2019-11-17 | "set delay" never worked as committed: the delay field was not copied | Otto Moerbeek |
2019-11-14 | avoid a use after free in if_delgroup. | David Gwynne |
2019-11-13 | Non root user must not use ioctl(2) to mess around with the address | Alexander Bluhm |
2019-11-13 | Non root users must not set the parameters of pppoe(4) interfaces. | Alexander Bluhm |
2019-11-13 | unbreak ramdisks | Theo de Raadt |
2019-11-12 | check for privileged bridges ioctls next to the other privileged ioctls. | David Gwynne |
2019-11-12 | SIOCDVNETID mutates state, so should only be run by root. | David Gwynne |
2019-11-11 | add linkstate hooks at the head of the tailq. | David Gwynne |
2019-11-11 | you still need newlines when using log(9). add some errnos while here. | David Gwynne |
2019-11-10 | whitespace fixes, no functional change | David Gwynne |
2019-11-10 | whitespace tweaks, no functional change. | David Gwynne |
2019-11-09 | Forgot comment requested by deraadt in previous. | Florian Obser |
2019-11-09 | Add RTP_PROPOSAL_SOLICIT to allow unwind(8) to solicit DNS proposals | Florian Obser |
2019-11-09 | whitespace fixes, no functional change. | David Gwynne |
2019-11-09 | whitespace fixes, no functional change. | David Gwynne |
2019-11-08 | convert interface address change hooks to tasks and a task_list. | David Gwynne |
2019-11-07 | remove the detach and linkstate hooks when the parent is going away. | David Gwynne |
2019-11-07 | move the port destructor calls in clone destroy back out of NET_LOCK. | David Gwynne |
2019-11-07 | serialise hook adds and dels with a mutex instead of an implicit NET_LOCK. | David Gwynne |
2019-11-07 | turn the linkstate hooks into a task list, like the detach hooks. | David Gwynne |
2019-11-06 | Pull break into ifdef; noticed by bluhm who also OK'ed the previous | Florian Obser |
2019-11-06 | Fix RTA_DNS checks: | Florian Obser |
2019-11-06 | replace the hooks used with if_detachhooks with a task list. | David Gwynne |
2019-11-04 | remove mobileip(4) | David Gwynne |
2019-11-04 | in vlan_clone_destroy take NET_LOCK when calling vlan_down and mark it dead. | David Gwynne |
2019-11-04 | make the parent promisc when a promisc vlan interface is brought up. | David Gwynne |
2019-10-29 | add the 802.1AE MACsec ethertype | David Gwynne |
2019-10-21 | put bpfdesc reference counting back, revert change introduced in 1.175 as: | Alexandr Nedvedicky |
2019-10-17 | Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX. | Todd C. Miller |
2019-10-16 | tsleep(9) -> tsleep_nsec(9) | Martin Pieuchot |
2019-10-08 | back out the use of ifiq pressure, and go back to using a packet count. | David Gwynne |
2019-10-04 | gif shouldn't include netinet/ip_ether.h, cos gif doesnt do etherip. | David Gwynne |
2019-10-02 | let lacp mode trunk cope with interfaces that don't report if_baudrate. | David Gwynne |
2019-10-01 | remove the internal plumbing that supported a custom mbuf copy function. | David Gwynne |
2019-09-30 | remove the "copy function" argument to bpf_mtap_hdr. | David Gwynne |
2019-09-23 | Do more sanity checks when accepting socket addresses in routing | Alexander Bluhm |
2019-09-13 | avoid the use of a custom bpf copy function. | David Gwynne |
2019-09-13 | tweak tun/tap kn_data to be more consistent with everything else. | David Gwynne |
2019-09-12 | pf_test can return PF_PASS, but set the mbuf to NULL. | David Gwynne |
2019-09-12 | knf for the switch statement in tun_dev_kqfilter. | David Gwynne |
2019-09-12 | let userland write up to hardmtu bytes, not just mtu bytes. | David Gwynne |
2019-09-12 | we don't need to cast hdr arguments to caddr_t for bpf_mtap_hdr anymore. | David Gwynne |
2019-09-12 | make bpf_mtap_hdr take a const void *, not a caddr_t. | David Gwynne |
2019-08-29 | pf_state_insert() must grab state lock exclusively | Alexandr Nedvedicky |
2019-08-28 | Fix white spaces and wrap long lines. | Alexander Bluhm |
2019-08-28 | In rev 1.273 RTM_LOCK has been removed from net/rtsock.c. Since | Alexander Bluhm |
2019-08-26 | pf.conf "set timeout interval 1" causes kernel crash | Alexandr Nedvedicky |