summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libnl: don't use out-of-scope buffer in nl_send_iovec()Andrew Vagin2015-11-241-1/+1
* route/link/vxlan: add support for link_info compareDavid Ahern2015-11-202-1/+30
* route/link/vxlan: trivial rename VXLAN_HAS_ prefix and vxi_maskDavid Ahern2015-11-201-102/+102
* route/link: add link info compare operationDavid Ahern2015-11-202-0/+23
* route/link: corrected array size for inet_policyTobias Jungel2015-11-191-1/+1
* route/link: add ipv6 support to vxlan linksBeniamino Galvani2015-11-191-21/+78
* route/link: fix dump of parent link for some link typesBeniamino Galvani2015-11-197-6/+53
* route/link: add macvtap supportBeniamino Galvani2015-11-191-12/+189
* link/neigh: add flags option to link and neighbor cachesDavid Ahern2015-11-192-2/+69
* route/vlan: allow clearing vlan ingress mapThomas Haller2015-11-192-3/+17
* route/link: fix parsing of 'remote' attribute for GRE linksBeniamino Galvani2015-11-192-3/+3
* neigh: add support for NTF_SELFDavid Ahern2015-11-011-6/+13
* route/vrf: add VRF supportDavid Ahern2015-11-012-0/+264
* rtnl/link: indicate capability NL_CAPABILITY_RTNL_LINK_VLAN_PROTOCOL_SERIALZEThomas Haller2015-10-211-1/+1
* route/link: IFLA_VLAN_PROTOCOL added to vlan_put_attrsskuklinski2015-10-211-0/+3
* rtnl/link: document vlan-protocol to be exposed in network-byte orderThomas Haller2015-10-211-3/+5
* libnl-3.2.27 releaselibnl3_2_27Thomas Haller2015-10-161-1/+1
* route/link: add missing newlines after debug messagesBeniamino Galvani2015-10-0511-11/+11
* lib/attr: add nla utility functions for signed integersThomas Haller2015-10-051-6/+86
* route: add capability indicating the behavior of rtnl_neigh_get()Thomas Haller2015-09-291-1/+1
* libnl: report an error if unexpected control data was receivedAndrey Vagin2015-09-211-0/+7
* vlan: add MVRP VLAN flagJiří Klimeš2015-09-031-0/+1
* 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-242-4/+7
* route/link: make link_netnsid argument (signed) int32_tThomas Haller2015-08-171-5/+5
* lib/attr: add nla utility functions for s32Thomas Haller2015-08-171-0/+25
* route/link: add support for IFLA_LINK_NETNSIDThomas Haller2015-08-171-1/+48
* 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: 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