summaryrefslogtreecommitdiff
path: root/zebra/if_netlink.c
AgeCommit message (Expand)Author
2024-01-29zebra: fix speed set to UINT32_MAXPhilippe Guibert
2023-12-06zebra: Add ability to note that a address is NOPREFIXROUTEDonald Sharp
2023-11-17zebra: reduce number of switch statements with dplane opcodesMark Stapp
2023-11-14Merge pull request #14712 from yenlu-keith/teamd-es-idDonald Sharp
2023-11-09zebra: Support to listen teamd nlmsg as bond typeyenlu
2023-11-07*: Remove netlink headers from lib/zebra.hDonald Sharp
2023-10-09zebra: Prevent leaking ctx memory in err conditionRajasekar Raja
2023-09-01lib,zebra: add tx queuelen to interface structMark Stapp
2023-08-17zebra: Fix crashes in interface changeDonald Sharp
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-07-05zebra: Remove duplicate function for netlink interface changesDonald Sharp
2023-07-05zebra: Remove unused add variableDonald Sharp
2023-07-05zebra: Move protodown_r_bit to a better spotDonald Sharp
2023-07-05zebra: Rename vrf_lookup_by_tableid to zebra_vrf_lookup..Donald Sharp
2023-05-21zebra: remove ZEBRA_IF_BOND_SLAVE interface typeIgor Ryzhov
2023-05-01zebra: Fix missing VRF flaganlan_cs
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-16zebra: Add debug for bridge capabilityvivek
2023-02-13zebra: clang-format style fixesStephen Worley
2023-02-13zebra: state value never used SA fixStephen Worley
2023-02-13zebra: handle STP state change for SVD per vlan IDStephen Worley
2023-02-13zebra: fix for issues found during static analysisSharath Ramamurthy
2023-02-13zebra: Bug fixes in fdb read for flooded traffic and remote fdb cleanup upon ...Sharath Ramamurthy
2023-02-13zebra: single vxlan device vni handlingSharath Ramamurthy
2023-02-13zebra: multiple vlan aware bridge datastructure changes and vxlan device ifty...Sharath Ramamurthy
2023-02-13zebra: data structure changes for single vxlan deviceSharath Ramamurthy
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31zebra: Add missing enums to switch statementsDonald Sharp
2022-12-05zebra: use real MTYPEs for various objectsMark Stapp
2022-10-04zebra: Allow tunneldump data to work properly on non-supported kernelsDonald Sharp
2022-09-15zebra: changes for code maintainabilitysri-mohan1
2022-08-09zebra: correct one comment about ethtool ioctlanlan_cs
2022-06-24zebra: netlink rtm tunnel msg parsingChirag Shah
2022-04-20zebra: Add netlink_interface_addr tracepointDonald Sharp
2022-04-20zebra: Add netlink_request_intf_addr tracepointDonald Sharp
2022-04-20zebra: Add initial zebra tracepoint supportDonald Sharp
2022-03-24zebra: Fix use after deletion event in freebsdDonald Sharp
2022-03-15Merge pull request #10427 from sworleys/Protodown-Reason-UpstreamRuss White
2022-03-15Merge pull request #10580 from leonshaw/fix/link-nsDonald Sharp
2022-03-09zebra: cleanup protodown netlink logsStephen Worley
2022-03-09zebra: use SET/UNSET/CHECK/COND in protodown codeStephen Worley
2022-03-09zebra: make netlink protodown func more readableStephen Worley
2022-03-09zebra: evpn-mh bonds protodown check for setStephen Worley
2022-03-09zebra: only clear pd_reason on shutdown/sweepStephen Worley
2022-03-09zebra: remove old protodown dplane pathStephen Worley
2022-03-09zebra: use a macro for check protodownStephen Worley
2022-03-09zebra: clear protodown_rc on shutdown and sweepStephen Worley