summaryrefslogtreecommitdiff
path: root/macvlan.c
Commit message (Expand)AuthorAgeFilesLines
* config: parse default mac address from board.jsonFelix Fietkau2020-11-301-5/+0
* device: gracefully handle device names exceeding IFNAMESIZHans Dedecker2018-08-141-1/+6
* macvlan: Use macvlan as device type nameHans Dedecker2016-09-261-1/+1
* device: Move the different device type registrations to the device type fileHans Dedecker2016-09-261-1/+6
* device: prepare for adding device handlers dynamicallyArne Kappen2016-08-261-3/+4
* device: Don't process link events anymore in device user specific callback ha...Hans Dedecker2015-11-041-8/+0
* netifd: Keep reference to a config copy in device type specific reload handle...Hans Dedecker2015-02-171-0/+3
* device: make link status detection optional for vlan devicesFelix Fietkau2014-10-201-0/+1
* macvlan: fix missing reference to device_attr_listGioacchino Mazzurco2014-05-281-0/+3
* netifd: Link layer state awareness support on interface levelHans Dedecker2014-02-271-0/+6
* Revert "netifd: Link layer state support on device level"Felix Fietkau2013-12-141-6/+0
* netifd: Link layer state support on device levelHans Dedecker2013-12-081-0/+6
* macvlan: turns out netinet/ether.h is needed on some linux systemsFelix Fietkau2013-10-071-0/+4
* macvlan: include net/ethernet.h instead of netinet/ether.h (more portable)Felix Fietkau2013-10-041-1/+1
* device: add macvlan supportFelix Fietkau2013-10-031-0/+254