summaryrefslogtreecommitdiff
path: root/zebra/kernel_socket.c
AgeCommit message (Expand)Author
2024-09-26zebra: vlan to dplane Offload from mainRajasekar Raja
2024-08-16zebra: fix loading kernel routs without netlinkKristof Provost
2024-01-09lib: remove net/route.h it is not usedDonald Sharp
2023-12-14zebra: Add code to set SRv6 encap source addr in dplaneCarmine Scarpitta
2023-11-21*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp
2023-11-07*: Remove APPLE #defines from buildDonald Sharp
2023-08-22zebra: Make main routing table (RT_TABLE_MAIN) configurableMartin Pels
2023-07-05zebra: Use zebra dplane for RTM link and addrDonald Sharp
2023-07-05zebra: Add code to get/set interface to pass up from dplaneDonald Sharp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31zebra: Add missing enums to switch statementsDonald Sharp
2023-01-23zebra: use typesafe lib lists in zebra dplaneMark Stapp
2022-11-22zebra: traffic control state managementSiger Yang
2022-09-23Merge pull request #11997 from sri-mohan1/sri-zebra-dbg1Donatas Abraitis
2022-09-23zebra: changes for code maintainabilitysri-mohan1
2022-08-17zebra: No need for a rib_delete before a rib_addDonald Sharp
2022-08-11zebra: add empty placeholders for tc via BSD socketSiger Yang
2022-08-08zebra: Add a `mpls enable` interface node commandDonald Sharp
2022-07-01zebra: handle FreeBSD routing socket ENOBUFSRafael Zalamena
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