summaryrefslogtreecommitdiffstats
path: root/lib/route
Commit message (Expand)AuthorAgeFilesLines
* route/route-obj: fix debug logging in route_update()Thomas Haller2016-07-081-7/+13
* cache: don't decide cache operation based on NL_OBJ_DUMP in ce_flagsThomas Haller2016-07-081-2/+3
* route: cache and object changes to support non-exclusive and append routesRoopa Prabhu2016-07-083-14/+111
* nl_object: add new ce_msgflags field to nl_objectRoopa Prabhu2016-07-081-0/+1
* route/addr: fix handling peer addresses for IPv4 addressesThomas Haller2016-06-291-19/+54
* route/addr: fix ID comparison for AF_INET and AF_INET6 addressesThomas Haller2016-06-291-1/+33
* 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-253-4/+5
* link: allow overwriting IFLA_EXT_MASK flag in ao_get_af() functionThomas Haller2016-06-242-10/+11
* link: support RTEXT_FILTER_VFJef Oliver2016-06-241-2/+16
* neigh: add function to look up neighbour (fdb) by ifindex, mac and vlanJonas Johansson2016-05-291-0/+26
* neigh: support neighbour flag NTF_SELFJonas Johansson2016-04-291-0/+2
* 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
* lib: update ce-mask to uint64_tDavid Ahern2016-02-127-22/+24
* lib/route: potential memory leak in pktloc.cAmit Khatri2015-12-181-2/+4
* 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-072-2/+206
* lib: handle family-based parsing of IFLA_AF_SPEC attributeDavid Ahern2015-12-071-13/+28
* link: add AF operation to append attributes to a GETLINK messageDavid Ahern2015-12-071-1/+25
* 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-202-0/+23
* 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-197-6/+53
* route/link: add macvtap supportBeniamino Galvani2015-11-191-12/+189
* link/neigh: add flags option to link and neighbor cachesDavid Ahern2015-11-192-2/+69
* 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
* neigh: add support for NTF_SELFDavid Ahern2015-11-011-6/+13
* 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
* route/link: add missing link_attrs translationsTobias Klauser2015-08-311-0/+3
* route/link: make link_netnsid argument (signed) int32_tThomas Haller2015-08-171-5/+5
* route/link: add support for IFLA_LINK_NETNSIDThomas Haller2015-08-171-1/+48
* route/link: Remove unnecessary NULL check before release_link_info()Tobias Klauser2015-08-141-6/+2
* route/qdisc: fixe printing whitespace in qdisc_dump_details()Steffen Vogel2015-08-142-4/+4
* route/tc: use plain format string in rtnl_tc_dump_stats()Thomas Haller2015-08-141-8/+11
* route/tc: improved statistics dump (just alignment)Steffen Vogel2015-08-141-18/+9