summaryrefslogtreecommitdiffstats
path: root/lib/route/neigh.c
Commit message (Expand)AuthorAgeFilesLines
* lib/route: add rtnl_neigh ext flags supportRonan Dalton2024-09-161-6/+70
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-291-6/+6
* core: always define statements for NL_DBG()Thomas Haller2024-04-221-2/+0
* build: always define NL_DEBUGThomas Haller2024-04-221-1/+1
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+1
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-1/+4
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+28
* neigh: add support of NHID attributeStanislav Zaikin2023-07-311-0/+29
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-2/+2
* all: use "_nl_packed" macro instead of "__attribute__((packed))"Thomas Haller2023-07-281-1/+1
* all: rework ATTR_DIFF() macros to not generate attribute namesThomas Haller2023-07-281-17/+15
* doc: fix typoLeon M. George2022-08-241-2/+2
* lib: make nl_object_clone() out-of-memory safeThomas Haller2022-03-161-0/+3
* neigh: support to add fdb entrywangli092022-03-091-1/+1
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+0
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* neigh: update neighbour.h and add missing flagsTobias Jungel2018-06-251-0/+3
* neigh_dump_line: dump master as wellTobias Jungel2018-06-251-0/+8
* neigh: add get/set functions for NEIGH_ATTR_MASTERTobias Jungel2018-06-251-0/+10
* whitespace cleanupTobias Jungel2018-06-251-5/+5
* neigh: cache updates as well query AF_BRIDGE neighTobias Jungel2018-06-251-1/+26
* neigh: support bridge entries for vxlan interfacesTobias Jungel2018-04-061-2/+4
* neigh: set correct AF for NDA_DSTTobias Jungel2018-04-061-1/+3
* route: neigh: print family in neigh dumpsRoopa Prabhu2017-10-121-1/+5
* route: neigh: use NDA_MASTER for neigh->n_master if availableRoopa Prabhu2017-02-271-10/+14
* 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
* lib: update ce-mask to uint64_tDavid Ahern2016-02-121-3/+3
* bridge: add support for VLANsDavid Ahern2015-12-071-2/+7
* link/neigh: add flags option to link and neighbor cachesDavid Ahern2015-11-191-0/+32
* neigh: add support for NTF_SELFDavid Ahern2015-11-011-6/+13
* neigh: accept "norarp" in rtnl_neigh_state2str()Thomas Haller2015-06-261-1/+6
* neigh: fix type for NUD_NOARP flag in trans_tblTobias Jungel2015-06-261-1/+1
* neigh: add support for NDA_VLAN nl attributeJonas Johansson2015-03-231-0/+26
* style: require comma after __ADD() macroThomas Haller2014-07-271-20/+20
* nl: Print file:line:func in debugging messages and provide --disable-debug to...Thomas Graf2013-04-021-0/+2
* neigh: Remove check for AF_UNSPEC in rtnl_neigh_get()Thomas Graf2013-02-011-2/+2
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf2012-11-161-2/+7
* Add master support to rtnl_neigh for AF_BRIDGE objectsroopa2012-11-151-2/+22
* Add AF_BRIDGE support to neigh cacheroopa2012-11-151-10/+36
* Add hash support to neigh cacheroopa2012-11-091-0/+46
* add new function to provide neighbour event parsingBrett Ciphery2012-01-301-1/+18
* neigh: include ndm flags while building messageThomas Graf2011-06-151-0/+3
* Documentation updatesThomas Graf2011-03-211-1/+1
* constify struct trans_tblThomas Graf2010-11-171-3/+3
* Rename nl_get_hz() to nl_get_user_hz() to indicate it's not the in-kernel HZ ...Thomas Graf2010-11-171-1/+1
* Support neighbour flag NTF_USEThomas Graf2010-10-291-0/+2
* Remove NL_DUMP_ENV codeThomas Graf2010-10-201-46/+0
* neigh: fix id_attrs to include ifindexPatrick McHardy2010-04-191-1/+1