]> granicus.if.org Git - libnl/shortlog
libnl
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...
2017-01-20 Thomas Hallerall: merge branch 'tklauser-missing-prototypes'
2017-01-20 Jeroen Rooversbuild: distribute in.h in6.h libc-compat.h
2017-01-20 Tobias Klauserbuild: Add -Wmissing-prototypes to CPPFLAGS
2017-01-20 Tobias Klauserematch: Add missing function prototypes
2017-01-20 Tobias Klauserpktloc: Add missing function prototypes
2017-01-20 Tobias Klauserxfrm/template: Include own public header for function...
2017-01-20 Tobias Klauserxfrm/selector: Include own public header for function...
2017-01-20 Tobias Klauserxfrm/sa: Include own public header for function prototypes
2017-01-20 Tobias Klauserxfrm/lifetime: Include own public header for function...
2017-01-20 Tobias Klauserxfrm/ae: Include own public header for function prototypes
2017-01-20 Tobias Klauseridiag/req: Add missing function prototype
2017-01-20 Tobias Klausernetfilter/exp: Add missing function prototypes
2017-01-20 Tobias Klausernetfilter/queue: Add missing prototype for nfnl_queue_m...
2017-01-20 Tobias Klauserlink/ipgre: Add prototype for ABI-preserving wrapper...
2017-01-20 Tobias Klauserlink/sit: Add missing prototype for rtnl_link_is_sit()
2017-01-20 Tobias Klauserlink/macsec: Include own public header for function...
2017-01-20 Tobias Klauserlink/ipvti: Fix and add function prototypes in public...
2017-01-20 Tobias Klauserlink/ipvti: Include own public header for function...
2017-01-20 Tobias Klauserlink/ipip: Add missing prototype for rtnl_link_is_ipip()
2017-01-20 Tobias Klauserlink/ipip: Include own public header for function proto...
2017-01-20 Tobias Klauserlink/inet6: Include own public header for function...
2017-01-20 Tobias Klauserfib_lookup: Add missing prototypes to public header
2017-01-20 Tobias Klauserqdisc/red: Add missing prototypes for rtnl_red_set_limi...
2017-01-20 Tobias Klausersriov: Add missing prototype for rtnl_link_vf_vlan_free()
2017-01-20 Tobias Klausersit: Fix invalid function prototypes in public header
2017-01-18 Thomas Hallerlib/attr.c: check for valid length argument in nla_rese...
2017-01-17 Nick Kralevichfopen: add O_CLOEXEC
next