]> granicus.if.org Git - libnl/shortlog
libnl
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
2013-08-05 Thomas GrafMerge pull request #45 from chibacchie/vxlan
2013-08-04 Yasunobu ChibaAdd VXLAN support.
2013-07-26 Joe DamatoMore safely parse vegas info and mem info.
2013-07-25 Joe DamatoAdd idiag-socket-details
2013-07-19 Joe DamatoHandle the case where nl_msec2str is passed 0 msecs
2013-07-19 Joe DamatoAdd support for inet diag Netlink protocol.
2013-07-18 Arend van Sprieladd generic netlink functions to swig
2013-07-18 Arend van Sprieladd python module for generic netlink library
2013-07-18 Arend van Sprieladd support functions for attributes and callback handlers
2013-07-18 Joe Damatohandle the case where 0 is passed to nl_size2str
2013-07-01 Thomas Grafcache: Return -NLE_PROTO_MISMATCH if socket provided...
2013-06-28 Thomas Grafsocket: Warn via debug message if local port namespace...
2013-06-28 Thomas Graftests: use AM_CFLAGS instead of CFLAGS directly
2013-06-27 Thomas Grafmsg: Avoid returning a negative value for nlmsg_attrlen()
2013-06-26 Holger Eitzenbergernetfilter/queue: introduce nfnl_queue_msg_send_verdict_...
2013-06-26 Holger Eitzenbergernetfilter/queue: generalize nfnl_queue_msg_build_verdict()
2013-06-26 Andrew CollinsHandle -NLE_AGAIN in nl_cache_mngr_data_ready
2013-06-26 Andrew CollinsDefault to comparing all attributes if no oo_id_attrs...
next