summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-12-17build: fix build failure when using different build dir (make distcheck)Thomas Haller
2013-12-17u32: add rtnl_u32_get_key()Cong Wang
2013-12-11add an assertion in rtnl_tc_set_link()Cong Wang
2013-12-09fix some typo in lib/route/act.cCong Wang
2013-12-09basic: add action removal APICong Wang
2013-12-09u32: add action removal APICong Wang
2013-12-09add rtnl_mirred_get* functionsCong Wang
2013-12-09rename rtnl_mirred_set_index() to rtnl_mirred_set_ifindex()Cong Wang
2013-12-09fix a bug in rtnl_act_fill()Cong Wang
2013-12-09add a parameter to rtnl_link_veth_add()Cong Wang
2013-12-09fix rtnl_link_info_parse() and rtnl_link_fill_info()Cong Wang
2013-11-29The commit 6a8d90f5fec4 "attr: Allow attribute type 0" intended toSamuel Gauthier
2013-11-28attr: Allow attribute type 0Thomas Graf
2013-11-22add fq_codel cli moduleCong Wang
2013-11-22add fq_codel qdiscCong Wang
2013-11-09link: Fall back to global provisioned link cache if object is not a cache res...Thomas Graf
2013-11-09basic: add action supportCong Wang
2013-11-09add u32 action supportCong Wang
2013-11-09add mirred tc actionCong Wang
2013-11-09add initial tc action supportCong Wang
2013-11-09do not compile some address families when not availableCong Wang
2013-11-08Remove extra memset from __nlmsg_allocOlaf Hering
2013-11-06factor out rtnl_link_info_parse()Cong Wang
2013-11-06add link netns supportCong Wang
2013-11-06add veth link supportCong Wang
2013-11-06factor out rtnl_link_fill_info()Cong Wang
2013-10-31add ingress qdiscCong Wang
2013-10-22rtnl-addr: set ifa_flags when creating/updating addressThomas Haller
2013-10-22obj: Check for NULL pointer in nl_object_clone()Thomas Graf
2013-10-22python: add bridge flags APINicolas PLANEL
2013-10-22route/link: fixup link->l_af_ops must be set for some kind of linksNicolas PLANEL
2013-10-01nl: Fix comment typo on recvmsgsOlaf Hering
2013-09-05nl_cb: store nl_cb_type in struct nl_cbArend van Spriel
2013-09-05netfilter/ct: support optional CTA_ZONE attributeHolger Eitzenberger
2013-09-05netfilter/ct: support optional CTA_TIMESTAMP attributeHolger Eitzenberger
2013-08-26Call to_msg_fill_raw when defined to_msg_fill is NULLchantra
2013-08-21fix double free caused by freeing link af_data in rtnl_link_set_family()Jiri Pirko
2013-08-07Enable linker versioningThomas Graf
2013-08-04Merge pull request #44 from sassanosystems/idiagThomas Graf
2013-08-05link: add support for IFLA_PHYS_PORT_IDJiri Pirko
2013-08-04Add VXLAN support.Yasunobu Chiba
2013-07-25More safely parse vegas info and mem info.Joe Damato
2013-07-19Handle the case where nl_msec2str is passed 0 msecsJoe Damato
2013-07-19Add support for inet diag Netlink protocol.Joe Damato
2013-07-18handle the case where 0 is passed to nl_size2strJoe Damato
2013-07-01cache: Return -NLE_PROTO_MISMATCH if socket provided mismatches cache protocolThomas Graf
2013-06-28socket: Warn via debug message if local port namespace is exhaustedThomas Graf
2013-06-27msg: Avoid returning a negative value for nlmsg_attrlen()Thomas Graf
2013-06-27netfilter/queue: introduce nfnl_queue_msg_send_verdict_batch()Holger Eitzenberger
2013-06-27netfilter/queue: generalize nfnl_queue_msg_build_verdict()Holger Eitzenberger