Age | Commit message (Expand) | Author |
2020-08-04 | We have `pipexinq' and `pipexoutq' mbuf(9) queues to store pipex(4) | mvs |
2020-08-03 | add a BPF_RND load location that provides a random value. | David Gwynne |
2020-07-30 | `struct bstp_state' stores pointer to parent `ifnet' as `bs_ifp'. | mvs |
2020-07-30 | make pflog more mpsafe with variables on the stack instead of globals. | David Gwynne |
2020-07-29 | Interface index is unsigned integer. Fix the places where it referenced | mvs |
2020-07-29 | pfsync(4) holds pointer to corresponding `ifnet' as `sc_sync_if'. This | mvs |
2020-07-29 | Remove SIOCSIFADDR | kn |
2020-07-29 | Fix previous commit which referred wrong address and returned wrong | YASUOKA Masahiko |
2020-07-28 | Use the table on root always if current table is not active. | YASUOKA Masahiko |
2020-07-28 | Document locks which protect pipex(4) global data structures. | mvs |
2020-07-28 | Add size to free(9) calls | kn |
2020-07-28 | Document locks which protect ppp{ac,x}(4) global data structures. | mvs |
2020-07-28 | Add missing `IFXF_CLONED' flag to clone interfaces. | mvs |
2020-07-28 | Implement SIOCBRDGIFS, provide SIOCBRDGGRL stub | kn |
2020-07-28 | Return total size if SIOCBRDGIFS passes in ifbic_len set to zero | kn |
2020-07-24 | Use interface index instead of pointer to `ifnet' in carp(4). | mvs |
2020-07-24 | Increase state counter for least-states when the address is selected | YASUOKA Masahiko |
2020-07-24 | Remove lacpmode and lacptimeout bits | kn |
2020-07-24 | Remove trunkdev bits | kn |
2020-07-24 | Remove trunkproto bits | kn |
2020-07-22 | Use interface index instead of pointer to `ifnet' in `struct bstp_port'. | mvs |
2020-07-22 | gc some ifmedia stuff that this driver doesnt use. | David Gwynne |
2020-07-22 | filter vlan and svlan packets by default. | David Gwynne |
2020-07-22 | Change tpmr(4) from ifconfig [-]trunkport to add|del synopsis | kn |
2020-07-22 | deprecate interface input handler lists, just use one input function. | David Gwynne |
2020-07-22 | move carp_input into ether_input, instead of via an input handler. | David Gwynne |
2020-07-22 | move vlan_input into ether_input, instead of via an input handler. | David Gwynne |
2020-07-22 | register as a bridge port, not an input handler, on member ifaces. | David Gwynne |
2020-07-22 | register as a bridge port, not an input handler, on member ifaces. | David Gwynne |
2020-07-22 | register tpmr as a bridge port, not an input handler, on member ifaces. | David Gwynne |
2020-07-22 | if an iface is a bridge port, pass the packet to the bridge in ether_input. | David Gwynne |
2020-07-22 | add code to coordinate how bridges attach to ethernet interfaces. | David Gwynne |
2020-07-21 | when calculating the ruleset's checksum, skip automatic table names. | Henning Brauer |
2020-07-21 | rename PF_OPT_TABLE_PREFIX to PF_OPTIMIZER_TABLE_PFX and move it to pfvar.h | Henning Brauer |
2020-07-21 | Make sure to explicit_bzero() buffers holding sensitive SA data. | tobhe |
2020-07-20 | Move insertions to `if_list' out of NET_LOCK() because KERNEL_LOCK() | mvs |
2020-07-18 | Add size to free(9) calls | kn |
2020-07-18 | Add size to free(9) calls | kn |
2020-07-18 | Add size to free(9) calls | kn |
2020-07-17 | Randomize the system stoeplitz key | Theo Buehler |
2020-07-17 | Use interface index instead of pointer to corresponding interface | mvs |
2020-07-17 | Check destruction ability before search instance of clone interface. | mvs |
2020-07-15 | Fix races in pppacopen() caused by malloc(9). | mvs |
2020-07-15 | Add sizes to free(9) calls | kn |
2020-07-13 | Unbreak wg(4). | Theo Buehler |
2020-07-13 | let's be explicit about only supporting Ethernet ports as members. | David Gwynne |
2020-07-13 | when adding a non-existent interface as a port, don't try create missing ones. | David Gwynne |
2020-07-12 | Fix build without pf | kn |
2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. | Patrick Wildt |
2020-07-10 | Change users of IFQ_PURGE() to use the "new" API. | Patrick Wildt |