summaryrefslogtreecommitdiff
path: root/zebra/kernel_socket.c
AgeCommit message (Expand)Author
2020-12-11Revert "zebra: When shutting down an interface immediately notify about rnh"Donald Sharp
2020-10-29zebra: Consolidate on 32 bits as the flag size for route flagsDonald Sharp
2020-10-05BSD: Add whitespace between declaration and codeRoy Marples
2020-10-04BSD: Detect route(4) overflowsRoy Marples
2020-09-22Merge pull request #7067 from donaldsharp/remove_solarisMark Stapp
2020-09-21*: Remove solaris from FRRDonald Sharp
2020-09-20zebra: Allow FreeBSD to set and delete addresses from an interfaceDonald Sharp
2020-08-28zebra: When shutting down an interface immediately notify about rnhDonald Sharp
2020-08-12lib, zebra: add support for sending ARP requestsJakub Urbańczyk
2020-08-10zebra: remove old kernel one-update-at-a-time apiJakub Urbańczyk
2020-08-10zebra: prepare dplane for batchingJakub Urbańczyk
2020-07-14*: un-split strings across linesDavid Lamparter
2020-03-24*: remove line breaks from log messagesDavid Lamparter
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-02-04zebra: Use shorthand operator in ifm_read()Donatas Abraitis
2019-10-25zebra: Use nexthop object id on route deleteStephen Worley
2019-10-25zebra: Update rib_add to take a nexthop IDStephen Worley
2019-10-09*: Cleanup interface creation apisStephen Worley
2019-09-03*: frr_elevate_privs -> frr_with_privsDavid Lamparter
2019-06-23Revert "Ospf missing interface handling 2"Donald Sharp
2019-06-12*: change if_lookup_by_name() api with vrfPhilippe Guibert
2019-06-11lib, ospfd, pimd, zebra: change if_create() api with vrfPhilippe Guibert
2019-06-11ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrfPhilippe Guibert
2019-05-29zebra: fix maybe-uninitialized pointerQuentin Young
2019-05-29zebra: fix unused variable on OmniOSQuentin Young
2019-05-06zebra: Be consistent in how we call rib_add( and rib_delete( with tableidDonald Sharp
2019-04-03lib, pbrd, zebra: Fix size_t type printf warnings on obscure platformsDonald Sharp
2019-04-02zebra: conditionalize RTM_RESOLVE flagMark Stapp
2019-03-14*: remove trailing newlines from zlog messagesQuentin Young
2019-01-31zebra: Move the master thread handler to the zrouter structureDonald Sharp
2019-01-25zebra: set connected route metric based on the devaddr metricAnuradha Karuppiah
2019-01-22zebra: use rta_getattr for NETMASKRafael Zalamena
2019-01-22zebra: fix routing socket AF_LINK handling on NETMASKRafael Zalamena
2019-01-21zebra: make routing socket debug user friendlierRafael Zalamena
2019-01-21zebra: fix debug messages in ifam_read_mesgRafael Zalamena
2019-01-08zebra: fix another FreeBSD warning messageRafael Zalamena
2019-01-08zebra: fix FreeBSD warning on fresh OS bootRafael Zalamena
2019-01-08zebra: implement FreeBSD route attr handlingRafael Zalamena
2018-12-21zebra: fix compilation on OpenBSDRafael Zalamena
2018-12-13Merge pull request #3467 from donaldsharp/kernel_socket_cleanupRuss White
2018-12-12lib, zebra: Remove ZEBRA_FLAG_STATICDonald Sharp
2018-12-12zebra: Make v4 and v6 code paths for rib_XXX calls in kernel_socket the sameDonald Sharp
2018-12-12zebra: Remove rib_lookup_ipv4_routeDonald Sharp
2018-12-05zebra: refactor route socket message handlingRafael Zalamena
2018-12-05zebra: always define ROUNDUP and ROUND_TYPERafael Zalamena
2018-11-21zebra: add dataplane routing socketMark Stapp
2018-11-21zebra: separate netlink socket for dataplaneMark Stapp
2018-10-31Merge pull request #2705 from opensourcerouting/northbound-yang-v2Donald Sharp
2018-10-28Merge pull request #2946 from mjstapp/dplane_2Donald Sharp
2018-10-27lib: retrofit interface commands to the new northbound modelRenato Westphal