summaryrefslogtreecommitdiff
path: root/zebra/kernel_socket.c
AgeCommit message (Expand)Author
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
2018-10-25*: spelchekDavid Lamparter
2018-10-25zebra: update routing socket pathMark Stapp
2018-09-13*: style for EC replacementsQuentin Young
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-09-13zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young
2018-09-06zebra: flog_warn conversionQuentin Young
2018-08-14*: use frr_elevate_privs() (2/2: manual)David Lamparter
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14zebra: add missing includeQuentin Young
2018-08-14zebra, lib: error references for zebraQuentin Young
2018-08-14bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGESDonald Sharp
2018-07-29lib, zebra: Allow protocols to use Distance as part of RR semanticsDonald Sharp
2018-05-12Merge pull request #2124 from donaldsharp/missedRuss White
2018-05-01zebra: Fix crash on *BSDDonald Sharp