summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* socket: add fallback for nl_connect() by trying to bind to unspecified local ...Thomas Haller2015-08-142-14/+18
* socket: clear port when unable to generate local portThomas Haller2015-08-142-9/+23
* route/qdisc: fixe printing whitespace in qdisc_dump_details()Steffen Vogel2015-08-142-4/+4
* route/tc: use plain format string in rtnl_tc_dump_stats()Thomas Haller2015-08-141-8/+11
* route/tc: improved statistics dump (just alignment)Steffen Vogel2015-08-141-18/+9
* route/qdisc: added more attributes to netem dumpSteffen Vogel2015-08-141-2/+60
* lib/nl: add missing headerJörg Krause2015-08-141-0/+1
* ipvlan: fix return error code for rtnl_link_ipvlan_get_mode()Thomas Haller2015-07-101-1/+1
* nf: fix potential bug in nfnl_queue_msg_set_payload() when malloc() failedКоренберг Марк2015-07-101-4/+7
* link: set ifi_change in link messagematben22015-07-092-0/+10
* ipvlan: don't check for valid @mode argument in rtnl_link_ipvlan_set_mode()Thomas Haller2015-06-261-3/+0
* ipvlan: fix signature of rtnl_link_ipvlan_get_mode() to signal errorThomas Haller2015-06-261-6/+7
* neigh: accept "norarp" in rtnl_neigh_state2str()Thomas Haller2015-06-261-1/+6
* neigh: fix type for NUD_NOARP flag in trans_tblTobias Jungel2015-06-261-1/+1
* ipvlan: add ipvlan supportCong Wang2015-06-192-1/+280
* lib: fix spelling of NL_CAPABILITY_NL_RECV_FAIL_TRUNC_NO_PEEKThomas Haller2015-06-051-1/+1
* lib: return error if an incomplete message was readThomas Egerer2015-06-052-1/+8
* utils: add missing link layer protocol translationsThomas Haller2015-06-041-0/+2
* utils: update link layer protocol translationsTobias Klauser2015-06-041-14/+9
* route/link: fix memleaks in link_msg_parser()Thomas Haller2015-06-041-4/+6
* lib/doc: clearify return value of send_simple() functionsThomas Haller2015-05-127-7/+26
* xfrm: trival refactoring initialization of stack-allocated arguments to nl_se...Thomas Haller2015-05-122-6/+8
* xfrm: fix potential NULL dereferenceTobias Klauser2015-05-122-4/+6
* route/tc: remove unnecessary check for tc_kind member of struct rtnl_tcTobias Klauser2015-05-051-3/+0
* utils: Add translations for NETLINK_RDMA and NETLINK_CRYPTOTobias Klauser2015-05-051-0/+2
* libnl-3.2.26 releaselibnl3_2_26Thomas Haller2015-03-301-1/+1
* neigh: add support for NDA_VLAN nl attributeJonas Johansson2015-03-231-0/+26
* route/link: fix indention in inet6_dump_details()Thomas Haller2015-03-221-2/+2
* utils: add code comment about capability number assignmentThomas Haller2015-03-191-0/+14
* lib/socket: detect protocol in nl_socket_set_fd()Thomas Haller2015-03-061-9/+63
* build: fix path to linker version scripts for out-of-tree buildThomas Haller2015-03-051-12/+12
* lib/socket: add nl_socket_set_fd() functionThomas Haller2015-03-052-2/+69
|\
| * add socket nl_connect_fd() & nl_create_fd()Sagi Lowenhardt2015-03-052-21/+85
|/
* lib/nl: preserve s_local if nl_connect() failsThomas Haller2015-03-051-8/+16
* lib/socket: remove NL_SOCK_BUFSIZE_SET socket flagThomas Haller2015-03-052-7/+3
* cls: add rtnl_u32_get_classid() APICong Wang2015-03-041-0/+14
* route/tc: add internal rtnl_tc_data_peek() functionThomas Haller2015-03-041-0/+13
* act: correct file path for mirred.cCong Wang2015-02-251-1/+1
* build: fix parallel makeLubomir Rintel2015-02-181-0/+5
* lib: log errors from platformLubomir Rintel2015-02-173-11/+72
* lib: add const-ness to appropriate parameters in addr, attr, dataRohan Joyce2015-02-163-57/+60
* route/tc: add rtnl_tc_stat2str() and rtnl_tc_str2stat()Cong Wang2015-02-021-0/+22
* route/act: add skbedit actionCong Wang2015-02-022-0/+291
* build: add individual linker version scripts for shared librariesThomas Haller2015-02-021-2/+31
* idiag: fix set of identifying properties for idiag_msg_objThomas Haller2014-11-271-5/+17
* idiag: fix idiagnl_compare() to compare all attributesThomas Haller2014-11-271-4/+22
* idiag: make objects 'idiag_vegasinfo' and 'idiag_meminfo' comparableThomas Haller2014-11-272-0/+30
* idiag: don't dump unset properties of idiag_msgThomas Haller2014-11-271-22/+24
* route/addr: consider CACHEINFO in addr_compare()/nl_object_diff()Thomas Haller2014-11-272-1/+3
* object: fix returning UINT_MAX for uint32_t in nl_object_diff()Thomas Haller2014-11-271-2/+2