Age | Commit message (Expand) | Author |
2020-02-01 | replace vlan instance SRP lists with SMR_SLISTs | Jonathan Matthew |
2019-11-07 | turn the linkstate hooks into a task list, like the detach hooks. | David Gwynne |
2019-11-06 | replace the hooks used with if_detachhooks with a task list. | David Gwynne |
2019-11-04 | in vlan_clone_destroy take NET_LOCK when calling vlan_down and mark it dead. | David Gwynne |
2019-11-04 | make the parent promisc when a promisc vlan interface is brought up. | David Gwynne |
2019-04-27 | fix up some rxprio handling while here | David Gwynne |
2019-04-27 | don't increment noproto on the parent interface when there's no child | David Gwynne |
2019-04-27 | use unsigned int, not u_int, and uintXX_t, not u_intXX_t | David Gwynne |
2019-04-27 | rename sc_prio to sc_txprio | David Gwynne |
2019-04-27 | remove sc_proto, it isn't used. | David Gwynne |
2019-04-27 | rename softc members so theyre prefixed with sc. | David Gwynne |
2019-04-27 | get rid of ifv_linkmib and a bunch of useless macros | David Gwynne |
2019-04-27 | fix some whitespace. | David Gwynne |
2019-04-27 | call vlan_softc variables sc, not ifv. no functional change. | David Gwynne |
2019-04-27 | whitespace tweaks. no functional change. | David Gwynne |
2019-04-27 | rename struct ifvlan to struct vlan_softc | David Gwynne |
2019-04-27 | move the struct ifvlan (the vlan softc) definition into if_vlan.c. | David Gwynne |
2019-04-22 | use if_vinput instead of if_input, thereby bypassing ifiqs on vlans | David Gwynne |
2019-04-19 | use the factored out txhprio and rxhprio checks | David Gwynne |
2019-04-19 | add support for configuring rxprio. | David Gwynne |
2019-02-15 | Use `ifidx' when storing an interface index. | Martin Pieuchot |
2019-02-14 | mpw.h is no longer needed. | Martin Pieuchot |
2019-01-23 | remove special casing for IFT_MPLSTUNNEL now mpw is IFT_ETHER. | David Gwynne |
2019-01-09 | implement an if_enqueue handler for vlan(4) | David Gwynne |
2018-11-16 | use txprio, not link0 and llprio, to set the dot1p field in the header. | David Gwynne |
2018-07-11 | Fix comment about VLAN encapsulation and checksum offload | Stefan Fritsch |
2018-04-03 | use link0 to use llprio in transmitted packets, regardless of mbuf prio. | David Gwynne |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-01-09 | Creating a cloned interface could return ENOMEM due to temporary | Alexander Bluhm |
2017-06-22 | Fix the remaining ';;'s in sys/ | Tom Cosgrove |
2017-05-31 | make vlan use their parents lladdr all the time, not just when theyre up. | David Gwynne |
2017-05-29 | Pass SIOCGIFMEDIA to vlan's parent interface. | Martin Pieuchot |
2017-01-24 | A space here, a space there. Soon we're talking real whitespace | Kenneth R Westerback |
2017-01-24 | add support for multiple transmit ifqueues per network interface. | David Gwynne |
2017-01-23 | Flag pseudo-interfaces as such in order to call add_net_randomness() | Martin Pieuchot |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-10-10 | ensure prepended ethernet headers are placed on ETHER_ALIGN boundaries, | David Gwynne |
2016-09-03 | Add support for a multipoint-to-multipoint mode in vxlan(4). In this | Reyk Floeter |
2016-05-18 | rework the srp api so it takes an srp_ref struct that the caller provides. | David Gwynne |
2016-04-19 | tabs, not spaces | David Gwynne |
2016-04-19 | make setting a vlan interfaces lladdr more likely to work | David Gwynne |
2016-04-15 | rename ifv_p to ifv_ifp0 | David Gwynne |
2016-04-15 | rework vlan config to make it mpsafe and done by standard ioctls | David Gwynne |
2016-04-13 | We're always ready! So send IFQ_SET_READY() to the bitbucket. | Martin Pieuchot |
2016-04-04 | turns out EVL_ENCAPLEN is 4, not 18 or sizeof(*evl). | David Gwynne |
2016-03-29 | the stack checks the mac address of rxed packets, so vlan(4) doesnt have to | David Gwynne |
2016-03-29 | use sizeof(*evl) instead of EVL_ENCAPLEN in vlan_input | David Gwynne |
2016-03-28 | turn ifv_p into an interface index instead of a real pointer to the parent | David Gwynne |
2016-03-18 | refactor the vlan multicast list handling. | David Gwynne |
2016-03-13 | i forgot to rename p to ifp0 in vlan_config | David Gwynne |