summaryrefslogtreecommitdiffstats
path: root/zebra/if_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: use new per-NS interface iterationMark Stapp2024-10-281-24/+42
* Merge pull request #16737 from raja-rajasekar/rajasekarr/vlan_to_dplaneMark Stapp2024-10-151-93/+43
|\
| * zebra: vlan to dplane Offload from mainRajasekar Raja2024-09-271-33/+46
| * zebra: vlan to dplane, Relocating some functionsRajasekar Raja2024-09-251-64/+1
* | zebra: remove unused function from if_netlink.cDonna Sharp2024-10-071-206/+0
|/
* zebra: unlock if_table route_nodesMark Stapp2024-09-201-2/+6
* zebra: clean up one commentanlan_cs2024-05-021-1/+0
* zebra: fix speed set to UINT32_MAXPhilippe Guibert2024-01-291-3/+10
* zebra: Add ability to note that a address is NOPREFIXROUTEDonald Sharp2023-12-061-0/+3
* zebra: reduce number of switch statements with dplane opcodesMark Stapp2023-11-171-59/+4
* Merge pull request #14712 from yenlu-keith/teamd-es-idDonald Sharp2023-11-141-0/+2
|\
| * zebra: Support to listen teamd nlmsg as bond typeyenlu2023-11-091-0/+2
* | *: Remove netlink headers from lib/zebra.hDonald Sharp2023-11-071-0/+2
|/
* zebra: Prevent leaking ctx memory in err conditionRajasekar Raja2023-10-091-0/+1
* lib,zebra: add tx queuelen to interface structMark Stapp2023-09-011-0/+5
* zebra: Fix crashes in interface changeDonald Sharp2023-08-171-2/+6
* zebra: Use zebra dplane for RTM link and addrDonald Sharp2023-07-051-671/+181
* zebra: Add code to get/set interface to pass up from dplaneDonald Sharp2023-07-051-0/+1
* zebra: Remove duplicate function for netlink interface changesDonald Sharp2023-07-051-174/+22
* zebra: Remove unused add variableDonald Sharp2023-07-051-1/+1
* zebra: Move protodown_r_bit to a better spotDonald Sharp2023-07-051-37/+4
* zebra: Rename vrf_lookup_by_tableid to zebra_vrf_lookup..Donald Sharp2023-07-051-1/+2
* zebra: remove ZEBRA_IF_BOND_SLAVE interface typeIgor Ryzhov2023-05-211-6/+1
* zebra: Fix missing VRF flaganlan_cs2023-05-011-2/+0
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* | zebra: Add debug for bridge capabilityvivek2023-02-161-1/+17
* | zebra: clang-format style fixesStephen Worley2023-02-141-2/+2
* | zebra: state value never used SA fixStephen Worley2023-02-141-1/+0
* | zebra: handle STP state change for SVD per vlan IDStephen Worley2023-02-141-0/+232
* | zebra: fix for issues found during static analysisSharath Ramamurthy2023-02-141-0/+3
* | zebra: Bug fixes in fdb read for flooded traffic and remote fdb cleanup upon ...Sharath Ramamurthy2023-02-141-2/+4
* | zebra: single vxlan device vni handlingSharath Ramamurthy2023-02-141-0/+94
* | zebra: multiple vlan aware bridge datastructure changes and vxlan device ifty...Sharath Ramamurthy2023-02-141-8/+27
* | zebra: data structure changes for single vxlan deviceSharath Ramamurthy2023-02-141-2/+2
|/
* zebra: Add missing enums to switch statementsDonald Sharp2023-01-311-1/+51
* zebra: use real MTYPEs for various objectsMark Stapp2022-12-051-4/+4
* zebra: Allow tunneldump data to work properly on non-supported kernelsDonald Sharp2022-10-041-4/+18
* zebra: changes for code maintainabilitysri-mohan12022-09-151-2/+2
* zebra: correct one comment about ethtool ioctlanlan_cs2022-08-091-2/+2
* zebra: netlink rtm tunnel msg parsingChirag Shah2022-06-241-0/+66
* zebra: Add netlink_interface_addr tracepointDonald Sharp2022-04-201-0/+2
* zebra: Add netlink_request_intf_addr tracepointDonald Sharp2022-04-201-0/+3
* zebra: Add initial zebra tracepoint supportDonald Sharp2022-04-201-0/+3
* zebra: Fix use after deletion event in freebsdDonald Sharp2022-03-251-2/+2
* Merge pull request #10427 from sworleys/Protodown-Reason-UpstreamRuss White2022-03-161-49/+227
|\
| * zebra: cleanup protodown netlink logsStephen Worley2022-03-101-9/+21
| * zebra: use SET/UNSET/CHECK/COND in protodown codeStephen Worley2022-03-101-14/+12