| Age | Commit message (Expand) | Author |
| 2018-02-28 | Remove an obsolete assertion too (fix build) | ozaki-r |
| 2018-02-28 | Sweep obsolete BRIDGE_MPSAFE (it's always on now) | ozaki-r |
| 2018-02-27 | Remove the Econet code. It was part of acorn26, which was removed a | maxv |
| 2018-02-16 | Currently, it is not necessary to install rss_config.h. Pointed out by msaito... | knakahara |
| 2018-02-16 | Introduce very simple Receive Side Scaling (RSS) utility. | knakahara |
| 2018-02-14 | Remove IFF_STATICARP, we don't support this, and the code is useless in its | maxv |
| 2018-02-13 | Make the arpresolve branch more readable, fix typo, fix XXX (which I | maxv |
| 2018-02-13 | Remove KERNEL_LOCK around the MPLS code. It's not needed, since we're only | maxv |
| 2018-02-13 | Define ar_* as inlined functions, not as macros. Makes it easier to | maxv |
| 2018-02-12 | Use m_freem instead of m_free. Otherwise we're leaking the next mbufs in | maxv |
| 2018-02-12 | Fix typo, and add a comment about MPLS. | maxv |
| 2018-02-08 | Remove ovbcopy. It's long dead; only sparc has a reference to a function | maxv |
| 2018-02-08 | Typos. | dholland |
| 2018-02-07 | ppprcvframe() has indentation issues. | mrg |
| 2018-02-06 | Fix breaking character limit. Pointed out by ozaki-r@n.o, thanks. | knakahara |
| 2018-01-31 | apply a little more #ifdef INET/INET6. fixes !INET6 builds. | mrg |
| 2018-01-30 | Prevent rt_free_global.wk from being enqueued to workqueue doubly | ozaki-r |
| 2018-01-30 | Destroy ifq_lock at the end of if_detach | ozaki-r |
| 2018-01-26 | A few fixes: | maxv |
| 2018-01-26 | Use MH_ALIGN instead, ok knakahara@. | maxv |
| 2018-01-26 | Don't call if_attach, do if_initialize+if_register, otherwise when an | maxv |
| 2018-01-26 | Several fixes in L2TP: | maxv |
| 2018-01-25 | style | maxv |
| 2018-01-25 | Add locking. | christos |
| 2018-01-25 | Fix another deadlock | ozaki-r |
| 2018-01-25 | Abandon unnecessary softint | ozaki-r |
| 2018-01-23 | Fix a return value of rt_update_prepare | ozaki-r |
| 2018-01-19 | Several changes: | maxv |
| 2018-01-19 | Fix inverted logic. | nakayama |
| 2018-01-19 | Suppress noisy debugging outputs | ozaki-r |
| 2018-01-19 | Release rt_so_mtx on updating a rtentry to avoid a deadlock with route_intr | ozaki-r |
| 2018-01-16 | Fix agr(4) module build. Reviewed by pgoyette@n.o, thanks. | knakahara |
| 2018-01-16 | style | maxv |
| 2018-01-15 | Mostly style, and add a bunch of KASSERTs. | maxv |
| 2018-01-15 | Style, and fix a bug in the AppleTalk path: we're doing | maxv |
| 2018-01-15 | Fix two bugs in altq_etherclassify. When scanning the mbuf chain we need | maxv |
| 2018-01-15 | Add a KASSERT in IFQ_CLASSIFY, we really need to make sure the given | maxv |
| 2018-01-15 | Fix a bug in the VLAN path: there's an inverted logic, the mbuf needs to | maxv |
| 2018-01-15 | Style, make the code more readable, and add a KASSERT (we expect the mbuf | maxv |
| 2018-01-15 | Mmh, fix a weird mistake: the guy who added #if NVLAN > 0 forgot to | maxv |
| 2018-01-15 | Several fixes: | maxv |
| 2018-01-15 | If the bridge is not running, don't call bridge_stop. Otherwise the | maxv |
| 2018-01-15 | Fix spl leak. | maxv |
| 2018-01-15 | Style, improve comment, and add KASSERTs on the assumptions. | maxv |
| 2018-01-15 | Fix the net.ether.multicast sysctl. If there is no multicast address | maxv |
| 2018-01-15 | Fix PR kern/52920. Pointed out by David Binderman, thanks. | knakahara |
| 2018-01-14 | If cnt == 0, don't kmem_alloc(0). Found by Mootja. | maxv |
| 2018-01-10 | add ipsec(4) interface, which is used for route-based VPN. | knakahara |
| 2018-01-10 | Check MP-safety in ifa_insert and ifa_remove only for IFEF_MPSAFE drivers | ozaki-r |
| 2018-01-09 | Use a queue of deferred entries to delete routes instead of a fixed stack | christos |