Age | Commit message (Expand) | Author |
2015-10-08 | Make sure that when trunk_port_ioctl is called to set a new | Mike Belopuhov |
2015-10-08 | if the mbuf has a valid flowid, use it instead of using siphash24 | David Gwynne |
2015-10-08 | use the state id to set a flowid on an mbuf. | David Gwynne |
2015-10-08 | Unlock the softnet task. | Martin Pieuchot |
2015-10-08 | Use the radix API directly and get rid of the function pointers. There | Martin Pieuchot |
2015-10-07 | one simple free, ok mpi | Theo de Raadt |
2015-10-07 | rn_inithead() offset argument is now specified in byte, missed in previous. | Martin Pieuchot |
2015-10-07 | Make rtable_get() private to ensure it won't be used outside of | Martin Pieuchot |
2015-10-07 | Initialize the routing table before domains. | Martin Pieuchot |
2015-10-07 | Move route entry debug helpers where they belong. | Martin Pieuchot |
2015-10-07 | Move the reference counting of a newly created route entry inside | Martin Pieuchot |
2015-10-07 | Do not call bpf_catchpacket() if another CPU detached a file from the | Martin Pieuchot |
2015-10-05 | Revert if_oqdrops accounting changes done in kernel, per request from mpi@. | Masao Uebayashi |
2015-10-05 | Count IFQ_ENQUEUE() failure as output drop. | Masao Uebayashi |
2015-10-05 | Don't count IF_DROP()'ed packets as if_oerrors too. | Masao Uebayashi |
2015-10-05 | Accumulate ifq_drops into if_oqdrops if if_start(). | Masao Uebayashi |
2015-10-05 | Add ifi_oqdrops and its alias to struct if_data. | Masao Uebayashi |
2015-10-05 | Factor LACP frame processing out to a separate task | Mike Belopuhov |
2015-10-05 | Fix ip_is_idle_packet() to parse packets properly. | YASUOKA Masahiko |
2015-10-03 | Enable eigrpd(8) and eigrpctl(8) in the builds | Renato Westphal |
2015-10-03 | IPv6 transport for pflow data. | Florian Obser |
2015-10-03 | When multiple vxlan interfaces are configured with same VNI, select the | YASUOKA Masahiko |
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 |