summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* route: update kernel header snmp.h and fix inet6_parse_protinfo() after kerne...Thomas Haller2014-03-212-9/+114
* route: detect missing cfgid in rtnl_link_inet_get_conf()Thomas Haller2014-03-211-2/+12
* route: don't enforce minlen in inet6_parse_protinfo() (IFLA_PROTINFO) and ine...Thomas Haller2014-03-212-6/+16
* u32: add const to rtnl_u32_add_key_in*_addr()Cong Wang2014-03-211-2/+2
* link: document sk == NULL case for rtnl_link_alloc_cache()Cong Wang2014-03-201-5/+6
* utils: indicate capability NL_CAPABILITY_ROUTE_BUILD_MSG_SET_SCOPEThomas Haller2014-03-131-0/+9
* utils: add nl_has_capability() functionThomas Haller2014-03-131-0/+43
* fill prio and protocol attr bits when parsing cls messageCong Wang2014-03-131-0/+4
* remove some useless code in lib/route/cls/u32.cCong Wang2014-02-271-8/+0
* fix comments for rtnl_act_add()Cong Wang2014-02-271-3/+0
* basic: make BASIC_ATTR_TARGET optionalCong Wang2014-02-271-4/+2
* route: rtnl_route_build_msg() should not overwrite the route scopeThomas Haller2014-02-201-1/+1
* utils: fix nl_msec2str() which always returned '0msec' for whole second durat...Thomas Haller2014-02-201-5/+5
* route: fix return value of nl_rtgen_request()Thomas Haller2014-01-311-2/+7
* addr: add address flag IFA_F_NOPREFIXROUTEThomas Haller2014-01-161-0/+1
* act: remove rtnl_act_alloc_cache()Cong Wang2014-01-151-42/+0
* bridge: add rtnl_link_add_bridge() functionHongweiBi2014-01-141-0/+28
* addr: add address flag IFA_F_MANAGETEMPADDRThomas Haller2014-01-031-0/+1
* add support for IFA_FLAGS nl attributeJiri Pirko2014-01-031-1/+3
* route: add libnl name prefix to global variable link_policyThomas Haller2014-01-022-3/+3
* build: fix build failure when using different build dir (make distcheck)Thomas Haller2013-12-171-1/+1
* u32: add rtnl_u32_get_key()Cong Wang2013-12-171-0/+36
* add an assertion in rtnl_tc_set_link()Cong Wang2013-12-111-0/+2
* fix some typo in lib/route/act.cCong Wang2013-12-091-3/+3
* basic: add action removal APICong Wang2013-12-091-0/+19
* u32: add action removal APICong Wang2013-12-092-0/+35
* add rtnl_mirred_get* functionsCong Wang2013-12-091-0/+28
* rename rtnl_mirred_set_index() to rtnl_mirred_set_ifindex()Cong Wang2013-12-091-2/+2
* fix a bug in rtnl_act_fill()Cong Wang2013-12-091-1/+1
* add a parameter to rtnl_link_veth_add()Cong Wang2013-12-091-2/+5
* fix rtnl_link_info_parse() and rtnl_link_fill_info()Cong Wang2013-12-091-12/+18
* The commit 6a8d90f5fec4 "attr: Allow attribute type 0" intended toSamuel Gauthier2013-11-291-4/+0
* attr: Allow attribute type 0Thomas Graf2013-11-281-1/+1
* add fq_codel cli moduleCong Wang2013-11-222-0/+114
* add fq_codel qdiscCong Wang2013-11-222-0/+378
* link: Fall back to global provisioned link cache if object is not a cache res...Thomas Graf2013-11-091-8/+23
* basic: add action supportCong Wang2013-11-091-1/+33
* add u32 action supportCong Wang2013-11-091-7/+29
* add mirred tc actionCong Wang2013-11-092-0/+216
* add initial tc action supportCong Wang2013-11-092-1/+601
* do not compile some address families when not availableCong Wang2013-11-091-0/+14
* Remove extra memset from __nlmsg_allocOlaf Hering2013-11-081-2/+0
* 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-063-2/+283
* factor out rtnl_link_fill_info()Cong Wang2013-11-061-12/+23
* add ingress qdiscCong Wang2013-10-303-1/+132
* rtnl-addr: set ifa_flags when creating/updating addressThomas Haller2013-10-221-0/+1
* obj: Check for NULL pointer in nl_object_clone()Thomas Graf2013-10-221-0/+3
* python: add bridge flags APINicolas PLANEL2013-10-221-0/+24