Age | Commit message (Expand) | Author |
2019-07-05 | pretend to handle setting trunkproto, but only support setting it to lacp | David Gwynne |
2019-07-05 | fix the $OpenBSD$ tag | David Gwynne |
2019-07-05 | initialise sc_lacp_timeout to AGGR_LACP_TIMEOUT_SLOW, not 0; | David Gwynne |
2019-07-05 | iterate over distributing ports when populating the tx map, not all ports | David Gwynne |
2019-07-05 | init the log of tx times to somewhere in the past when adding a port. | David Gwynne |
2019-07-05 | move a declaration before a statement. | David Gwynne |
2019-07-05 | report a port as active to userland if it is muxed | David Gwynne |
2019-07-05 | tweak mtu handling and propagate mtu setting to trunkports | David Gwynne |
2019-07-05 | add aggr(4), a dedicated driver that implements 802.1AX link aggregation | David Gwynne |
2019-07-05 | record when trunk takes over an interface by setting ac_trunkport | David Gwynne |
2019-07-03 | add the kernel side of net.link.ifrxq.pressure_return and pressure_drop | David Gwynne |
2019-07-02 | When source address tracking record is used for "route-to", the next | YASUOKA Masahiko |
2019-07-01 | Link the state and the source track to keep the source track while | YASUOKA Masahiko |
2019-07-01 | reintroduce ifiq_input counting backpressure | David Gwynne |
2019-06-30 | if_vinput should pass BPF_DIRECTION_IN to bpf_mtap, not OUT | David Gwynne |
2019-06-26 | Create IF_WWAN_DEFAULT_PRIORITY which is lower than | Claudio Jeker |
2019-06-26 | The MPLS edge devices get the packets from the MPLS stack which never | Claudio Jeker |
2019-06-24 | Since the recent recursion fix in rtable_walk(), deleting an interface | Alexander Bluhm |
2019-06-24 | Use timeout_add_sec(9) | kn |
2019-06-24 | free(9) sizes. | Martin Pieuchot |
2019-06-22 | Make computation of re-challenge timeout more obvious | kn |
2019-06-22 | Revert accidentially committed hunk from previous | kn |
2019-06-22 | Remove duplicate initialisation | kn |
2019-06-21 | Prevent recursions by not deleting entries inside rtable_walk(9). | Martin Pieuchot |
2019-06-17 | free(9) sizes. | Martin Pieuchot |
2019-06-16 | Use timeout_add_sec(9) | kn |
2019-06-15 | Free sizes for hooks and `if_sadl'. | Martin Pieuchot |
2019-06-13 | free(9) sizes for buffers. | Martin Pieuchot |
2019-06-13 | free(9) sizes. | Martin Pieuchot |
2019-06-13 | Copy the user provided sockaddr into a normalized sockaddr in rtrequest() | Claudio Jeker |
2019-06-10 | use m_microtime to get the packet rx time it might be available. | David Gwynne |
2019-06-10 | don't allow userland to change if_type. | David Gwynne |
2019-06-10 | Use mallocarray(9) & put some free(9) sizes for M_IPMOPTS allocations. | Martin Pieuchot |
2019-06-09 | Always return EEXIST if an interface is already part of a bridge. | Martin Pieuchot |
2019-06-09 | Remove code for non-Ethernet members, these are no longer supported. | Martin Pieuchot |
2019-06-05 | Remove workaround and return EINVAL when userland sends routing messages | Claudio Jeker |
2019-06-04 | if_netisr(): trade NET_LOCK() for NET_RLOCK() | Alexandr Nedvedicky |
2019-06-04 | pfsync_sendout() requires PF_LOCK() | Alexandr Nedvedicky |
2019-06-02 | Repair state and flag bitmasks to match RFC, from Mitchell Krome | Theo de Raadt |
2019-05-28 | Fix reporting of up->down transition in routing message | kn |
2019-05-21 | init sc_rxhprio properly instead of sc_txhprio twice; CID 1480289 | David Gwynne |
2019-05-21 | don't fall through SIOCSVNETID into SIOCGVNETID; CID 1480290 | David Gwynne |
2019-05-18 | BPF: remove redundant reference counting of filedescriptors | Alexandr Nedvedicky |
2019-05-13 | Do not check for IFF_RUNNING inside bstp_initialization(). | Martin Pieuchot |
2019-05-13 | Deal with the case where bridge_getbif() can return NULL. | Martin Pieuchot |
2019-05-12 | Switch the list of span interfaces and interfaces to SMR. | Martin Pieuchot |
2019-05-12 | pushing NET_LOCK() further down from if_clone_{create,destroy}() | Alexandr Nedvedicky |
2019-05-12 | Unused switch_port variable. | akoshibe |
2019-05-11 | Correct a check in if_isconnected(). | Martin Pieuchot |
2019-05-11 | A trunk(4) usually stays up when the link state of one of its members | Florian Obser |