summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Wrong calcultation in nla_reserveEmmanuel Thierry2013-04-281-1/+1
* attr: Fix typo in nla_is_nested()Thomas Graf2013-04-281-1/+1
* Merge branch 'fixes' of https://github.com/socketpair/libnlThomas Graf2013-04-282-6/+15
|\
| * Fix leak of cb if nl_socket_alloc_cb() failed to allocate socketКоренберг Марк (дома)2013-04-271-4/+13
| * dump_attrs: "NLA_F_NESTED" => nla_is_nested(nla)Коренберг Марк (дома)2013-04-261-2/+2
* | attr: nla_is_nested() must access nla_type directlyThomas Graf2013-04-281-1/+1
|/
* addr: only translate more recent address family names and ARP types if definedThomas Graf2013-04-052-0/+10
* Perform no operation on nl_object_free(NULL).Emmanuel Roullit2013-04-031-1/+6
* msg: Pretty print generic netlink header in nl_msg_dump()Thomas Graf2013-04-021-41/+97