]> granicus.if.org Git - libnl/shortlog
libnl
2017-10-23 Sebastian Bixlroute/vlan: fix memory corruption in rtnl_link_vlan_set...
2017-10-12 Thomas Hallerlink: merge branch 'link-dump-family'
2017-10-12 Roopa Prabhuroute: neigh: print family in neigh dumps
2017-10-12 Roopa Prabhuroute: link: add family to dump messages
2017-10-09 Thomas Hallernl: add "const" specifier for nla_policy argument of...
2017-10-09 Thomas Hallerlibnl-3.4.0 release libnl3_4_0
2017-09-21 Jeroen Rooversbuild: add missing headers for issue #152
2017-09-21 David Ahernnetconf: Put nc reference in msg_parser
2017-09-20 Thomas Hallerlibnl-3.4.0-rc1 release libnl3_4_0rc1
2017-09-07 Tobias Klausercli: include sys/select.h for select(2)
2017-09-01 Amit KhatriPotential memory leak becaue of wrong variable check.
2017-08-18 Thomas Hallerroute: merge branch 'route-mpls'
2017-08-18 Thomas Hallerbuild: add new include/netlink-private/route/*.h files...
2017-08-18 David Ahernroute: Add support for MPLS encap
2017-08-18 David Ahernroute: Add support for lwtunnel encapsulations
2017-08-18 David AhernImport lwtunnel encap files from kernel
2017-08-18 David AhernAdd support for label stack in nl-route commands
2017-08-18 David Ahernroute: Add support for ttl propagation in MPLS routes
2017-08-18 David Ahernroute: Add support for MPLS address family
2017-08-18 David Ahernaddr: Add support for AF_MPLS
2017-08-18 David Ahernaddr: Add implementations for mpls_ntop and mpls_pton
2017-08-18 Thomas Hallerbuild: add include/linux-private/linux/mpls.h to Makefi...
2017-08-18 David AhernImport mpls header from kernel tree
2017-08-18 David AhernUpdate rtnetlink.h from kernel tree
2017-08-14 Thomas Hallerlib/route: add /usr/lib64/tc/ search path for netem...
2017-06-15 Thomas Hallerall: avoid compiler warnings -Wimplicit-fallthrough
2017-06-15 Thomas Hallerall: merge branch 'villemoes-memcpy' (#146)
2017-06-15 Rasmus Villemoeslib/genl/family.c: fix if (x) y; else y;
2017-06-15 Rasmus Villemoeslib/xfrm/ae.c: fix memcpy(dst, dst) bug
2017-06-15 Thomas Hallerlib: merge branch 'villemoes-realloc' (#145)
2017-06-15 Thomas Hallerlib/route/qdisc/netem.c/trivial: don't use braces for...
2017-06-15 Thomas Hallerlib/route/qdisc/netem.c/trivial: fix whitespace and...
2017-06-15 Thomas Hallerlib/route/cls/u32.c: use UCHAR_MAX define instead of...
2017-06-08 Rasmus Villemoeslib/route/qdisc/netem.c: avoid memory leak if realloc...
2017-06-08 Rasmus Villemoeslib/route/cls/u32.c: remove bogus comment
2017-06-08 Rasmus Villemoeslib/route/cls/u32.c: let the compiler do pointer arithmetic
2017-06-08 Rasmus Villemoeslib/route/cls/u32.c: avoid overflowing an unsigned...
2017-06-08 Rasmus Villemoeslib/route/cls/u32.c: remove pointless nl_data_append...
2017-06-08 Rasmus Villemoeslib/data.c: avoid memleak if realloc fails
2017-06-08 Rasmus Villemoeslib/cache_mgr.c: remove pointless goto
2017-06-08 Rasmus Villemoeslib/cache_mngr.c: avoid memleak if realloc fails
2017-05-29 Tobias Klausergenl: drop usage of GENL_ID_GENERATE
2017-05-15 Thomas Hallerbuild: merge branch 'cli-no-dlfcn-h'
2017-05-12 Thomas Hallerbuild: allow building cli without dynamic librarires...
2017-05-12 Thomas Hallerbuild: don't build cli libraries by default
2017-05-12 Tobias Klauseraddr: add AF_VSOCK to translation table
2017-05-12 Thomas Hallerrule: merge support for l3mdev in FIB rules
2017-05-12 Thomas Hallerrule: change API for setting/getting l3mdev rule property
2017-05-12 David Ahernrule: Add support for l3mdev in FIB rules
2017-05-12 David AhernUpdate fib_rules.h to latest kernel
2017-05-12 Thomas Hallerroute: merge branch 'netconf'
2017-05-12 David Ahernroute: Add support for MPLS to netconf
2017-05-12 David Ahernnl-monitor: Add support for netconf caches
2017-05-12 David Ahernnl-monitor: All user to specify line format
2017-05-12 David Ahernroute: Add support for netconf
2017-05-03 Thomas Hallerroute: merge branch 'shanmugh-master'
2017-05-03 Thomas Hallerroute: fix symbol versioning
2017-05-03 Santhosh KumarDo not increment refcount in rtnl_*_get_action APIs.
2017-05-03 Santhosh KumarProvide accessors for actions (rtnl_act).
2017-05-03 Markus Trapproute/link: add accessor API for IPv6 flags
2017-05-03 Thomas Hallertools: fix building doc in build_release.sh
2017-05-03 Thomas Hallerlibnl-3.3.0 release libnl3_3_0
2017-03-23 Thomas Hallerall: don't use math.h or link with libm.so
2017-03-12 Alexey Brodkinlib: escape usage of strerror_l() if it doesn't exist...
2017-03-06 Thomas Hallerlibnl-3.3.0-rc1 release libnl3_3_0rc1
2017-03-02 Thomas Hallerinclude: merge branch 'include-cleanup'
2017-03-02 Thomas Hallerinclude: restore linux header includes in public headers
2017-03-02 Thomas Hallerinclude: don't include kernel headers in public libnl3...
2017-02-28 Thomas Hallerbuild: add tools/build_release.sh script
2017-02-27 Thomas Hallerbuild: reorder checks in configure.ac
2017-02-27 Thomas Hallerbuild: style cleanup in doc/Makefile.am
2017-02-27 Thomas Hallerbuild: fix creating directories for generated sources
2017-02-27 Thomas Hallerbuild: pass --disable-dependency-tracking to `make...
2017-02-27 Thomas Hallerbuild: ensure build directory for generated sources...
2017-02-27 Thomas Hallerxfrm: merge branch 'sb/xfrm-sp-fixes' (#133)
2017-02-27 Thomas Hallerxfrm: NUL terminate the ctx_str buffer in xfrmnl_sa_set...
2017-02-27 Thomas Hallerxfrm: allow quering optional arguments from xfrmnl_sp_g...
2017-02-27 Simon Buttgereitfix of boolean operators
2017-02-27 Simon Buttgereitupdate documentation of xfrmnl_sp_get_sec_ctx
2017-02-27 Simon Buttgereitadd possibity to delete policy without index
2017-02-27 Simon Buttgereitupdate sp_attr condition in build_xfrm_sp_message
2017-02-27 Simon Buttgereitlittle style fixes.
2017-02-27 Simon Buttgereitfix xfrmnl_sp_set_sec_ctx length attributes
2017-02-27 Simon Buttgereitfix build_xfrm_sp_message index condition
2017-02-27 Roopa Prabhuroute: neigh: use NDA_MASTER for neigh->n_master if...
2017-02-27 Thomas Hallerbuild: enable more warnings
2017-02-27 Thomas Hallerall: enable -Wmissing-prototype warning for all components
2017-02-27 Thomas Hallerbuild: merge branch 'th/non-recursive-make'
2017-02-27 Thomas Hallerbuild: move compiler warning flags to separate autoconf...
2017-02-27 Thomas Hallerbuild: enable building cli during tests
2017-02-27 Thomas Hallerbuild: merge src/Makefile.am into top-level makefile
2017-02-27 Thomas Hallerbuild: merge src/lib/Makefile.am into top-level makefile
2017-02-27 Thomas Hallerbuild: merge tests/Makefile.am into top-level makefile
2017-02-27 Thomas Hallerbuild: merge python/Makefile.am into top-level makefile
2017-02-27 Thomas Hallerbuild: merge man/Makefile.am into top-level makefile
2017-02-27 Thomas Hallerbuild: merge lib/Makefile.am into top-level makefile
2017-02-27 Thomas Hallerbuild: merge include/Makefile.am into top-level makefile
2017-02-26 Thomas Hallerbuild: cleanup top-level Makefile.am
2017-02-07 Thomas Hallerlib: check for integer-overflow in nlmsg_reserve()
2017-01-20 Thomas Hallerlib: fix comment for nl_recv() about return value for...
next