summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in debug messageThomas Graf2011-10-281-1/+1
* link: Ignore bridging notifications in link cache managerThomas Graf2011-10-211-0/+14
* cache: event_filter() cache operation to filter notificationsThomas Graf2011-10-211-0/+6
* utils: Initialize list head after freeing translation listThomas Graf2011-10-101-0/+2
* Only use the MULTIPATH attribute when adding routes with more than one next hop.Michael Altizer2011-10-101-1/+11
* Fix rtnl_link object memory leak when freeing rtnl_addr objects.Michael Altizer2011-10-101-0/+1
* bonding: API to create/enslave/releaseThomas Graf2011-09-161-0/+176
* link: Eat ACK followed by RTM_NEWLINK when requesting single linkThomas Graf2011-09-141-0/+4
* route: Remove dead link_cache variableThomas Graf2011-09-131-3/+0
* Switch to libtool versioning systemThomas Graf2011-09-131-11/+20
* lib: Use @MAJ_VERSION and @MAJ_MINOR@ for -version-infoThomas Graf2011-09-131-1/+1
* fix license of lib/route/pktloc.cThomas Graf2011-09-081-3/+4
* 64bit unaligned accessBryan Phillippe2011-09-011-7/+17
* genl: genl_ctrl_grp_by_name: fix retval in case group id not foundJiri Pirko2011-08-311-1/+1
* socket: fix two typosJiri Pirko2011-08-311-2/+2
* socket: introduce nl_socket_modify_err_cbJiri Pirko2011-08-311-0/+15
* Local port leak on nl_socket_alloc/nl_socket_set_local_port(, 0)Andrew Rybchenko2011-08-301-1/+8
* htb: fix misplaced memset() overwriting already set htb prio optionThomas Graf2011-08-121-2/+2
* link: fix unaligned access to 64bit link statsBryan Phillippe2011-08-121-27/+37
* make port map thread safeThomas Graf2011-08-111-2/+14
* Avoid freeing memory if vasprintf() failedThomas Graf2011-08-111-7/+8
* Put "break" inside the "if" block in route_compare()Pavel Roskin2011-08-111-2/+4
* Make some functions and global variables staticPavel Roskin2011-08-114-7/+9
* Remove write-only variables in lib/cache.cPavel Roskin2011-08-111-9/+0
* 3.1 releaseThomas Graf2011-08-111-1/+1
* Updated link documentationThomas Graf2011-07-285-582/+692
* VLAN: rtnl_link_is_vlan() function and API documentationThomas Graf2011-07-211-30/+101
* Use 'link type' instead of 'link info type'Thomas Graf2011-07-211-12/+21
* bonding link moduleThomas Graf2011-07-212-0/+40
* Include IFLA_LINK in link messagesThomas Graf2011-07-211-0/+3
* documentation updatesHEADmasterThomas Graf2011-07-143-7/+2
* Support for NLM_F_INTRThomas Graf2011-07-143-3/+30
* socket: Set SOCK_CLOEXEC if availableThomas Graf2011-06-151-2/+8
* neigh: include ndm flags while building messageThomas Graf2011-06-151-0/+3
* HTB: Add support for level and direct pkt stats, complete access functionsThomas Graf2011-06-091-42/+252
* Update local copies of include/linuxThomas Graf2011-06-091-0/+1
* Provide documentation for rtnl_tc_data() and rtnl_tc_data_check()Thomas Graf2011-06-091-0/+24
* Add nl_rate2str()Thomas Graf2011-06-091-0/+21
* Add rtnl_tc_data_check()Thomas Graf2011-06-091-0/+15
* Provide silent variation of nl_cache_require()Thomas Graf2011-05-113-9/+16
* Use name "global" instead of "universe" for largest scopeThomas Graf2011-05-041-1/+1
* addr: store link object and provide rtnl_addr_get()Thomas Graf2011-05-031-1/+77
* Adding rule with "From" option doesn't workRomary Sonrier2011-05-031-6/+8
* Provide rtnl_tc_get_link() and fix link refcntThomas Graf2011-04-211-5/+34
* Fix clone() of AF specific link dataThomas Graf2011-04-211-1/+1
* Set tc->tc_link if link cache is availableThomas Graf2011-04-201-0/+8
* Improve readability of classid string representationThomas Graf2011-04-201-4/+4
* Expose <netlink/route/link/inet.h>Thomas Graf2011-04-201-1/+1
* Support link info types with no payloadThomas Graf2011-04-191-4/+5
* Add support for ARPHRD_NONEThomas Graf2011-04-191-0/+3