]> granicus.if.org Git - libnl/shortlog
libnl
2008-05-05 Thomas GrafRoute cache support
2008-04-30 Tad KollarFixed netem_build_msg() delay distribution table existe...
2008-04-30 Tad KollarNew netem funtionality and TBF fix
2008-04-30 Thomas GrafRemove leftover definition of verbose errors
2008-04-30 Thomas Grafversion.h.in should be in tree not the generated version
2008-04-30 Thomas GrafAdapt syntax of nl-route-add to nl-route-delete
2008-04-30 Thomas GrafFix segfault nexthop parsing when no option is given
2008-04-30 Thomas GrafAdapt syntax of nl-route-list to nl-route-delete
2008-04-30 Thomas GrafImproved nl-route-delete featuring an interactive delet...
2008-04-30 Thomas GrafProvide libnl version in <netlink/version.h>
2008-04-29 Inaky Perez... libnl: recvmsgs doesn't necessarily free the message...
2008-04-29 Thomas GrafBig routing code rework (API/ABI BREAK!)
2008-04-29 Thomas GrafFix compile warning in nl-list-caches
2008-04-29 Thomas GrafExport nl_dump_line() and automatically count lines...
2008-04-29 Thomas GrafMove to version 1.2 and remove some dead code in config...
2008-04-29 Thomas GrafDefine datarootdir to silent autoconf
2008-04-29 Thomas GrafDon't wipe cscope database on make clean
2008-04-29 Thomas GrafIgnore NULL pointers passed to nl_cache_free()
2008-04-29 Thomas GrafRemove dead code in nl-list-sockets
2008-04-29 Thomas GrafPrepare nl-list-sockets for 64bit addresses
2008-03-31 Thomas GrafFix 64bit alignment issue on x86_64.
2008-03-29 Patrick McHardy[LIBNL]: Install netlink/route/link headers
2008-03-10 Thomas Graflibnl: fix policy check for NFQA_HWADDR
2008-03-10 Thomas GrafFix from Benoit Boissinot <benoit.boissinot@ens-lyon...
2008-03-05 Thomas GrafOptimize nl_cache_ops_associate by checking protocol...
2008-03-05 Thomas GrafInitialize message type list to avoid overrun
2008-03-05 Rui Tiago Cação... [PATCH] Remove usage of C++ keyword 'class' on htb...
2008-03-05 Thomas GrafUpdate local copy of linux/rtnetlink.h
2008-02-22 Thomas GrafBe liberal when receiving an empty nested attribute
2008-02-07 Patrick McHardyFix nfnl_queue_msg_get_packetid() return type
2008-02-07 Patrick McHardy[LIBNL]: Install netfilter headers
2008-02-07 Patrick McHardy[LIBNL]: Support conntrack add/delete/query requests
2008-02-07 Patrick McHardy[LIBNL]: Split up nfnetlink_log into log and msg objects
2008-02-07 Patrick McHardy[LIBNL]: nfnetlink_log: support NUFLA_GID attribute
2008-02-07 Patrick McHardy[LIBNL]: nfnetlink_log: only set hwproto if not zero
2008-02-07 Patrick McHardy[LIBNL]: Add nfnetlink_queue support
2008-02-07 Patrick McHardy[LIBNL]: Generic netfilter stuff
2008-02-07 Patrick McHardy[LIBNL]: Fix minor memleaks on exit
2008-02-07 Patrick McHardy[LIBNL]: Add if_vlan.h
2008-02-07 Thomas GrafImprove readability of link statistics output
2008-02-05 Thomas GrafFree associated caches when freeing cache manager
2008-01-30 Thomas GrafDetailed attribute documentation
2008-01-30 Thomas GrafAbstract address allocation based on netlink attribute
2008-01-30 Thomas GrafAbstract data allocation based on netlink attribute
2008-01-14 Thomas Graf1.1 release
2008-01-14 Thomas GrafImprove message/attribute construction documentation...
2008-01-14 Thomas GrafFix documentation of cache manager.
2008-01-14 Thomas GrafFix stale data pointers when constructing messages
2008-01-10 Thomas GrafAdd missing @{ for doxygen to build genl documentation
2008-01-10 Michael Biebl[PATCH] Remove autogenerated files from git and add...
2008-01-10 Michael Biebl[PATCH] Process Doxyfile.in to set correct PACKAGE_VERS...
2008-01-10 Thomas Grafrelease 1.0
2008-01-10 Thomas GrafRemove lib/defs.h from repository
2008-01-10 Patrick McHardy[PATCH] libnl cache management leak
2008-01-10 Thomas GrafAdded additional parsing and validation functions for...
2008-01-09 Thomas GrafTell git to ignore temporary files and push to pre9
2008-01-08 Thomas GrafMake vlan_put_attrs() available
2008-01-08 Thomas GrafLink info interface and vlan support
2007-12-19 Thomas GrafAdd support for the IFF_ECHO flag
2007-12-19 Thomas GrafSupport link operstate and linkmode
2007-12-19 Thomas GrafRepresent default route with destination address length...
2007-12-18 Thomas GrafSupport defining the default callback handler with...
2007-12-18 Thomas GrafRead debugging environment variable when initializing...
2007-12-18 Thomas GrafInclude linux/ip_mg_alg.h internally for compatibility...
2007-12-17 Thomas GrafFix nl_msg_parse() to not give back a reference it...
2007-12-17 Thomas GrafFix cache manager to not give back a reference it does...
2007-12-17 Thomas GrafFix memory leak when parsing netlink messages into...
2007-12-17 Thomas GrafFix creation and destruction of sockets
2007-12-13 Patrick McHardy[LIBNL]: Fix pointer conversion warnings on 64 bit
2007-12-13 Patrick McHardy[LIBNL]: Fix pointer conversion warnings on 64 bit
2007-12-13 Patrick McHardy[LIBNL]: Fix format strings
2007-11-21 Thomas GrafPushed to pre8 due to wrong version string in pre7
2007-10-11 Thomas GrafCache message type association interface cleanups
2007-09-18 Philip CraigUse linux/types.h to fix amd64 build
2007-09-18 Philip CraigAllow filtering by name for conntrack status flags
2007-09-18 Philip CraigFix typo in conntrack object compare
2007-09-17 Thomas GrafExport interface to define caches
2007-09-17 Thomas GrafCheck for availability of request_update()
2007-09-15 Thomas GrafExport interface to define objects
2007-09-15 Thomas GrafAdd missing declarations for genlmsg_data() and genlmsg...
2007-09-14 Thomas GrafInitial import