summaryrefslogtreecommitdiffstats
path: root/lib/route/neigh.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf2008-10-201-2/+2
* Remove XML dumpingThomas Graf2008-06-171-55/+0
* Remove old line counting while dumpingThomas Graf2008-05-231-54/+43
* Remove change routine, works flawlessly via add() with NLM_F_REPLACEThomas Graf2008-05-221-65/+8
* Add rtnl_neigh_get_family()Thomas Graf2008-05-201-0/+5
* Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf2008-05-151-5/+0
* Fix memory leaks when sending of message failedThomas Graf2008-05-151-6/+9
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-20/+19
* Replace RTNL_LINK_NOT_FOUND with just 0Thomas Graf2008-05-141-4/+1
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-141-4/+8
* Thread-safe error handlingThomas Graf2008-05-141-59/+44
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-291-1/+1
* Fix memory leak when parsing netlink messages into cachesThomas Graf2007-12-171-1/+1
* Export interface to define cachesThomas Graf2007-09-171-2/+1
* Initial importThomas Graf2007-09-141-0/+1023