]> granicus.if.org Git - libnl/shortlog
libnl
2008-05-26 Thomas GrafRemove unused dp_dump_line()
2008-05-26 Thomas GrafUpdate linux/rtnetlink.h to upstream version
2008-05-23 Thomas GrafRemove old line counting while dumping
2008-05-22 Thomas GrafNew set of libnl tools
2008-05-22 Thomas GrafPresent port and icmp values in host byte order and...
2008-05-22 Thomas GrafDon't build tests on 'make all'
2008-05-22 Thomas GrafRemove change routine, works flawlessly via add() with...
2008-05-22 Thomas GrafImprove printing of routing rules
2008-05-22 Thomas GrafFamily specific libraries can link to the core directly
2008-05-22 Thomas GrafFix error code of nl_addr_resolve()
2008-05-20 Thomas GrafAdd rtnl_neigh_get_family()
2008-05-20 Thomas GrafReturn libnl error codes in translation routines
2008-05-15 Thomas GrafRemove src/f_addr.c, it's no longer used
2008-05-15 Thomas Grafutility functions for address tools
2008-05-15 Thomas GrafNew set of address management tools
2008-05-15 Thomas GrafFix library install target
2008-05-15 Thomas GrafRemove references to unused attribute anycast
2008-05-15 Thomas GrafMove on to version 2.0 to account for the serious ABI...
2008-05-15 Thomas GrafBuild separate libraries for each netilnk family
2008-05-15 Thomas GrafAllow parser callbacks to return NL_OK, NL_SKIP, NL_EXIT
2008-05-15 Thomas GrafUninline various functions to save 7K code
2008-05-15 Thomas GrafFix memory leaks when sending of message failed
2008-05-15 Thomas GrafRename struct nl_handle to struct nl_sock
2008-05-14 Thomas GrafCheck length of provided address label
2008-05-14 Thomas GrafReplace RTNL_LINK_NOT_FOUND with just 0
2008-05-14 Thomas GrafRemove obsolete nla_get_addr() and nla_get_data()
2008-05-14 Thomas GrafBreak API some more
2008-05-14 Thomas GrafThread-safe error handling
2008-05-08 Ben Gamsapatch: fixed compilation problem for nl-route-get
2008-05-08 Ben Gamsapatch: fixed up support for tables in rules
2008-05-08 Ben GamsaAdded two new functions to facilitate processing the...
2008-05-08 Thomas GrafSpeed up metrics comparison
2008-05-07 Thomas GrafImprove performance by using malloc() over calloc(...
2008-05-05 Thomas Grafignore more temporary files
2008-05-05 Thomas GrafFix dumping of iif route attribute
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...
next