]> granicus.if.org Git - libnl/shortlog
libnl
2010-07-03 Thomas GrafFix compile warning in nl.c
2010-07-02 Thomas GrafPacket Location Interface
2010-04-19 Karl Hiramotosrc/nf-queue.c: cleanup and improve performance of...
2010-04-19 Thomas GrafDon't install private header files.
2010-04-19 Patrick McHardyobject: fix attribute comparison
2010-04-19 Patrick McHardyFix rule attribute comparison
2010-04-19 Patrick McHardyaddr: add NL_DUMP_ENV function
2010-04-19 Patrick McHardyaddr: restore anycast functions
2010-04-19 Patrick McHardyneigh: fix id_attrs to include ifindex
2010-04-19 Patrick McHardycache: properly invoke change_cb for deleted objects...
2010-03-10 Jose Ignacio... Fix a bug when calculating ticks_per_usec
2010-03-10 Karl Hiramotonew function nfnl_queue_msg_send_verdict_payload()
2010-03-10 Karl Hiramotonew feature nl_send_iovec(), nl_auto_complete() and...
2009-12-16 Thomas GrafCLI - Command Line Interface Library
2009-12-07 Denys Fedoryschenkoone more fix, u32.c
2009-12-07 Denys Fedoryschenkoinvalid comma cause segfault for nl-tctree-list, tbf.c
2009-11-10 Patrick McHardylibnl: add ERANGE to errno translation
2009-11-10 Patrick McHardylibnl: fix automake breakage
2009-09-02 Thomas Graf- Compile with _GNU_SOURCE
2009-09-02 Thomas GrafMerge branch 'master' of git://dev.medozas.de/libnl
2009-09-02 olcAdd support for getting and deleting queueing classes.
2009-09-02 Dan WinshipFix rtnl_addr caching
2009-09-02 Marc de KruijfPatch for unexpectedly aligned messages
2009-09-02 Thomas Graf- Reworked the classifier interface.
2009-07-20 Alexander Sacknl_object_clone: properly clone ce_mask field
2009-07-20 Pavel RoskinDeclare struct ucred in handlers.h and netlink.h
2009-07-05 Jan Engelhardtbuild: make use of library dependencies
2009-06-22 Jan EngelhardtMove to automake-based build
2009-05-04 Inaky Perez... release_local_port: properly compute the bitmap position
2009-04-16 Pavel RoskinSeparate compiling from linking
2009-04-16 Pavel Roskinnl_object_priv() is inline, so define it in the header
2009-04-16 Pavel RoskinRemove all versioned libraries on "make clean"
2009-04-16 Pavel RoskinFix parallel build
2009-04-16 Pavel RoskinInclude limits.h to fix undefined ULONG_MAX in src...
2009-01-21 Patrick McHardylibnl: fix socket function rename related build failure
2008-12-10 Thomas GrafFix up naming changes
2008-12-10 Thomas Grafrestructure module documentation order
2008-12-10 Thomas GrafRemove obsoleted struct nl_handle definition
2008-12-10 Thomas GrafConsistent naming of socket functions
2008-12-03 Thomas GrafUpdate doc style sheet to latest default
2008-12-03 Thomas GrafDocumentation update
2008-12-03 Holger EitzenbergerAllow to pass multiple group values to membership functions
2008-10-30 Patrick McHardylibnl: add some errno codes to nl_syserr2nlerr
2008-10-23 Patrick McHardylibnl: nfqueue: add nfqueue specific socket allocation...
2008-10-20 Thomas GrafAdd internal wait_for_ack() which only waits for ACK...
2008-10-20 Thomas GrafAdd socket flag NL_NO_AUTO_ACK to allow disabling auto...
2008-10-15 Thomas GrafError handling for rtnl_cls_set_kind() & addition of...
2008-10-15 Thomas GrafUse 16bit ints for classifier prio/protocol
2008-10-14 Thomas GrafReplace NL_KEEP code with proper message reference...
2008-10-10 Wolfgang SteudelOnly include local addr as peer addr if provided
2008-10-10 Patrick McHardyfix lib symlinks
2008-10-10 Thomas GrafFrom: Kees Cook <kees@outflux.net>
2008-08-20 Thomas Graftest updates
2008-08-18 Thomas Grafadapt configure to generate libnl-2.0.pc
2008-08-18 James J. DinesChanged libnl-1.pc.in to libnl-2.0.pc.in
2008-08-18 Holger Schuriglibnl: fix about 100 warnings
2008-08-18 Thomas GrafExplicitely link to nl-route when linking nf apps.
2008-06-17 Thomas GrafRemove XML dumping
2008-06-17 Thomas GrafFix compile errors when linking against libnl-genl
2008-06-17 Thomas GrafImprovements to address utilities
2008-06-17 Thomas Graf<netlink/addr.h> requires <netdb.h>
2008-06-16 Thomas GrafNeed <linux/in_route.h>
2008-06-16 Thomas GrafImproved printing of route cache entries
2008-06-16 Thomas GrafExtend nl_time2int() and rename it to nl_str2msec()
2008-06-13 Thomas GrafIntroduce nla_strdup() to help parse strings attributes
2008-06-13 Thomas GrafProperly handle addr=NULL in nl_addr2str
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
next