| Age | Commit message (Expand) | Author |
| 2018-03-09 | Functionalize duplicated code. No functional changes. | knakahara |
| 2018-03-09 | Fix missing sadb_x_ipsecrequest informations for PF_KEY message. | knakahara |
| 2018-03-09 | NAT-T src and dst port in ipsec_variant should be network byte order. | knakahara |
| 2018-03-08 | Switch nptr to uint8_t, and use nbuf_ensure_contig. Makes us use fewer | maxv |
| 2018-03-08 | Declare NPC_FMTERR, and use it to kick malformed packets. Several sanity | maxv |
| 2018-03-06 | Use pool(9) for llentry allocations | ozaki-r |
| 2018-03-06 | Fix memory leaks on arp -d and ndp -d for static entries | ozaki-r |
| 2018-03-06 | Fix reference leaks of llentry | ozaki-r |
| 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 |