aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ipneigh.c
AgeCommit message (Expand)Author
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-05-22ip: use rtnl_send_check() on flush commands, closes 6962Denys Vlasenko
2018-02-08ip: fix crash in "ip neigh show"Denys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-14libiproute: make rt_addr_n2a() and format_host() return auto stringsDenys Vlasenko
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko
2015-10-14networking: add 'ip neigh' commandCurt Brune