summaryrefslogtreecommitdiffstats
path: root/zebra/kernel_socket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Add missing enums to switch statementsDonald Sharp2023-01-311-1/+2
* zebra: use typesafe lib lists in zebra dplaneMark Stapp2023-01-231-4/+4
* zebra: traffic control state managementSiger Yang2022-11-221-3/+8
* Merge pull request #11997 from sri-mohan1/sri-zebra-dbg1Donatas Abraitis2022-09-231-4/+3
|\
| * zebra: changes for code maintainabilitysri-mohan12022-09-231-4/+3
* | zebra: No need for a rib_delete before a rib_addDonald Sharp2022-08-171-8/+0
|/
* zebra: add empty placeholders for tc via BSD socketSiger Yang2022-08-101-0/+6
* zebra: Add a `mpls enable` interface node commandDonald Sharp2022-08-081-3/+21
* zebra: handle FreeBSD routing socket ENOBUFSRafael Zalamena2022-07-011-0/+11
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-1/+1
* Merge pull request #10867 from donaldsharp/ifp_use_after_freeDavid Lamparter2022-03-251-12/+15
|\
| * zebra: Fix use after deletion event in freebsdDonald Sharp2022-03-251-12/+15
* | zebra: When handling unprocessed messages from kernel print usable stringDonald Sharp2022-03-251-1/+7
|/
* zebra: add boilerplate protodown updates for *bsdStephen Worley2022-03-101-0/+6
* Merge pull request #10672 from donaldsharp/bsd_zebra_graceful_restart_cleanupJafar Al-Gharaibeh2022-02-281-7/+12
|\
| * zebra: Get zebra graceful restart working when restarting on *BSDDonald Sharp2022-02-281-7/+12
* | zebra: Allow *BSD to specify a receive buffer sizeDonald Sharp2022-02-271-0/+20
|/
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-5/+4
* zebra: make netlink object hash threadsafeMark Stapp2022-02-111-0/+14
* zebra: Fix ships in the night issueDonald Sharp2022-02-071-1/+1
* *: Cleanup some documentation from quagga->frrDonald Sharp2021-11-111-1/+1
* lib: allow to create interfaces in non-existing VRFsIgor Ryzhov2021-10-191-2/+4
* zebra: use the dataplane to read netlink intf addr changesMark Stapp2021-09-141-0/+8
* zebra: replace sockunion2str in kernel_socket.cMark Stapp2021-09-141-11/+5
* zebra: Mark some bsd interface prefixes as SECONDARYDonald Sharp2021-07-201-3/+9
* *: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis2021-07-011-1/+1
* *: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLENDonatas Abraitis2021-07-011-1/+1
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* Revert "zebra: When shutting down an interface immediately notify about rnh"Donald Sharp2020-12-121-2/+2
* zebra: Consolidate on 32 bits as the flag size for route flagsDonald Sharp2020-10-291-1/+1
* BSD: Add whitespace between declaration and codeRoy Marples2020-10-051-0/+1
* BSD: Detect route(4) overflowsRoy Marples2020-10-041-2/+24
* Merge pull request #7067 from donaldsharp/remove_solarisMark Stapp2020-09-221-35/+0
|\
| * *: Remove solaris from FRRDonald Sharp2020-09-211-35/+0
* | zebra: Allow FreeBSD to set and delete addresses from an interfaceDonald Sharp2020-09-211-2/+8
|/
* zebra: When shutting down an interface immediately notify about rnhDonald Sharp2020-08-281-2/+2
* lib, zebra: add support for sending ARP requestsJakub Urbańczyk2020-08-121-0/+1
* zebra: remove old kernel one-update-at-a-time apiJakub Urbańczyk2020-08-101-5/+89
* zebra: prepare dplane for batchingJakub Urbańczyk2020-08-101-0/+10
* *: un-split strings across linesDavid Lamparter2020-07-141-7/+3
* *: remove line breaks from log messagesDavid Lamparter2020-03-241-1/+1
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-1/+1
* zebra: Use shorthand operator in ifm_read()Donatas Abraitis2020-02-041-1/+1
* zebra: Use nexthop object id on route deleteStephen Worley2019-10-251-4/+4
* zebra: Update rib_add to take a nexthop IDStephen Worley2019-10-251-1/+2
* *: Cleanup interface creation apisStephen Worley2019-10-101-1/+1
* *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-1/+1
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-5/+3
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-1/+1
* lib, ospfd, pimd, zebra: change if_create() api with vrfPhilippe Guibert2019-06-111-1/+2