Age | Commit message (Expand) | Author |
2024-06-09 | Introduce IFCAP_VLAN_HWOFFLOAD for vio(4). | Jan Klemkow |
2023-12-23 | Backout always allocate per-CPU statistics counters for network | Alexander Bluhm |
2023-12-22 | Always allocate per-CPU statistics counters for network interface | Vitaliy Makkoveev |
2023-10-27 | Forward TCP LRO disabling to parent devices. | Jan Klemkow |
2023-05-16 | Use separate IFCAPs for LRO and TSO. | Jan Klemkow |
2023-04-26 | Also set TSO flag on vlan interfaces. | Jan Klemkow |
2023-04-22 | revert vlan(4) inherits TSO flags | David Gwynne |
2023-04-21 | vlan(4) inherits TSO flags | Jan Klemkow |
2023-02-02 | Use binary or to set the ether_vtag which makes the code the same | Claudio Jeker |
2022-08-10 | Remove netlock assertion from vlan_ioctl(). Now (*if_ioctl)() called | Vitaliy Makkoveev |
2021-08-30 | remove a bunch of forward-only structs that were found with ctfconv. | Jasper Lievisse Adriaanse |
2021-08-19 | implement reception of "VLAN 0 priority tagged" packets. | David Gwynne |
2021-06-09 | whitespace tweak. no functional change. | David Gwynne |
2021-02-25 | we don't have to cast to caddr_t when calling m_copydata anymore. | David Gwynne |
2021-01-21 | vlan(4): convert ifunit() to if_unit(9) | mvs |
2020-07-22 | move vlan_input into ether_input, instead of via an input handler. | David Gwynne |
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 |