summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xxxxcache-nonexcl-routeThomas Haller2016-07-086-8/+42
* 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-085-31/+56
* hashtable: let caller decide whether to append/prepend object to hashtableThomas Haller2016-07-083-3/+11
* hashtable: remove internal data structures from public APIThomas Haller2016-07-082-11/+14
* route: cache and object changes to support non-exclusive and append routesRoopa Prabhu2016-07-085-14/+120
* obj_ops: add new oo_hash_attrs_get to get hash key attributes of any objectRoopa Prabhu2016-07-081-0/+5
* cache: modify nl_cache_search to look at cache provided attributes for searchRoopa Prabhu2016-07-087-0/+124
* hashtable: convert hashtable bucket list to a circular doubly linked listRoopa Prabhu2016-07-082-45/+68
* cache: add new NL_OBJ_DUMP cache flag (ce_flags)Roopa Prabhu2016-07-082-3/+16
* nl_object: add new ce_msgflags field to nl_objectRoopa Prabhu2016-07-082-0/+2
* libnl-3.2.28 releaselibnl3_2_28Thomas Haller2016-07-084-3/+9
* libnl-3.2.28-rc1 releaselibnl3_2_28rc1Thomas Haller2016-06-302-5/+5
* build: fix adding macsec files to include/Makefile.amThomas Haller2016-06-301-0/+2
* route/addr: merge branch 'ip-addr-fixes'Thomas Haller2016-06-295-22/+97
|\
| * route/addr: add capability NL_CAPABILITY_RTNL_ADDR_PEER_FIX to indicate addre...Thomas Haller2016-06-292-1/+8
| * 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-293-2/+35
|/
* xfrm: allow avoiding buffer overflow for key in xfrmnl_sa_get_*_params()Thomas Haller2016-06-293-14/+98
* macsec: merge branch 'qsn-macsec'Thomas Haller2016-06-279-1/+1135
|\
| * lib/route: add macsec supportSabrina Dubroca2016-06-257-1/+936
| * import macsec uapi headersSabrina Dubroca2016-06-252-0/+199
|/
* link: merge branch 'qsn-io_compare' (#99)Thomas Haller2016-06-254-6/+8
|\
| * vxlan: properly handle LOOSE_COMPARISON in ->io_compareSabrina Dubroca2016-06-251-1/+1
| * pass flags through ->io_compare opSabrina Dubroca2016-06-254-6/+8
|/
* xfrm: merge branch 'xfrm/various-fixes'Thomas Haller2016-06-251-18/+32
|\
| * 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-252-17/+19
* xfrm: merge branch 'xfrm/buffer-overflows'Thomas Haller2016-06-251-12/+16
|\
| * 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-243-5/+8
* lib: merge branch 'ext_filter_mask'Thomas Haller2016-06-243-8/+24
|\
| * link: allow overwriting IFLA_EXT_MASK flag in ao_get_af() functionThomas Haller2016-06-243-11/+13
| * 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-293-0/+29
* neigh: support neighbour flag NTF_SELFJonas Johansson2016-04-291-0/+2
* sit: merge branch 'sit-ip6rd'Thomas Haller2016-04-193-56/+264
|\
| * sit: add public API for sit 6RD supportThomas Haller2016-04-153-0/+164
| * sit: fix invalid declaration of rtnl_link_sit_get_proto() in sit.hThomas Haller2016-04-151-1/+1
| * 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-156-5/+160