summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* route/route-obj: fix debug logging in route_update()Thomas Haller2016-07-081-7/+13
* lib: fix return value UINT_MAX for nl_object_diff_mask()Thomas Haller2016-07-081-1/+1
* cache: don't decide cache operation based on NL_OBJ_DUMP in ce_flagsThomas Haller2016-07-083-29/+43
* hashtable: let caller decide whether to append/prepend object to hashtableThomas Haller2016-07-082-3/+9
* route: cache and object changes to support non-exclusive and append routesRoopa Prabhu2016-07-083-14/+111
* cache: modify nl_cache_search to look at cache provided attributes for searchRoopa Prabhu2016-07-083-0/+101
* hashtable: convert hashtable bucket list to a circular doubly linked listRoopa Prabhu2016-07-081-44/+67
* cache: add new NL_OBJ_DUMP cache flag (ce_flags)Roopa Prabhu2016-07-081-3/+15
* nl_object: add new ce_msgflags field to nl_objectRoopa Prabhu2016-07-081-0/+1
* libnl-3.2.28 releaselibnl3_2_28Thomas Haller2016-07-081-1/+1
* route/addr: add capability NL_CAPABILITY_RTNL_ADDR_PEER_FIX to indicate addre...Thomas Haller2016-06-291-1/+1
* route/addr: fix handling peer addresses for IPv4 addressesThomas Haller2016-06-291-19/+54
* route/addr: fix ID comparison for AF_INET and AF_INET6 addressesThomas Haller2016-06-292-2/+34
* xfrm: allow avoiding buffer overflow for key in xfrmnl_sa_get_*_params()Thomas Haller2016-06-292-14/+91
* lib/route: add macsec supportSabrina Dubroca2016-06-252-1/+787
* vxlan: properly handle LOOSE_COMPARISON in ->io_compareSabrina Dubroca2016-06-251-1/+1
* pass flags through ->io_compare opSabrina Dubroca2016-06-253-4/+5
* xfrm: fix memleak in build_xfrm_sa_message() error-pathThomas Haller2016-06-251-1/+3
* xfrm: attach only one xfrm alg attribute to netlink messageThomas Egerer2016-06-251-14/+19
* xfrm: fix memory leak for encap original addressThomas Egerer2016-06-251-2/+5
* xfrm: reuse encap data in xfrmnl_sa_set_encap_tmpl()Thomas Haller2016-06-251-3/+2
* xfrm: fix segfault when using encapsulation templatesThomas Egerer2016-06-251-3/+8
* xfrm: make character pointers in setters constThomas Egerer2016-06-251-10/+10
* xfrm: check length of alg_name before strcpying itThomas Egerer2016-06-251-4/+4
* xfrm: fix buffer overflow when copying keysThomas Egerer2016-06-251-8/+12
* lib: return error on Netlink attribute length overflowPrzemyslaw Szczerbik2016-06-242-4/+6
* link: allow overwriting IFLA_EXT_MASK flag in ao_get_af() functionThomas Haller2016-06-242-10/+11
* link: support RTEXT_FILTER_VFJef Oliver2016-06-241-2/+16
* neigh: add function to look up neighbour (fdb) by ifindex, mac and vlanJonas Johansson2016-05-291-0/+26
* neigh: support neighbour flag NTF_SELFJonas Johansson2016-04-291-0/+2
* sit: add public API for sit 6RD supportThomas Haller2016-04-151-0/+144
* sit: refactor IS_SIT_LINK_ASSERT()Thomas Haller2016-04-151-53/+26
* sit: don't print ip6rd_prefix as integer in sit_dump_details()Thomas Haller2016-04-151-2/+2
* sit/trivial: whitespaceThomas Haller2016-04-151-4/+3
* sit: add 6RD supportThadeu Lima de Souza Cascardo2016-04-151-2/+74
* ipgre: add support for gretap tunnelHaishuang Yan2016-04-151-5/+98
* lib/utils: add NL_CAPABILITY_NL_OBJECT_DIFF64 capabilityThomas Haller2016-02-121-1/+1
* lib: update ce-mask to uint64_tDavid Ahern2016-02-1221-57/+88
* 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: handle RTEXT_FILTER_BRVLAN_COMPRESSEDTobias Jungel2015-12-071-9/+28
* bridge: add support for VLANsDavid Ahern2015-12-072-2/+206
* lib: handle family-based parsing of IFLA_AF_SPEC attributeDavid Ahern2015-12-071-13/+28
* link: add AF operation to append attributes to a GETLINK messageDavid Ahern2015-12-071-1/+25
* 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