summaryrefslogtreecommitdiffstats
path: root/lib/route/link
Commit message (Expand)AuthorAgeFilesLines
* lib/route: add macsec supportSabrina Dubroca2016-06-251-0/+786
* vxlan: properly handle LOOSE_COMPARISON in ->io_compareSabrina Dubroca2016-06-251-1/+1
* pass flags through ->io_compare opSabrina Dubroca2016-06-252-3/+4
* link: allow overwriting IFLA_EXT_MASK flag in ao_get_af() functionThomas Haller2016-06-241-4/+3
* sit: add public API for sit 6RD supportThomas Haller2016-04-151-0/+144
* sit: refactor IS_SIT_LINK_ASSERT()Thomas Haller2016-04-151-53/+26
* sit: don't print ip6rd_prefix as integer in sit_dump_details()Thomas Haller2016-04-151-2/+2
* sit/trivial: whitespaceThomas Haller2016-04-151-4/+3
* sit: add 6RD supportThadeu Lima de Souza Cascardo2016-04-151-2/+74
* ipgre: add support for gretap tunnelHaishuang Yan2016-04-151-5/+98
* route/link: add support for IN6_ADDR_GEN_MODE_STABLE_PRIVACYQuentin Armitage2015-12-181-0/+1
* route/link: handle RTEXT_FILTER_BRVLAN_COMPRESSEDTobias Jungel2015-12-071-9/+28
* bridge: add support for VLANsDavid Ahern2015-12-071-0/+199
* route/link/vxlan: add support for link_info compareDavid Ahern2015-11-201-0/+29
* route/link/vxlan: trivial rename VXLAN_HAS_ prefix and vxi_maskDavid Ahern2015-11-201-102/+102
* route/link: add link info compare operationDavid Ahern2015-11-201-0/+22
* route/link: corrected array size for inet_policyTobias Jungel2015-11-191-1/+1
* route/link: add ipv6 support to vxlan linksBeniamino Galvani2015-11-191-21/+78
* route/link: fix dump of parent link for some link typesBeniamino Galvani2015-11-196-6/+42
* route/link: add macvtap supportBeniamino Galvani2015-11-191-12/+189
* route/vlan: allow clearing vlan ingress mapThomas Haller2015-11-191-2/+16
* route/link: fix parsing of 'remote' attribute for GRE linksBeniamino Galvani2015-11-191-2/+2
* route/vrf: add VRF supportDavid Ahern2015-11-011-0/+263
* route/link: IFLA_VLAN_PROTOCOL added to vlan_put_attrsskuklinski2015-10-211-0/+3
* rtnl/link: document vlan-protocol to be exposed in network-byte orderThomas Haller2015-10-211-3/+5
* route/link: add missing newlines after debug messagesBeniamino Galvani2015-10-0511-11/+11
* 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
* ipvlan: fix return error code for rtnl_link_ipvlan_get_mode()Thomas Haller2015-07-101-1/+1
* ipvlan: don't check for valid @mode argument in rtnl_link_ipvlan_set_mode()Thomas Haller2015-06-261-3/+0
* ipvlan: fix signature of rtnl_link_ipvlan_get_mode() to signal errorThomas Haller2015-06-261-6/+7
* ipvlan: add ipvlan supportCong Wang2015-06-191-0/+279
* route/link: fix indention in inet6_dump_details()Thomas Haller2015-03-221-2/+2
* link: fix memory leaks due to repeated calls to .io_alloc()Thomas Haller2014-10-129-39/+77
* link/inet6: add support for tokenized interface identifiersLubomir Rintel2014-10-081-0/+70
* link/inet6: add link IPv6 address generation mode supportDan Williams2014-07-301-7/+102
* link/inet: Include <netlink/route/link/inet.h>Thomas Graf2014-07-271-0/+1
* link/bonding: Include <netlink/route/link/bonding.h>Thomas Graf2014-07-271-0/+1
* link/ipgre: Include <netlink/route/link/ipgre.h>Thomas Graf2014-07-271-0/+1
* link/sit: Include <netlink/route/link/sit.h>Thomas Graf2014-07-271-0/+1
* link/ip6tnl: Include <netlink/route/link/ip6tnl.h>Thomas Graf2014-07-271-0/+1
* link/inet: fix rtnl_link_inet_get_conf() not to allocate inet_dataThomas Haller2014-07-271-1/+1
* style: require comma after __ADD() macroThomas Haller2014-07-276-77/+77
* veth: add kernel header linux/veth.h for VETH definesDan Williams2014-07-251-0/+1
* link: add ifb device supportCong Wang2014-07-241-0/+40
* ip6tnl: Use <netinet/in.h> for in6_addr and stuffThomas Graf2014-06-291-1/+1
* ip6tnl: introduce ip6 tunnel supportSusant Sahani2014-06-161-0/+688
* 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
* ipvti: introduce vti tunnel supportSusant Sahani2014-05-061-0/+477