summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * bridge: add support for VLANsDavid Ahern2015-12-074-2/+224
| * include/linux: update copy of kernel headersThomas Haller2015-12-075-12/+831
| * lib: handle family-based parsing of IFLA_AF_SPEC attributeDavid Ahern2015-12-072-13/+33
| * link: add AF operation to append attributes to a GETLINK messageDavid Ahern2015-12-072-1/+29
|/
* libnl: don't use out-of-scope buffer in nl_send_iovec()Andrew Vagin2015-11-241-1/+1
* route/link/vxlan: merge branch 'vxlan-io-compare'Thomas Haller2015-11-206-103/+167
|\
| * route/link/vxlan: add support for link_info compareDavid Ahern2015-11-203-1/+36
| * 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-203-0/+29
|/
* route/link: corrected array size for inet_policyTobias Jungel2015-11-191-1/+1
* route/link: merge branch 'bg/vxlan-ipv6'Thomas Haller2015-11-198-27/+132
|\
| * 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-198-6/+54
|/
* route/link: add macvtap supportBeniamino Galvani2015-11-198-12/+357
* gitignore: ignore test binaries in "tests/"Thomas Haller2015-11-191-1/+3
* link/neigh: add flags option to link and neighbor cachesDavid Ahern2015-11-1912-6/+127
* route/vlan: allow clearing vlan ingress mapThomas Haller2015-11-193-3/+25
* route/link: fix parsing of 'remote' attribute for GRE linksBeniamino Galvani2015-11-193-3/+9
* neigh: add support for NTF_SELFDavid Ahern2015-11-012-6/+15
* route/vrf: add VRF supportDavid Ahern2015-11-018-0/+374
* rtnl/link: merge branch 'vlan-protocol-serialize'Thomas Haller2015-10-213-4/+15
|\
| * rtnl/link: indicate capability NL_CAPABILITY_RTNL_LINK_VLAN_PROTOCOL_SERIALZEThomas Haller2015-10-212-1/+7
| * 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-164-3/+9
* route/link: add missing newlines after debug messagesBeniamino Galvani2015-10-0511-11/+11
* lib/attr: add nla utility functions for signed integersThomas Haller2015-10-053-7/+133
* route: add capability indicating the behavior of rtnl_neigh_get()Thomas Haller2015-09-292-1/+9
* 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