summaryrefslogtreecommitdiff
path: root/zebra/kernel_socket.c
AgeCommit message (Expand)Author
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-03-25Merge pull request #10867 from donaldsharp/ifp_use_after_freeDavid Lamparter
2022-03-24zebra: Fix use after deletion event in freebsdDonald Sharp
2022-03-24zebra: When handling unprocessed messages from kernel print usable stringDonald Sharp
2022-03-09zebra: add boilerplate protodown updates for *bsdStephen Worley
2022-02-28Merge pull request #10672 from donaldsharp/bsd_zebra_graceful_restart_cleanupJafar Al-Gharaibeh
2022-02-28zebra: Get zebra graceful restart working when restarting on *BSDDonald Sharp
2022-02-27zebra: Allow *BSD to specify a receive buffer sizeDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-11zebra: make netlink object hash threadsafeMark Stapp
2022-02-07zebra: Fix ships in the night issueDonald Sharp
2021-11-11*: Cleanup some documentation from quagga->frrDonald Sharp
2021-10-19lib: allow to create interfaces in non-existing VRFsIgor Ryzhov
2021-09-14zebra: use the dataplane to read netlink intf addr changesMark Stapp
2021-09-14zebra: replace sockunion2str in kernel_socket.cMark Stapp
2021-07-20zebra: Mark some bsd interface prefixes as SECONDARYDonald Sharp
2021-07-01*: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis
2021-07-01*: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLENDonatas Abraitis
2021-03-22zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter
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