summaryrefslogtreecommitdiffstats
path: root/lib/route
Commit message (Expand)AuthorAgeFilesLines
...
* ipvlan: fix signature of rtnl_link_ipvlan_get_mode() to signal errorThomas Haller2015-06-261-6/+7
* neigh: accept "norarp" in rtnl_neigh_state2str()Thomas Haller2015-06-261-1/+6
* neigh: fix type for NUD_NOARP flag in trans_tblTobias Jungel2015-06-261-1/+1
* ipvlan: add ipvlan supportCong Wang2015-06-191-0/+279
* route/link: fix memleaks in link_msg_parser()Thomas Haller2015-06-041-4/+6
* lib/doc: clearify return value of send_simple() functionsThomas Haller2015-05-121-3/+3
* route/tc: remove unnecessary check for tc_kind member of struct rtnl_tcTobias Klauser2015-05-051-3/+0
* neigh: add support for NDA_VLAN nl attributeJonas Johansson2015-03-231-0/+26
* route/link: fix indention in inet6_dump_details()Thomas Haller2015-03-221-2/+2
* cls: add rtnl_u32_get_classid() APICong Wang2015-03-041-0/+14
* route/tc: add internal rtnl_tc_data_peek() functionThomas Haller2015-03-041-0/+13
* act: correct file path for mirred.cCong Wang2015-02-251-1/+1
* route/tc: add rtnl_tc_stat2str() and rtnl_tc_str2stat()Cong Wang2015-02-021-0/+22
* route/act: add skbedit actionCong Wang2015-02-021-0/+290
* route/addr: consider CACHEINFO in addr_compare()/nl_object_diff()Thomas Haller2014-11-271-0/+2
* route/link: return -NLE_OPNOTSUPP in rtnl_link_get_kernel() for old kernelsThomas Haller2014-11-271-1/+17
* route: make rtnl_tc_clone() more robust against NLE_NOMEMThomas Haller2014-11-241-1/+9
* route: set missing TCA_ATTR_XSTATS changes flags in rtnl_tc_msg_parse()Thomas Haller2014-11-241-0/+1
* route/cls: minor fixes in for match mark filtersThomas Haller2014-11-231-27/+25
* route/cls: support 'match mark' u32 filtersSagi Lowenhardt2014-11-231-5/+85
* 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
* cls: check data before memcpy() itNicolas PLANEL2014-08-271-1/+2
* Remove pointless N < 0 checksThomas Graf2014-08-261-1/+1
* qdisc: add hfsc qdisc supportCong Wang2014-07-301-0/+351
* tc: save error code for rtnl_tc_data_check()Cong Wang2014-07-302-36/+61
* link/inet6: add link IPv6 address generation mode supportDan Williams2014-07-301-7/+102
* act: Include <netlink/route/action.h>Thomas Graf2014-07-271-0/+1
* ematch/cmp: Include <netlink/route/cls/ematch/cmp.h>Thomas Graf2014-07-271-0/+1
* 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-2718-363/+363
* 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
* tc: add co_groups for tc qdisc and filterCong Wang2014-07-164-0/+9
* ip6tnl: Use <netinet/in.h> for in6_addr and stuffThomas Graf2014-06-291-1/+1
* u32: prevent memcpy from NULLPeter Wu2014-06-251-3/+6
* ip6tnl: introduce ip6 tunnel supportSusant Sahani2014-06-161-0/+688
* route/pktloc: read_pktlocs() always returned success statusThomas Haller2014-06-101-1/+1
* route/link: fix dangling pointer after rtnl_link_get_ifalias(link, NULL)Thomas Haller2014-06-101-1/+3
* cls: fix array overrun in rtnl_ematch_opnd2txt()Thomas Haller2014-06-101-1/+1
* route: remove unnecessary non-null check in pktloc and ematchThomas Haller2014-06-102-5/+2
* lib: reorder free() after printf("%p") statementsThomas Haller2014-06-101-1/+2
* route/link: pass proper type to sizeof() for calloc() in vlan_parse()Thomas Haller2014-06-101-1/+1
* act: fix the logic of parsing actionsCong Wang2014-06-101-1/+4
* vlan: add support for IFLA_VLAN_PROTOCOLSusant Sahani2014-05-121-1/+51