summaryrefslogtreecommitdiffstats
path: root/lib/route/link.c
Commit message (Expand)AuthorAgeFilesLines
* pass flags through ->io_compare opSabrina Dubroca2016-06-251-1/+1
* link: allow overwriting IFLA_EXT_MASK flag in ao_get_af() functionThomas Haller2016-06-241-6/+8
* link: support RTEXT_FILTER_VFJef Oliver2016-06-241-2/+16
* lib: update ce-mask to uint64_tDavid Ahern2016-02-121-4/+5
* 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: add link info compare operationDavid Ahern2015-11-201-0/+1
* route/link: fix dump of parent link for some link typesBeniamino Galvani2015-11-191-0/+11
* link/neigh: add flags option to link and neighbor cachesDavid Ahern2015-11-191-2/+37
* 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
* link: set ifi_change in link messagematben22015-07-091-0/+1
* route/link: fix memleaks in link_msg_parser()Thomas Haller2015-06-041-4/+6
* route/link: return -NLE_OPNOTSUPP in rtnl_link_get_kernel() for old kernelsThomas Haller2014-11-271-1/+17
* style: require comma after __ADD() macroThomas Haller2014-07-271-119/+119
* route/link: fix dangling pointer after rtnl_link_get_ifalias(link, NULL)Thomas Haller2014-06-101-1/+3
* link: call rtnl_link_set_type() in link_msg_parser()Cong Wang2014-04-091-7/+3
* link: Catch missing io_free() implementationsThomas Graf2014-03-311-0/+4
* route: update kernel header snmp.h and fix inet6_parse_protinfo() after kerne...Thomas Haller2014-03-211-0/+6
* link: document sk == NULL case for rtnl_link_alloc_cache()Cong Wang2014-03-201-5/+6
* route: add libnl name prefix to global variable link_policyThomas Haller2014-01-021-2/+2
* fix rtnl_link_info_parse() and rtnl_link_fill_info()Cong Wang2013-12-091-12/+18
* link: Fall back to global provisioned link cache if object is not a cache res...Thomas Graf2013-11-091-8/+23
* factor out rtnl_link_info_parse()Cong Wang2013-11-061-62/+63
* add link netns supportCong Wang2013-11-061-0/+36
* add veth link supportCong Wang2013-11-061-1/+1
* factor out rtnl_link_fill_info()Cong Wang2013-11-061-12/+23
* route/link: fixup link->l_af_ops must be set for some kind of linksNicolas PLANEL2013-10-221-0/+11
* fix double free caused by freeing link af_data in rtnl_link_set_family()Jiri Pirko2013-08-211-1/+3
* link: add support for IFLA_PHYS_PORT_IDJiri Pirko2013-08-051-0/+30
* link: move af_data_compare to the endroopa2013-02-241-6/+6
* link: Free and realloc af specific data upon rtnl_link_set_family()Thomas Graf2013-02-051-0/+6
* link: Hold af_ops reference for each AF_SPEC block during lifetime of link ob...Thomas Graf2013-02-051-4/+6
* link: Modify link policy on the stackThomas Graf2013-02-051-2/+5
* link: Keep reference to af_ops during lifetime of link objectThomas Graf2013-02-051-0/+4
* link: Fix af_ops leak on ENOMEMThomas Graf2013-02-051-1/+3
* link cache: remove AF_UNSPEC check in rtnl_get_link and rtnl_get_link_by_nameroopa2013-01-311-3/+2
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-2/+2
* link: Add af data compare to link objectsroopa2013-01-181-2/+20
* link: add carrier supportFlavio Leitner2013-01-111-1/+58
* cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf2012-11-161-1/+1
* Add AF_BRIDGE support to link cacheroopa2012-11-141-19/+9
* Add hash support to link cacheroopa2012-11-091-0/+23
* link: Support link groupingThomas Graf2012-10-091-1/+38
* link: Include IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES when building messagesThomas Graf2012-10-091-0/+6
* link: Only print "promisc-mode" if users > 0Thomas Graf2012-10-091-1/+1
* link: Support IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUESThomas Graf2012-10-091-0/+85
* link: correctly set LINK_ATTR_PROMISCUITYThomas Graf2012-10-091-2/+2