summaryrefslogtreecommitdiffstats
path: root/lib/route/link/vlan.c
Commit message (Expand)AuthorAgeFilesLines
* vlan: add MVRP VLAN flagJiří Klimeš2015-09-031-0/+1
* vlan: add VLAN flags to trans_tbl to print them properlyJiří Klimeš2015-09-031-0/+2
* link: fix memory leaks due to repeated calls to .io_alloc()Thomas Haller2014-10-121-3/+9
* style: require comma after __ADD() macroThomas Haller2014-07-271-1/+1
* route/link: pass proper type to sizeof() for calloc() in vlan_parse()Thomas Haller2014-06-101-1/+1
* vlan: add support for IFLA_VLAN_PROTOCOLSusant Sahani2014-05-121-1/+51
* vlan: Provide rtnl_link_vlan_alloc()Thomas Graf2013-02-141-1/+22
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-2/+2
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-3/+4
* Updated link documentationThomas Graf2011-07-281-1/+4
* VLAN: rtnl_link_is_vlan() function and API documentationThomas Graf2011-07-211-30/+101
* fix module parent referencesThomas Graf2011-03-211-1/+1
* constify struct trans_tblThomas Graf2010-11-171-1/+1
* link/api: Improve API documentation.Thomas Graf2010-11-111-1/+1
* link: API for address family specific link dataThomas Graf2010-11-111-2/+2
* Remove old line counting while dumpingThomas Graf2008-05-231-29/+20
* Thread-safe error handlingThomas Graf2008-05-141-30/+21
* Make vlan_put_attrs() availableThomas Graf2008-01-081-0/+1
* Link info interface and vlan supportThomas Graf2008-01-081-0/+508