summaryrefslogtreecommitdiff
path: root/zebra/kernel_netlink.c
AgeCommit message (Expand)Author
2023-01-23zebra: use typesafe lib lists in zebra dplaneMark Stapp
2022-11-22zebra: traffic control state managementSiger Yang
2022-09-08zebra: fix broken evpnanlan_cs
2022-08-11zebra: add tc netlink and dplane opsSiger Yang
2022-08-08zebra: Add a `mpls enable` interface node commandDonald Sharp
2022-07-21zebra: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-06-30zebra: Realign SOL_NETLINK to warn when FRR does not have itDonald Sharp
2022-06-30zebra: Correct implication of SOL_NETLINK NETLINK_ADD_MEMBERSHIP usageDonald Sharp
2022-06-24zebra: netlink rtm tunnel msg parsingChirag Shah
2022-05-31zebra: add error check condition to sock optionChirag Shah
2022-05-19Merge pull request #11216 from chiragshah6/fdev2Sri Mohana Singamsetty
2022-05-18zebra: Fix newline in log messageDonald Sharp
2022-05-18zebra: netlink registry rtm tunnel notifChirag Shah
2022-05-16zebra: new netlink parse utility for rtaChirag Shah
2022-03-25zebra: Note when the netlink DUMP command is interruptedDonald Sharp
2022-03-09zebra: add command for setting protodown bitStephen Worley
2022-03-09zebra: add support for protodown reason codeStephen Worley
2022-02-27zebra: Allow *BSD to specify a receive buffer sizeDonald Sharp
2022-02-25zebra: use dataplane to read interface NETCONF infoMark Stapp
2022-02-25zebra: add dplane type for NETCONF dataMark Stapp
2022-02-25zebra: add xxxNETCONF messages to the netlink BPF filterMark Stapp
2022-02-25zebra: Start of work to get data about mpls from kernelDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-16Merge pull request #10561 from mjstapp/nlsock_hash_lockJafar Al-Gharaibeh
2022-02-14zebra: Fix spelling mistakeDonald Sharp
2022-02-11zebra: make netlink object hash threadsafeMark Stapp
2022-02-08zebra: Make netlink buffer reads resizeable when neededDonald Sharp
2022-02-08zebra: Remove `struct nlsock` from dataplane information and use `int fd`Donald Sharp
2022-02-08zebra: Store the sequence number to use as part of the dp_infoDonald Sharp
2022-02-04Merge pull request #9926 from donaldsharp/update_issuesJafar Al-Gharaibeh
2022-02-04zebra: Fix v6 route replace failure turned into successDonald Sharp
2022-02-04zebra: When we get an implicit or ack or full failure mark statusDonald Sharp
2022-02-01zebra: reduce incoming netlink messages for dplane threadMark Stapp
2022-01-17zebra: remove netlink buffer size log messageDavid Lamparter
2021-10-04zebra: Use a bool for startup indicationsDonald Sharp
2021-09-14zebra: use the dataplane to read netlink intf addr changesMark Stapp
2021-09-14zebra: add new dplane op codes for interface addr eventsMark Stapp
2021-09-14zebra: use uint32_t instead of __u32Mark Stapp
2021-09-14zebra: add inbound netlink socket for dataplaneMark Stapp
2021-08-17zebra: RTM_GETNEIGH messages may be used by nhrpPhilippe Guibert
2021-07-08zebra: Add nl_attr_put8 so we can put uint8_t in netlink messagesDonald Sharp
2021-05-11zebra: memset the `struct rtattr *tb[SIZE]` in setting functionDonald Sharp
2021-04-30zebra: new dplane action to set gre link interfacePhilippe Guibert
2021-04-09zebra: move neighbor table configuration to dplane contextsPhilippe Guibert
2021-04-09zebra, lib: handle NEIGH_ADD/DELETE to zebra dataplane frameworkPhilippe Guibert
2021-03-22zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-03-10zebra: move ipset and ipset_entry to zebra dplane contextsPhilippe Guibert
2021-03-04zebra: move iptable handling in zebra_dplanePhilippe Guibert
2021-02-14*: remove tabs & newlines from log messagesDavid Lamparter