summaryrefslogtreecommitdiffstats
path: root/zebra/kernel_socket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Mark some bsd interface prefixes as SECONDARYDonald Sharp2021-07-201-3/+9
* *: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis2021-07-011-1/+1
* *: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLENDonatas Abraitis2021-07-011-1/+1
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* Revert "zebra: When shutting down an interface immediately notify about rnh"Donald Sharp2020-12-121-2/+2
* zebra: Consolidate on 32 bits as the flag size for route flagsDonald Sharp2020-10-291-1/+1
* BSD: Add whitespace between declaration and codeRoy Marples2020-10-051-0/+1
* BSD: Detect route(4) overflowsRoy Marples2020-10-041-2/+24
* Merge pull request #7067 from donaldsharp/remove_solarisMark Stapp2020-09-221-35/+0
|\
| * *: Remove solaris from FRRDonald Sharp2020-09-211-35/+0
* | zebra: Allow FreeBSD to set and delete addresses from an interfaceDonald Sharp2020-09-211-2/+8
|/
* zebra: When shutting down an interface immediately notify about rnhDonald Sharp2020-08-281-2/+2
* lib, zebra: add support for sending ARP requestsJakub Urbańczyk2020-08-121-0/+1
* zebra: remove old kernel one-update-at-a-time apiJakub Urbańczyk2020-08-101-5/+89
* zebra: prepare dplane for batchingJakub Urbańczyk2020-08-101-0/+10
* *: un-split strings across linesDavid Lamparter2020-07-141-7/+3
* *: remove line breaks from log messagesDavid Lamparter2020-03-241-1/+1
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-1/+1
* zebra: Use shorthand operator in ifm_read()Donatas Abraitis2020-02-041-1/+1
* zebra: Use nexthop object id on route deleteStephen Worley2019-10-251-4/+4
* zebra: Update rib_add to take a nexthop IDStephen Worley2019-10-251-1/+2
* *: Cleanup interface creation apisStephen Worley2019-10-101-1/+1
* *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-1/+1
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-5/+3
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-1/+1
* lib, ospfd, pimd, zebra: change if_create() api with vrfPhilippe Guibert2019-06-111-1/+2
* ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrfPhilippe Guibert2019-06-111-1/+2
* zebra: fix maybe-uninitialized pointerQuentin Young2019-05-291-1/+1
* zebra: fix unused variable on OmniOSQuentin Young2019-05-291-1/+2
* zebra: Be consistent in how we call rib_add( and rib_delete( with tableidDonald Sharp2019-05-061-3/+5
* lib, pbrd, zebra: Fix size_t type printf warnings on obscure platformsDonald Sharp2019-04-031-4/+6
* zebra: conditionalize RTM_RESOLVE flagMark Stapp2019-04-021-0/+2
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-1/+1
* zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-3/+3
* zebra: set connected route metric based on the devaddr metricAnuradha Karuppiah2019-01-251-2/+4
* zebra: use rta_getattr for NETMASKRafael Zalamena2019-01-221-1/+1
* zebra: fix routing socket AF_LINK handling on NETMASKRafael Zalamena2019-01-221-1/+1
* zebra: make routing socket debug user friendlierRafael Zalamena2019-01-211-10/+99
* zebra: fix debug messages in ifam_read_mesgRafael Zalamena2019-01-211-11/+11
* zebra: fix another FreeBSD warning messageRafael Zalamena2019-01-081-1/+1
* zebra: fix FreeBSD warning on fresh OS bootRafael Zalamena2019-01-081-0/+12
* zebra: implement FreeBSD route attr handlingRafael Zalamena2019-01-081-3/+18
* zebra: fix compilation on OpenBSDRafael Zalamena2018-12-211-0/+2
* Merge pull request #3467 from donaldsharp/kernel_socket_cleanupRuss White2018-12-131-156/+28
|\
| * zebra: Make v4 and v6 code paths for rib_XXX calls in kernel_socket the sameDonald Sharp2018-12-121-43/+22
| * zebra: Remove rib_lookup_ipv4_routeDonald Sharp2018-12-121-113/+6
* | lib, zebra: Remove ZEBRA_FLAG_STATICDonald Sharp2018-12-121-4/+0
|/
* zebra: refactor route socket message handlingRafael Zalamena2018-12-051-103/+143
* zebra: always define ROUNDUP and ROUND_TYPERafael Zalamena2018-12-051-13/+11
* zebra: add dataplane routing socketMark Stapp2018-11-211-2/+16