]> granicus.if.org Git - libnl/shortlog
libnl
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