summaryrefslogtreecommitdiffstats
path: root/include/netlink/route
Commit message (Expand)AuthorAgeFilesLines
* lib/route: add macsec supportSabrina Dubroca2016-06-251-0/+73
* neigh: add function to look up neighbour (fdb) by ifindex, mac and vlanJonas Johansson2016-05-291-0/+2
* sit: add public API for sit 6RD supportThomas Haller2016-04-151-0/+12
* sit: fix invalid declaration of rtnl_link_sit_get_proto() in sit.hThomas Haller2016-04-151-1/+1
* ipgre: add support for gretap tunnelHaishuang Yan2016-04-151-0/+2
* route/link/bridge: fixed return typeTobias Jungel2015-12-161-1/+1
* bridge: add support for VLANsDavid Ahern2015-12-071-0/+15
* route/link: add macvtap supportBeniamino Galvani2015-11-191-0/+46
* link/neigh: add flags option to link and neighbor cachesDavid Ahern2015-11-192-0/+6
* route/vrf: add VRF supportDavid Ahern2015-11-011-0/+32
* route/link: make link_netnsid argument (signed) int32_tThomas Haller2015-08-171-2/+2
* route/link: add support for IFLA_LINK_NETNSIDThomas Haller2015-08-171-0/+3
* ipvlan: fix signature of rtnl_link_ipvlan_get_mode() to signal errorThomas Haller2015-06-261-1/+1
* ipvlan: add ipvlan supportCong Wang2015-06-191-0/+37
* neigh: add support for NDA_VLAN nl attributeJonas Johansson2015-03-231-0/+3
* route: remove unnecessary include of private linux/if.hDavid Chappelle2015-03-171-1/+0
* cls: add rtnl_u32_get_classid() APICong Wang2015-03-041-0/+1
* route/tc: add rtnl_tc_stat2str() and rtnl_tc_str2stat()Cong Wang2015-02-021-0/+2
* route/act: add skbedit actionCong Wang2015-02-021-0/+37
* route/cls: minor fixes in for match mark filtersThomas Haller2014-11-231-2/+2
* route/cls: support 'match mark' u32 filtersSagi Lowenhardt2014-11-231-0/+2
* link/inet6: add support for tokenized interface identifiersLubomir Rintel2014-10-081-0/+6
* qdisc: add hfsc qdisc supportCong Wang2014-07-301-0/+37
* link/inet6: add link IPv6 address generation mode supportDan Williams2014-07-301-0/+37
* act: Declare rtnl_act_change()Thomas Graf2014-07-271-0/+1
* neightbl: Declare rtnl_neightbl_set_gc_interval()Thomas Graf2014-07-271-0/+1
* link/ip6tnl: Declare rtnl_link_is_ip6_tnl()Thomas Graf2014-07-271-0/+2
* htb: Declare rtnl_htb_set_level()Thomas Graf2014-07-271-0/+1
* ip6tnl: introduce ip6 tunnel supportSusant Sahani2014-06-161-0/+56
* vlan: add support for IFLA_VLAN_PROTOCOLSusant Sahani2014-05-121-0/+3
* ipvti: introduce vti tunnel supportSusant Sahani2014-05-061-0/+43
* ipgre: rename new public API to avoid confusionSusant Sahani2014-05-061-10/+10
* introduce sit tunnel supportSusant Sahani2014-05-051-0/+53
* introduce gre tunnel supportSusant Sahani2014-05-051-0/+59
* introduce ipip tunnel supportSusant Sahani2014-05-051-0/+47
* act: grab a reference when adding an action to a filterCong Wang2014-04-301-0/+1
* route: update kernel header snmp.h and fix inet6_parse_protinfo() after kerne...Thomas Haller2014-03-211-0/+6
* u32: add const to rtnl_u32_add_key_in*_addr()Cong Wang2014-03-211-2/+2
* act: remove rtnl_act_alloc_cache()Cong Wang2014-01-151-4/+0
* bridge: add rtnl_link_add_bridge() functionHongweiBi2014-01-141-0/+1
* route: add libnl name prefix to global variable link_policyThomas Haller2014-01-021-1/+1
* u32: add rtnl_u32_get_key()Cong Wang2013-12-171-0/+2
* add declaration for rtnl_basic_add_action()Cong Wang2013-12-111-0/+2
* Revert "basic: Add missing declaration for rtnl_basic_add_action()"Thomas Graf2013-12-111-1/+0
* Revert "basic: Declare rtnl_act in basic.h to silence warning"Thomas Graf2013-12-111-3/+1
* basic: Declare rtnl_act in basic.h to silence warningThomas Graf2013-12-091-1/+3
* basic: Add missing declaration for rtnl_basic_add_action()Thomas Graf2013-12-091-0/+1
* basic: add action removal APICong Wang2013-12-091-0/+1
* u32: add action removal APICong Wang2013-12-092-0/+2
* add rtnl_mirred_get* functionsCong Wang2013-12-091-0/+3