summaryrefslogtreecommitdiff
path: root/lib/route/neigh.c
Commit message (Expand)AuthorAgeFilesLines
* 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-101-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-221-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-151-0/+1023