summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* build: merge branch 'kolyshkin-build-cleanups'Thomas Haller2015-07-097-722/+9
|\
| * doc/Makefile.am: don't use asciidoc if disabledKir Kolyshkin2015-07-091-0/+4
| * doc/configure.ac: simplify python checkKir Kolyshkin2015-07-092-101/+5
| * m4/ax*.m4: removeKir Kolyshkin2015-07-093-524/+0
| * m4/ax_python.m4: removeKir Kolyshkin2015-07-091-97/+0
|/
* link: set ifi_change in link messagematben22015-07-093-0/+18
* 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-262-7/+8
* neigh: merge branch 'neigh-typo'Thomas Haller2015-06-261-2/+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: merge branch 'add-ipvlan'Thomas Haller2015-06-198-1/+389
|\
| * ipvlan: add a testcase for ipvlanCong Wang2015-06-192-0/+46
| * ipvlan: add ipvlan supportCong Wang2015-06-196-1/+343
|/
* build: fix path to cli linker version script for out-of-tree buildjfarrell2015-06-191-2/+2
* lib: fix spelling of NL_CAPABILITY_NL_RECV_FAIL_TRUNC_NO_PEEKThomas Haller2015-06-052-3/+3
* lib: return error if an incomplete message was readThomas Egerer2015-06-053-1/+16
* utils: add missing link layer protocol translationsThomas Haller2015-06-041-0/+2
* utils: update link layer protocol translationsTobias Klauser2015-06-042-14/+13
* 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
* python: merge branch 'python-capi'Thomas Haller2015-05-122-1/+27
|\
| * python: genl: capi: add genlmsg_hdr() to capiArend van Spriel2015-05-121-0/+8
| * python: capi: add nla_put() function to python capiArend van Spriel2015-05-121-0/+14
| * python: capi: expose multicast membership functionsArend van Spriel2015-05-121-0/+3
| * python: disable swig debug print messagesArend van Spriel2015-05-121-1/+2
|/
* 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-052-3/+8
* libnl-3.2.26 releaselibnl3_2_26Thomas Haller2015-03-304-4/+10
* neigh: add support for NDA_VLAN nl attributeJonas Johansson2015-03-235-0/+33
* route/link: fix indention in inet6_dump_details()Thomas Haller2015-03-221-2/+2
* utils: add code comment about capability number assignmentThomas Haller2015-03-192-2/+23
* build: extend configure option --enable-cli and install all cli programsThomas Haller2015-03-182-17/+32
* build/trivial: sort PROGRAMS list in src/Makefile.amThomas Haller2015-03-181-18/+40
* route: remove unnecessary include of private linux/if.hDavid Chappelle2015-03-172-1/+1
* build: revert moving unstable symbols from libnl_3 linker sectionThomas Haller2015-03-092-9/+17
* lib/socket: detect protocol in nl_socket_set_fd()Thomas Haller2015-03-061-9/+63
* libnl-3.2.26-rc1 releaselibnl3_2_26rc1Thomas Haller2015-03-052-5/+5
* 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-054-2/+71
|\
| * add socket nl_connect_fd() & nl_create_fd()Sagi Lowenhardt2015-03-055-21/+90
|/
* 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-053-8/+3