summaryrefslogtreecommitdiff
path: root/lib/route/neigh.c
AgeCommit message (Expand)Author
2022-03-17lib: make nl_object_clone() out-of-memory safeThomas Haller
2022-03-09neigh: support to add fdb entrywangli09
2020-04-16license: fix and add SPDX license identifiers and drop license commentsThomas Haller
2019-08-12Add SPDX identifiersYegor Yefremov
2018-06-25neigh: update neighbour.h and add missing flagsTobias Jungel
2018-06-25neigh_dump_line: dump master as wellTobias Jungel
2018-06-25neigh: add get/set functions for NEIGH_ATTR_MASTERTobias Jungel
2018-06-25whitespace cleanupTobias Jungel
2018-06-25neigh: cache updates as well query AF_BRIDGE neighTobias Jungel
2018-04-06neigh: support bridge entries for vxlan interfacesTobias Jungel
2018-04-06neigh: set correct AF for NDA_DSTTobias Jungel
2017-10-12route: neigh: print family in neigh dumpsRoopa Prabhu
2017-02-27route: neigh: use NDA_MASTER for neigh->n_master if availableRoopa Prabhu
2016-05-29neigh: add function to look up neighbour (fdb) by ifindex, mac and vlanJonas Johansson
2016-04-29neigh: support neighbour flag NTF_SELFJonas Johansson
2016-02-12lib: update ce-mask to uint64_tDavid Ahern
2015-12-07bridge: add support for VLANsDavid Ahern
2015-11-19link/neigh: add flags option to link and neighbor cachesDavid Ahern
2015-11-01neigh: add support for NTF_SELFDavid Ahern
2015-06-26neigh: accept "norarp" in rtnl_neigh_state2str()Thomas Haller
2015-06-26neigh: fix type for NUD_NOARP flag in trans_tblTobias Jungel
2015-03-23neigh: add support for NDA_VLAN nl attributeJonas Johansson
2014-07-27style: require comma after __ADD() macroThomas Haller
2013-04-02nl: Print file:line:func in debugging messages and provide --disable-debug to...Thomas Graf
2013-02-01neigh: Remove check for AF_UNSPEC in rtnl_neigh_get()Thomas Graf
2013-01-24Move private header files to <netlink-private/*>Thomas Graf
2012-11-16cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf
2012-11-15Add master support to rtnl_neigh for AF_BRIDGE objectsroopa
2012-11-15Add AF_BRIDGE support to neigh cacheroopa
2012-11-10Add hash support to neigh cacheroopa
2012-01-30add new function to provide neighbour event parsingBrett Ciphery
2011-06-15neigh: include ndm flags while building messageThomas Graf
2011-03-22Documentation updatesThomas Graf
2010-11-17constify struct trans_tblThomas Graf
2010-11-17Rename nl_get_hz() to nl_get_user_hz() to indicate it's not the in-kernel HZ ...Thomas Graf
2010-10-29Support neighbour flag NTF_USEThomas Graf
2010-10-20Remove NL_DUMP_ENV codeThomas Graf
2010-04-19neigh: fix id_attrs to include ifindexPatrick McHardy
2008-10-20Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf
2008-06-17Remove XML dumpingThomas Graf
2008-05-23Remove old line counting while dumpingThomas Graf
2008-05-22Remove change routine, works flawlessly via add() with NLM_F_REPLACEThomas Graf
2008-05-20Add rtnl_neigh_get_family()Thomas Graf
2008-05-15Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf
2008-05-15Fix memory leaks when sending of message failedThomas Graf
2008-05-15Rename struct nl_handle to struct nl_sockThomas Graf
2008-05-14Replace RTNL_LINK_NOT_FOUND with just 0Thomas Graf
2008-05-14Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf
2008-05-14Thread-safe error handlingThomas Graf
2008-04-29Big routing code rework (API/ABI BREAK!)Thomas Graf