Age | Commit message (Expand) | Author |
2015-10-01 | Revert previous, it also breaks naddy@'s nested NFS setup. | Martin Pieuchot |
2015-09-30 | rename the internal functions that do ml_foo ops on classes to hfsc_cl_foo. | David Gwynne |
2015-09-30 | Remove remnants of sppp's special queue handling for telnet/rlogin/ftp, | Stuart Henderson |
2015-09-30 | provide a hfsc_requeue() | David Gwynne |
2015-09-30 | sleep until all references to an interface have been released during detach. | David Gwynne |
2015-09-30 | Do not try to refetch a route at the L2 layer if the given one is DOWN | Martin Pieuchot |
2015-09-30 | remove cisco hdlc code from sppp(4), it's no longer used - pppoe(4) only uses | Stuart Henderson |
2015-09-29 | make the bpf filters a bpf_program instead of an array of bpf_insn. | David Gwynne |
2015-09-29 | add sizes to some of the simpler free calls | Theo de Raadt |
2015-09-28 | Use the radix-tree API instead of function pointers. | Martin Pieuchot |
2015-09-28 | Factors ou the route hashing code to implement Equal-Cost Multi-Path | Martin Pieuchot |
2015-09-28 | Merge gif(4)'s tentacles in a single file. | Martin Pieuchot |
2015-09-28 | Remove "if_tp" from the "struct ifnet". | Martin Pieuchot |
2015-09-27 | Welcome etheranyaddr, cousin of etherbroadcastaddr. | Stefan Sperling |
2015-09-27 | Add if_setlladdr(), factored out from ifioctl(). Will be used by iwm(4) soon. | Stefan Sperling |
2015-09-27 | pull the m_freem calls out of hfsc_enqueue by having IFQ_ENQUEUE free | David Gwynne |
2015-09-25 | Ensure that RTF_LOCAL route entries always stay UP. | Martin Pieuchot |
2015-09-24 | add a comment explaining how we serialize when switching trunkproto; | Mike Belopuhov |
2015-09-24 | Avoid a theoretical m_pullup(9) mishandling by delegating the mbuf | Mike Belopuhov |
2015-09-23 | Serialize trunk changes with input handler insertion and removal. | Mike Belopuhov |
2015-09-23 | Removes locking macros that we've inherited from NetBSD/FreeBSD. | Mike Belopuhov |
2015-09-23 | Keep track of an active port in the failover trunk to avoid list | Mike Belopuhov |
2015-09-23 | Remove trunk watchdog code since it doesn't do anything useful | Mike Belopuhov |
2015-09-23 | Always increment rt_use inside rtalloc(9) instead of doing it in some | Martin Pieuchot |
2015-09-22 | Use the radix-tree API instead of function pointers. | Martin Pieuchot |
2015-09-22 | When a connected route is deleted, pass the corresponding priority to | Martin Pieuchot |
2015-09-21 | Pass the correct variable to free(9) and while here add the size. | Martin Pieuchot |
2015-09-21 | Set the correct priority for connected routes. | Martin Pieuchot |
2015-09-17 | instead of leaking rarp packets, break from the switch statement | David Gwynne |
2015-09-15 | link_addr() is gone | Philip Guenther |
2015-09-13 | Fix double rtfree(9) in non-INET6 kernel. | Martin Pieuchot |
2015-09-13 | There's no point in abstracting ifp->if_output() as long as pf_test() | Martin Pieuchot |
2015-09-13 | queue revarps to softnet so we can defer processing to a context with | David Gwynne |
2015-09-13 | replace hand rolled refcounts and sleep_setup/finish with refcnts and | David Gwynne |
2015-09-13 | replace hand rolled reference counting with refcnts. | David Gwynne |
2015-09-13 | Run the interface watchdog timer routine as a task such that we have process | Mark Kettenis |
2015-09-13 | reintroduce mpsafe vlan_input. | David Gwynne |
2015-09-13 | back out mpsafe vlans while i chase down a panic when operations | David Gwynne |
2015-09-12 | Call socreate(9) only when we have a destination ip and port. | Florian Obser |
2015-09-12 | Now that rtrequest1(9) properly sets RTF_UP for newly added route, | Martin Pieuchot |
2015-09-12 | make vlan_input mpsafe by using srp lists in the vlan tag hash buckets. | David Gwynne |
2015-09-12 | Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp. | Martin Pieuchot |
2015-09-12 | introduce SRPs to the interface index maps to make if_get() mpsafe. | David Gwynne |
2015-09-12 | If M_PREPEND() fails, it frees the mbuf. In this case pf_translate_af() | Alexander Bluhm |
2015-09-12 | Introduce if_input_local() a function to feed local traffic back to | Martin Pieuchot |
2015-09-12 | Use rtref(9) in rtable_match() before returning a route entry. | Martin Pieuchot |
2015-09-11 | Now that the port tree is clean, RTF_XRESOLVE disapear. | Martin Pieuchot |
2015-09-11 | Stop supporting RTF_XRESOLVE, no daemon is doing resolution these | Martin Pieuchot |
2015-09-11 | Introduce rtref(9) use it in rtable_lookup() before returning a route | Martin Pieuchot |
2015-09-11 | Apply the link state change hook to RTF_LOCAL routes. | Martin Pieuchot |