summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* route: sort entries in libnl-route-3.sym by nameThomas Haller2016-04-151-3/+3
* build: move -rdynamic from CPPFLAGS to LDFLAGSTobias Klauser2016-03-311-2/+2
* lib: add type casting for nla_for_each_nested macroPrzemyslaw Szczerbik2016-02-251-1/+1
* lib: merge branch 'nl-object-diff64'Thomas Haller2016-02-1228-65/+111
|\
| * lib/utils: add NL_CAPABILITY_NL_OBJECT_DIFF64 capabilityThomas Haller2016-02-122-1/+7
| * libnl: add nl_object_diff64() to libnl-3.symThomas Haller2016-02-121-0/+5
| * lib: update ce-mask to uint64_tDavid Ahern2016-02-1225-64/+99
|/
* remove null dereference from netlink/link.hNick Lewycky2016-02-121-1/+3
* lib/route: potential memory leak in pktloc.cAmit Khatri2015-12-181-2/+4
* route/link: add support for IN6_ADDR_GEN_MODE_STABLE_PRIVACYQuentin Armitage2015-12-181-0/+1
* route/link/bridge: fixed return typeTobias Jungel2015-12-161-1/+1
* route/bridge: merge branch 'bridge-vlan'Thomas Haller2015-12-0711-28/+1136
|\
| * route/link: handle RTEXT_FILTER_BRVLAN_COMPRESSEDTobias Jungel2015-12-071-9/+28
| * 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
|\