summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* route: fix return value of nl_rtgen_request()Thomas Haller2014-01-311-2/+7
* build: fix error when running `configure --disable-doc`Thomas Haller2014-01-291-2/+2
* libnl-3.2.24 releaselibnl3_2_24Thomas Haller2014-01-212-2/+2
* doc: fix typo in documentationThomas Haller2014-01-212-3/+3
* python: fix build error for missing library_path in setup.pyThomas Haller2014-01-211-0/+4
* addr: add address flag IFA_F_NOPREFIXROUTEThomas Haller2014-01-162-0/+2
* act: remove rtnl_act_alloc_cache()Cong Wang2014-01-152-46/+0
* bridge: add rtnl_link_add_bridge() functionHongweiBi2014-01-142-0/+29
* addr: add address flag IFA_F_MANAGETEMPADDRThomas Haller2014-01-032-0/+2
* add support for IFA_FLAGS nl attributeJiri Pirko2014-01-033-2/+8
* route: add libnl name prefix to global variable link_policyThomas Haller2014-01-023-4/+4
* libnl-3.2.24-rc1 releaselibnl3_2_24rc1Thomas Haller2013-12-172-5/+5
* 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-172-0/+38
* cache: Add missing declaration for nl_cache_find()Thomas Graf2013-12-131-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
* add an assertion in rtnl_tc_set_link()Cong Wang2013-12-111-0/+2
* basic: Declare rtnl_act in basic.h to silence warningThomas Graf2013-12-091-1/+3
* fix some typo in lib/route/act.cCong Wang2013-12-091-3/+3
* basic: Add missing declaration for rtnl_basic_add_action()Thomas Graf2013-12-091-0/+1
* basic: add action removal APICong Wang2013-12-092-0/+20
* u32: add action removal APICong Wang2013-12-094-0/+37
* add rtnl_mirred_get* functionsCong Wang2013-12-092-0/+31
* rename rtnl_mirred_set_index() to rtnl_mirred_set_ifindex()Cong Wang2013-12-093-4/+4
* fix a bug in rtnl_act_fill()Cong Wang2013-12-091-1/+1
* add declaration for rtnl_cls_change()Cong Wang2013-12-091-0/+1
* add a parameter to rtnl_link_veth_add()Cong Wang2013-12-093-4/+8
* 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
* build: separate compiler and linker flagsJan Engelhardt2013-11-272-5/+8
* add fq_codel cli moduleCong Wang2013-11-222-0/+114
* add fq_codel qdiscCong Wang2013-11-226-0/+449
* fix linux/pkt_act.h inclusionCong Wang2013-11-115-11/+13
* link: Fall back to global provisioned link cache if object is not a cache res...Thomas Graf2013-11-091-8/+23
* add veth.h into include/Makefile.amCong Wang2013-11-091-0/+1
* basic: add action supportCong Wang2013-11-091-1/+33
* add u32 action testCong Wang2013-11-092-0/+402
* add u32 action supportCong Wang2013-11-093-8/+32
* add mirred tc actionCong Wang2013-11-096-0/+281
* add initial tc action supportCong Wang2013-11-096-1/+657
* do not compile some address families when not availableCong Wang2013-11-091-0/+14
* Merge pull request #50 from olafhering/olh_memset__nlmsg_allocThomas Graf2013-11-081-2/+0
|\
| * Remove extra memset from __nlmsg_allocOlaf Hering2013-11-081-2/+0
|/
* python: Include all files in distributionThomas Graf2013-11-066-2/+25
* factor out rtnl_link_info_parse()Cong Wang2013-11-062-62/+65
* add link netns supportCong Wang2013-11-063-0/+44
* add veth link supportCong Wang2013-11-068-2/+371