summaryrefslogtreecommitdiffstats
path: root/zebra/kernel_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* zebra: add command for setting protodown bitStephen Worley2022-03-091-0/+4
* zebra: add support for protodown reason codeStephen Worley2022-03-091-0/+6
* zebra: Allow *BSD to specify a receive buffer sizeDonald Sharp2022-02-271-10/+8
* zebra: use dataplane to read interface NETCONF infoMark Stapp2022-02-251-8/+8
* zebra: add dplane type for NETCONF dataMark Stapp2022-02-251-0/+1
* zebra: add xxxNETCONF messages to the netlink BPF filterMark Stapp2022-02-251-10/+25
* zebra: Start of work to get data about mpls from kernelDonald Sharp2022-02-251-1/+10
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-3/+1
* Merge pull request #10561 from mjstapp/nlsock_hash_lockJafar Al-Gharaibeh2022-02-161-44/+81
|\
| * zebra: make netlink object hash threadsafeMark Stapp2022-02-111-44/+81
* | zebra: Fix spelling mistakeDonald Sharp2022-02-141-1/+1
|/
* zebra: Make netlink buffer reads resizeable when neededDonald Sharp2022-02-081-27/+41
* zebra: Remove `struct nlsock` from dataplane information and use `int fd`Donald Sharp2022-02-081-10/+62
* zebra: Store the sequence number to use as part of the dp_infoDonald Sharp2022-02-081-7/+7
* Merge pull request #9926 from donaldsharp/update_issuesJafar Al-Gharaibeh2022-02-051-10/+55
|\
| * zebra: Fix v6 route replace failure turned into successDonald Sharp2022-02-041-9/+37
| * zebra: When we get an implicit or ack or full failure mark statusDonald Sharp2022-02-041-1/+18
* | zebra: reduce incoming netlink messages for dplane threadMark Stapp2022-02-011-2/+7
|/
* zebra: remove netlink buffer size log messageDavid Lamparter2022-01-171-3/+0
* zebra: Use a bool for startup indicationsDonald Sharp2021-10-051-5/+5
* zebra: use the dataplane to read netlink intf addr changesMark Stapp2021-09-141-17/+60
* zebra: add new dplane op codes for interface addr eventsMark Stapp2021-09-141-0/+2
* zebra: use uint32_t instead of __u32Mark Stapp2021-09-141-1/+1
* zebra: add inbound netlink socket for dataplaneMark Stapp2021-09-141-18/+50
* zebra: RTM_GETNEIGH messages may be used by nhrpPhilippe Guibert2021-08-171-13/+1
* zebra: Add nl_attr_put8 so we can put uint8_t in netlink messagesDonald Sharp2021-07-081-0/+6
* zebra: memset the `struct rtattr *tb[SIZE]` in setting functionDonald Sharp2021-05-121-0/+2
* zebra: new dplane action to set gre link interfacePhilippe Guibert2021-04-301-0/+3
* zebra: move neighbor table configuration to dplane contextsPhilippe Guibert2021-04-091-0/+1
* zebra, lib: handle NEIGH_ADD/DELETE to zebra dataplane frameworkPhilippe Guibert2021-04-091-0/+2
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* zebra: move ipset and ipset_entry to zebra dplane contextsPhilippe Guibert2021-03-101-0/+4
* zebra: move iptable handling in zebra_dplanePhilippe Guibert2021-03-041-0/+4
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-2/+2