summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libnl-3.2.27-rc1 releaselibnl3_2_27rc1Thomas Haller2015-09-212-5/+5
* libnl: report an error if unexpected control data was receivedAndrey Vagin2015-09-211-0/+7
* doc: enable generation of Doxygen tagfile for libnl API referenceSteffen Vogel2015-09-192-1/+2
* route/link: merge branch 'vlan-flags'Thomas Haller2015-09-032-0/+4
|\
| * vlan: add MVRP VLAN flagJiří Klimeš2015-09-032-0/+2
| * vlan: add VLAN flags to trans_tbl to print them properlyJiří Klimeš2015-09-031-0/+2
|/
* route/link: add missing link_attrs translationsTobias Klauser2015-08-311-0/+3
* socket: fix assertion in nl_connect() when all ports are already in useThomas Haller2015-08-243-5/+8
* route/link: merge support for 'netnsid' (fixes)Thomas Haller2015-08-176-8/+50
|\
| * route/link: make link_netnsid argument (signed) int32_tThomas Haller2015-08-173-8/+8
| * lib/attr: add nla utility functions for s32Thomas Haller2015-08-173-0/+42
|/
* route/link: merge support for 'netnsid'Thomas Haller2015-08-175-7/+104
|\
| * route/link: add support for IFLA_LINK_NETNSIDThomas Haller2015-08-174-2/+55
| * include/linux: update copy of kernel header "if_link.h"Thomas Haller2015-08-171-5/+49
|/
* lib/socket: in nl_socket_set_fd() always reset the local portThomas Haller2015-08-141-6/+1
* route/link: Remove unnecessary NULL check before release_link_info()Tobias Klauser2015-08-141-6/+2
* socket: fix autogeneration of local ports for more then 1024 socketsThomas Haller2015-08-142-22/+40
|\
| * 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
|/
* lib/route: merge fixes to dump_detailsThomas Haller2015-08-143-29/+81
|\
| * 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
* 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
|\