summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* route/link: fixup link->l_af_ops must be set for some kind of linksNicolas PLANEL2013-10-221-0/+11
* nl: Fix comment typo on recvmsgsOlaf Hering2013-10-011-1/+1
* nl_cb: store nl_cb_type in struct nl_cbArend van Spriel2013-09-051-6/+18
* netfilter/ct: support optional CTA_ZONE attributeHolger Eitzenberger2013-09-052-0/+23
* netfilter/ct: support optional CTA_TIMESTAMP attributeHolger Eitzenberger2013-09-052-0/+58
* Call to_msg_fill_raw when defined to_msg_fill is NULLchantra2013-08-261-6/+9
* fix double free caused by freeing link af_data in rtnl_link_set_family()Jiri Pirko2013-08-211-1/+3
* Enable linker versioningThomas Graf2013-08-071-1/+2
* Merge pull request #44 from sassanosystems/idiagThomas Graf2013-08-051-20/+26
|\
| * More safely parse vegas info and mem info.Joe Damato2013-07-261-20/+26
* | link: add support for IFLA_PHYS_PORT_IDJiri Pirko2013-08-051-0/+30
* | Add VXLAN support.Yasunobu Chiba2013-08-042-0/+1158
|/
* Handle the case where nl_msec2str is passed 0 msecsJoe Damato2013-07-191-0/+5
* Add support for inet diag Netlink protocol.Joe Damato2013-07-197-2/+1463
* handle the case where 0 is passed to nl_size2strJoe Damato2013-07-181-0/+5
* cache: Return -NLE_PROTO_MISMATCH if socket provided mismatches cache protocolThomas Graf2013-07-011-0/+12
* socket: Warn via debug message if local port namespace is exhaustedThomas Graf2013-06-281-0/+1
* msg: Avoid returning a negative value for nlmsg_attrlen()Thomas Graf2013-06-271-1/+1
* netfilter/queue: introduce nfnl_queue_msg_send_verdict_batch()Holger Eitzenberger2013-06-261-0/+29
* netfilter/queue: generalize nfnl_queue_msg_build_verdict()Holger Eitzenberger2013-06-261-2/+10
* Handle -NLE_AGAIN in nl_cache_mngr_data_readyAndrew Collins2013-06-261-1/+1
* Default to comparing all attributes if no oo_id_attrs definedAndrew Collins2013-06-261-1/+3
* Add macvlan supportMichael Braun2013-05-162-1/+368
* nl: Increase receive buffer size to 4 pagesThomas Graf2013-05-081-1/+1
* rtnl_link_af_unregister: fix lockingNathan Lynch2013-05-081-2/+2