Age | Commit message (Expand) | Author |
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 |
2019-05-11 | Make rt_mpls_set() be more strict in what it accepts. Also ensure that | Claudio Jeker |
2019-05-10 | Add port protection support to switch(4). The behavior copies that of | akoshibe |
2019-05-10 | Move bridge_filterrule() before doing the mbuf copy. Fixes a memory leak | Claudio Jeker |
2019-05-09 | Add a sysctl accessor to struct pf_status. The pf_status only holds the | Claudio Jeker |
2019-05-09 | we don't need to check rtisvalid() in these places, the functions we are | Peter Hessler |
2019-05-03 | Add missing bridge_getbif(), reported by jsg@. | Martin Pieuchot |
2019-05-03 | An if_put() was missing in one branch of bridge_process(). This | Alexander Bluhm |
2019-05-02 | Reset root port after last STP interface is removed. | Martin Pieuchot |
2019-05-01 | pretty much all of tun_wakeup needs to be protected with KERNEL_LOCK | David Gwynne |
2019-04-29 | tr_unit is unused, so gc it | David Gwynne |
2019-04-29 | don't have lacp input push lacp packets into the trunkports bpf again. | David Gwynne |
2019-04-28 | Removes the KERNEL_LOCK() from bridge(4)'s output fast-path. | Martin Pieuchot |
2019-04-28 | Fix reading route entries via kvm(3). | Martin Pieuchot |
2019-04-27 | fix up some rxprio handling while here | David Gwynne |
2019-04-27 | don't increment noproto on the parent interface when there's no child | David Gwynne |
2019-04-27 | use unsigned int, not u_int, and uintXX_t, not u_intXX_t | David Gwynne |
2019-04-27 | rename sc_prio to sc_txprio | David Gwynne |