summaryrefslogtreecommitdiffstats
path: root/zebra/kernel_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Fix wrong pthread event cancellingDonald Sharp2024-10-251-1/+1
* zebra: drop NEWLINK event handling in the main threadanlan_cs2024-10-221-4/+2
* zebra: vlan to dplane Offload from mainRajasekar Raja2024-09-271-6/+9
* zebra: Remove nl_addraw_lDonald Sharp2024-09-191-15/+0
* zebra: Ensure proper decoding of netlink messageDonald Sharp2024-04-301-2/+18
* *: zebra.h should not have fcntl.hDonald Sharp2024-01-091-0/+1
* zebra: Fetch actual SRv6 encap src addr on startupCarmine Scarpitta2023-12-141-1/+1
* zebra: Add code to set SRv6 encap source addr in dplaneCarmine Scarpitta2023-12-141-0/+3
* zebra: Add function to resolve Generic Netlink familyCarmine Scarpitta2023-12-141-0/+3
* zebra: Add Generic Netlink socketCarmine Scarpitta2023-12-141-3/+61
* zebra: Abstract the `netlink_socket()` APICarmine Scarpitta2023-12-141-7/+12
* zebra: More memory free up on shutdownDonald Sharp2023-11-131-1/+4
* *: Remove netlink headers from lib/zebra.hDonald Sharp2023-11-071-0/+3
* Merge pull request #14580 from donaldsharp/chain_ignoremobash-rasool2023-10-131-37/+42
|\
| * zebra: Cleanup string generation via clangDonald Sharp2023-10-121-40/+42
| * zebra: Add RTM_XXXCHAIN to string outputsDonald Sharp2023-10-121-0/+3
* | zebra: add RTM_xxxCHAIN message codes, ignoreMark Stapp2023-10-121-0/+6
|/
* zebra: Remove unused functionalityDonald Sharp2023-07-211-52/+0
* zebra: Lookup up nlsock * one time in call treeDonald Sharp2023-07-101-5/+2
* zebra: Use zebra dplane for RTM link and addrDonald Sharp2023-07-051-13/+7
* zebra: Add code to get/set interface to pass up from dplaneDonald Sharp2023-07-051-0/+1
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-2/+2
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-4/+4
* *: Rename `struct thread` to `struct event`Donald 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: ignore GETVLAN errors at startupStephen Worley2023-02-141-1/+2
* | zebra: log if RTNLGRP_BRVLAN register failsStephen Worley2023-02-141-0/+4
* | zebra: handle STP state change for SVD per vlan IDStephen Worley2023-02-141-0/+7
* | zebra: subscribe to bridge vlan netlink messagesStephen Worley2023-02-141-1/+14
* | zebra: encode vni label via lwt encapStephen Worley2023-02-141-0/+6
|/
* zebra: use typesafe lib lists in zebra dplaneMark Stapp2023-01-231-8/+9
* zebra: traffic control state managementSiger Yang2022-11-221-13/+30
* zebra: fix broken evpnanlan_cs2022-09-081-6/+12
* zebra: add tc netlink and dplane opsSiger Yang2022-08-101-0/+15
* zebra: Add a `mpls enable` interface node commandDonald Sharp2022-08-081-1/+3
* zebra: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-1/+1
* zebra: Realign SOL_NETLINK to warn when FRR does not have itDonald Sharp2022-06-301-2/+7
* zebra: Correct implication of SOL_NETLINK NETLINK_ADD_MEMBERSHIP usageDonald Sharp2022-06-301-13/+32
* zebra: netlink rtm tunnel msg parsingChirag Shah2022-06-241-1/+6
* zebra: add error check condition to sock optionChirag Shah2022-05-311-3/+10
* Merge pull request #11216 from chiragshah6/fdev2Sri Mohana Singamsetty2022-05-191-6/+14
|\
| * zebra: netlink registry rtm tunnel notifChirag Shah2022-05-181-6/+14
* | zebra: Fix newline in log messageDonald Sharp2022-05-181-1/+1
* | zebra: new netlink parse utility for rtaChirag Shah2022-05-161-0/+67
|/
* zebra: Note when the netlink DUMP command is interruptedDonald Sharp2022-03-261-0/+12