]> git.ipfire.org Git - thirdparty/libnl.git/shortlog
thirdparty/libnl.git
2014-03-20  Cong Wanglink: document sk == NULL case for rtnl_link_alloc_cache()
2014-03-13  Thomas Hallerutils: indicate capability NL_CAPABILITY_ROUTE_BUILD_MS...
2014-03-13  Thomas Hallerutils: add nl_has_capability() function
2014-03-13  Cong Wangfill prio and protocol attr bits when parsing cls message
2014-02-27  Cong Wangremove some useless code in lib/route/cls/u32.c
2014-02-27  Cong Wangfix comments for rtnl_act_add()
2014-02-27  Cong Wangbasic: make BASIC_ATTR_TARGET optional
2014-02-20  Thomas Hallerroute: rtnl_route_build_msg() should not overwrite...
2014-02-20  Thomas Hallerutils: fix nl_msec2str() which always returned '0msec...
2014-01-31  Cong Wangremove nl_cache_lookup() from cache.h
2014-01-31  Cong Wangremove the obsolete src/cls directory
2014-01-31  Thomas Hallerroute: fix return value of nl_rtgen_request()
2014-01-29  Thomas Hallerbuild: fix error when running `configure --disable...
2014-01-21  Thomas Hallerlibnl-3.2.24 release libnl3_2_24
2014-01-21  Thomas Hallerdoc: fix typo in documentation
2014-01-21  Thomas Hallerpython: fix build error for missing library_path in...
2014-01-16  Thomas Halleraddr: add address flag IFA_F_NOPREFIXROUTE
2014-01-15  Cong Wangact: remove rtnl_act_alloc_cache()
2014-01-14  HongweiBibridge: add rtnl_link_add_bridge() function
2014-01-03  Thomas Halleraddr: add address flag IFA_F_MANAGETEMPADDR
2014-01-03  Jiri Pirkoadd support for IFA_FLAGS nl attribute
2014-01-02  Thomas Hallerroute: add libnl name prefix to global variable link_policy
2013-12-17  Thomas Hallerlibnl-3.2.24-rc1 release libnl3_2_24rc1
2013-12-17  Thomas Hallerbuild: fix build failure when using different build...
2013-12-17  Cong Wangu32: add rtnl_u32_get_key()
2013-12-13  Thomas Grafcache: Add missing declaration for nl_cache_find()
2013-12-11  Cong Wangadd declaration for rtnl_basic_add_action()
2013-12-11  Thomas GrafRevert "basic: Add missing declaration for rtnl_basic_a...
2013-12-11  Thomas GrafRevert "basic: Declare rtnl_act in basic.h to silence...
2013-12-11  Cong Wangadd an assertion in rtnl_tc_set_link()
2013-12-09  Thomas Grafbasic: Declare rtnl_act in basic.h to silence warning
2013-12-09  Cong Wangfix some typo in lib/route/act.c
2013-12-09  Thomas Grafbasic: Add missing declaration for rtnl_basic_add_action()
2013-12-09  Cong Wangbasic: add action removal API
2013-12-09  Cong Wangu32: add action removal API
2013-12-09  Cong Wangadd rtnl_mirred_get* functions
2013-12-09  Cong Wangrename rtnl_mirred_set_index() to rtnl_mirred_set_ifindex()
2013-12-09  Cong Wangfix a bug in rtnl_act_fill()
2013-12-09  Cong Wangadd declaration for rtnl_cls_change()
2013-12-09  Cong Wangadd a parameter to rtnl_link_veth_add()
2013-12-09  Cong Wangfix rtnl_link_info_parse() and rtnl_link_fill_info()
2013-11-29  Samuel GauthierThe commit 6a8d90f5fec4 "attr: Allow attribute type...
2013-11-28  Thomas Grafattr: Allow attribute type 0
2013-11-27  Jan Engelhardtbuild: separate compiler and linker flags
2013-11-22  Cong Wangadd fq_codel cli module
2013-11-22  Cong Wangadd fq_codel qdisc
2013-11-11  Cong Wangfix linux/pkt_act.h inclusion
2013-11-09  Thomas Graflink: Fall back to global provisioned link cache if...
2013-11-09  Cong Wangadd veth.h into include/Makefile.am
2013-11-09  Cong Wangbasic: add action support
2013-11-09  Cong Wangadd u32 action test
2013-11-09  Cong Wangadd u32 action support
2013-11-09  Cong Wangadd mirred tc action
2013-11-09  Cong Wangadd initial tc action support
2013-11-09  Cong Wangdo not compile some address families when not available
2013-11-08  Thomas GrafMerge pull request #50 from olafhering/olh_memset__nlms...
2013-11-08  Olaf HeringRemove extra memset from __nlmsg_alloc
2013-11-06  Thomas Grafpython: Include all files in distribution
2013-11-06  Cong Wangfactor out rtnl_link_info_parse()
2013-11-06  Cong Wangadd link netns support
2013-11-06  Cong Wangadd veth link support
2013-11-06  Cong Wangfactor out rtnl_link_fill_info()
2013-10-30  Cong Wangadd ingress qdisc
2013-10-30  Thomas Graf3.2.23 release libnl3_2_23
2013-10-30  Cong Wangtests: fix make test-create-vxlan
2013-10-23  Thomas Graflibnl-3.2.23-rc2 release libnl3_2_23rc2
2013-10-23  Thomas Grafinclude: Provide <netlink/route/link/vxlan.h> in distri...
2013-10-22  Thomas GrafFix up -rc1 versioning to not be included in libnl_micr...
2013-10-22  Thomas Grafdoc: Add instructions on how to build docs
2013-10-22  Thomas Grafdoxygen-link: Be python3 compatible
2013-10-22  Thomas Graflibnl-3.2.23-rc1 release libnl3_2_23rc1
2013-10-22  Thomas Hallerrtnl-addr: set ifa_flags when creating/updating address
2013-10-22  Thomas Grafobj: Check for NULL pointer in nl_object_clone()
2013-10-22  Nicolas PLANELpython: add bridge flags API
2013-10-22  Nicolas PLANELtest: add python bridge testing sample
2013-10-22  Nicolas PLANELpython: add basic netlink protocol bridge interface...
2013-10-22  Nicolas PLANELtest: add bridge creation sample
2013-10-22  Nicolas PLANELroute/link: fixup link->l_af_ops must be set for some...
2013-10-22  Julien BERNARDnl-link-set: Add --state option
2013-10-07  Thomas GrafMerge branch 'recvmsgs-comment-typo' of git://github...
2013-10-07  TetoFixed ObjIterator for python3, fixed output of _color...
2013-10-07  Nicolas PLANELpython: fixup VLANLink() initialization
2013-10-07  Arend van Sprielpython: remove use of PyArg_ParseTuple() for callback...
2013-10-01  Olaf Heringnl: Fix comment typo on recvmsgs
2013-09-05  Arend van Sprielpython: add send and receive functions to Socket class
2013-09-05  Arend van Sprielpython: fix typo in Socket::__str__() function
2013-09-05  Arend van Sprielpython: remove unnecessary callback type definitions
2013-09-05  Arend van Sprielpython: allow callback function to be a class method
2013-09-05  Arend van Sprieluse Callback object constructing Socket
2013-09-05  Arend van Sprielpython: rework netlink callback handling
2013-09-05  Arend van Sprielnl_cb: store nl_cb_type in struct nl_cb
2013-09-05  Arend van Sprieladd python examples using swig provided api
2013-09-05  Holger Eitzenbergernetfilter/ct: support optional CTA_ZONE attribute
2013-09-05  Holger Eitzenbergernetfilter/ct: support optional CTA_TIMESTAMP attribute
2013-08-26  chantraCall to_msg_fill_raw when defined to_msg_fill is NULL
2013-08-26  maksqwePriority of the '<' operator is higher than that of...
2013-08-21  Jiri Pirkofix double free caused by freeing link af_data in rtnl_...
2013-08-07  Thomas GrafEnable linker versioning
2013-08-05  Thomas GrafMerge pull request #44 from sassanosystems/idiag
2013-08-05  Jiri Pirkolink: add support for IFLA_PHYS_PORT_ID
next