Age | Commit message (Expand) | Author |
2015-10-05 | Revert if_oqdrops accounting changes done in kernel, per request from mpi@. | Masao Uebayashi |
2015-10-05 | Don't count IF_DROP()'ed packets as if_oerrors too. | Masao Uebayashi |
2015-09-29 | add sizes to some of the simpler free calls | Theo de Raadt |
2015-09-13 | replace hand rolled reference counting with refcnts. | David Gwynne |
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 | make vlan_input mpsafe by using srp lists in the vlan tag hash buckets. | David Gwynne |
2015-09-10 | if_put after if_get | David Gwynne |
2015-09-10 | pass a cookie argument to interface input handlers that can be used | Mike Belopuhov |
2015-09-10 | move the if input handler list to an SRP list. | David Gwynne |
2015-07-20 | Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS. | Rafael Zalamena |
2015-07-02 | By design if_input_process() needs to hold a reference on the receiving | Martin Pieuchot |
2015-06-30 | Rename if_output() into if_enqueue() to avoid confusion with comments | Martin Pieuchot |
2015-06-29 | count if_ibytes in if_input like we do for if_ipackets. | David Gwynne |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-23 | Adapt bridge(4) to the new if_input() framework. | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-08 | Merge multiple copies of the code doing VLAN tag insertion back into | Martin Pieuchot |
2015-05-27 | check if the packet is for us or if we're promisc before we cut the | David Gwynne |
2015-05-26 | Now that the Ethernet header is always passed as part of the mbuf, kill | Martin Pieuchot |
2015-05-26 | make vlans inherit their parents hardmtu as well as mtu. | David Gwynne |
2015-05-23 | Call if_input() instead of setting the "rcvif" pointer ourself. | Martin Pieuchot |
2015-05-20 | Keep track of the ifih corresponding to a vlan instance to ease its | Martin Pieuchot |
2015-05-20 | Do not increment if_opackets in if_output(). It might make sense to do | Martin Pieuchot |
2015-05-19 | We cannot check for M_BCAST or M_MCAST now that vlan_input() is ran | Martin Pieuchot |
2015-05-19 | Take vlan(4) out of ether_input(). | Martin Pieuchot |
2015-05-15 | Introduce if_output(), a function do to the last steps before enqueuing | Martin Pieuchot |
2015-04-22 | Add missing header for NBRIDGE chunk, found the hardway and diff from | Martin Pieuchot |
2015-04-15 | Add the necessary glue to keep vlan(4) working while other pseudo-drivers | Martin Pieuchot |
2015-04-13 | Move one "#ifdef NVLAN" chunk needed only if you're running bridge(4) on | Martin Pieuchot |
2015-04-10 | dont inherit the parent interfaces hardmtu as the vlan interfaces | David Gwynne |
2015-04-07 | Do not pass an `ifp' argument to interface input handlers since it | Martin Pieuchot |
2015-03-31 | let vlan(4) mtu be limited by the parents hardmtu, not current mtu. | David Gwynne |
2015-02-06 | IEEE sez that 0 is bigger than 1, and IEEE is always right. | Henning Brauer |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-11-23 | length argument for some free() calls; ok doug | Theo de Raadt |
2014-10-07 | when running bpf on an outgoing vlan interface that doesnt have a | David Gwynne |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | switch from bpf_mtap to the shiny new bpf_mtap_stripvlan. | Henning Brauer |
2014-07-09 | bpf code surgery / shuffling / simplification. | Henning Brauer |
2014-05-14 | improve style - basically, what my fingers did at Marrakesh airport when | Henning Brauer |
2014-05-05 | remove dead code: calling ether_attach which sets if_type to IFT_ETHER, | Henning Brauer |
2014-04-22 | we used to handle the vlan tag etc insertion very very very late, | Henning Brauer |
2014-03-10 | if_lladdr -> if_sadl, no functional change. | Martin Pieuchot |
2013-11-08 | To make sure detach hooks are executed in reverse order they were added, | Martin Pieuchot |
2013-11-07 | Now that it is safe to disestablish a hook from itself, do not leak the | Martin Pieuchot |
2013-10-19 | Bring back the if_detachhook. We're going to have more users now. | Reyk Floeter |
2013-09-17 | Change vlan(4) detach procedure to not use a hook but a list of vlans | Martin Pieuchot |
2013-06-20 | Revert previous and unbreak asr, the new include should be protected. | Martin Pieuchot |
2013-06-20 | Allocate the various hook head descriptors as part of the ifnet | Martin Pieuchot |