summaryrefslogtreecommitdiff
path: root/include/netlink
AgeCommit message (Expand)Author
2016-11-24lib/route: SRIOV Set FunctionalityJef Oliver
2016-11-24lib/route: SRIOV Utility FunctionsJef Oliver
2016-11-24lib/route: SRIOV Parse and Read supportJef Oliver
2016-11-06xfrm: fix xfrm security context managementThomas Egerer
2016-11-05lib/route: Export correct ipgre functionalityJef Oliver
2016-11-05vxlan: refactor setting/getting vxlan flagsThomas Haller
2016-11-05vxlan: don't store vxlan flags as ce_maskThomas Haller
2016-11-05vxlan: remove redundant enable/disable API from vxlanThomas Haller
2016-10-30vxlan: add support for additional VXLAN attributes.Brandon Carpenter
2016-09-27macvlan: adjust types and merge MACVLAN_HAS_MACCOUNT and MACVLAN_HAS_MACDATAThomas Haller
2016-09-26macvlan: add support for "source" modeMichael Braun
2016-09-24lib/route: Support IFLA_BRIDGE_MODEJef Oliver
2016-09-24lib/route: Extend Bridge FlagsJef Oliver
2016-09-24lib/route: Add port state translation functionsJef Oliver
2016-08-14nl-addr: avoid read-out-of-bound in nl_addr_fill_sockaddr()Thomas Haller
2016-08-14lib: capability NL_CAPABILITY_RTNL_ADDR_PEER_ID_FIX for ID comparison of v4 a...Thomas Haller
2016-08-14cli: add noreturn attributesPeter Wu
2016-08-12build: fixup headers for C++ inclusionCraig Gallek
2016-07-08libnl-3.2.28 releaseThomas Haller
2016-06-29route/addr: add capability NL_CAPABILITY_RTNL_ADDR_PEER_FIX to indicate addre...Thomas Haller
2016-06-29xfrm: allow avoiding buffer overflow for key in xfrmnl_sa_get_*_params()Thomas Haller
2016-06-25lib/route: add macsec supportSabrina Dubroca
2016-06-25xfrm: make character pointers in setters constThomas Egerer
2016-06-24lib: return error on Netlink attribute length overflowPrzemyslaw Szczerbik
2016-05-29neigh: add function to look up neighbour (fdb) by ifindex, mac and vlanJonas Johansson
2016-04-15sit: add public API for sit 6RD supportThomas Haller
2016-04-15sit: fix invalid declaration of rtnl_link_sit_get_proto() in sit.hThomas Haller
2016-04-15ipgre: add support for gretap tunnelHaishuang Yan
2016-02-25lib: add type casting for nla_for_each_nested macroPrzemyslaw Szczerbik
2016-02-12lib/utils: add NL_CAPABILITY_NL_OBJECT_DIFF64 capabilityThomas Haller
2016-02-12lib: update ce-mask to uint64_tDavid Ahern
2016-02-12remove null dereference from netlink/link.hNick Lewycky
2015-12-16route/link/bridge: fixed return typeTobias Jungel
2015-12-07bridge: add support for VLANsDavid Ahern
2015-11-20route/link/vxlan: add support for link_info compareDavid Ahern
2015-11-19route/link: add macvtap supportBeniamino Galvani
2015-11-19link/neigh: add flags option to link and neighbor cachesDavid Ahern
2015-11-19route/vlan: allow clearing vlan ingress mapThomas Haller
2015-11-19route/link: fix parsing of 'remote' attribute for GRE linksBeniamino Galvani
2015-11-01route/vrf: add VRF supportDavid Ahern
2015-10-21rtnl/link: indicate capability NL_CAPABILITY_RTNL_LINK_VLAN_PROTOCOL_SERIALZEThomas Haller
2015-10-16libnl-3.2.27 releaseThomas Haller
2015-10-05lib/attr: add nla utility functions for signed integersThomas Haller
2015-09-29route: add capability indicating the behavior of rtnl_neigh_get()Thomas Haller
2015-08-17route/link: make link_netnsid argument (signed) int32_tThomas Haller
2015-08-17lib/attr: add nla utility functions for s32Thomas Haller
2015-08-17route/link: add support for IFLA_LINK_NETNSIDThomas Haller
2015-07-09link: set ifi_change in link messagematben2
2015-06-26ipvlan: fix signature of rtnl_link_ipvlan_get_mode() to signal errorThomas Haller
2015-06-19ipvlan: add ipvlan supportCong Wang