summaryrefslogtreecommitdiffstats
path: root/zebra/kernel_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* zebra: debug messages go under conditionalsMark Stapp2021-01-261-8/+13
* Merge pull request #7723 from AnuradhaKaruppiah/fdb-ext-attrsPatrick Ruddy2021-01-191-0/+13
|\
| * zebra: move from NDA_NOTIFY to NDA_FDB_EXT_ATTRSNikolay Aleksandrov2020-12-111-0/+13
* | Merge pull request #7162 from opensourcerouting/zebra-human-netlinkStephen Worley2020-12-141-0/+8
|\ \ | |/ |/|
| * zebra: human readable netlink dumpsRafael Zalamena2020-09-241-0/+8
* | zebra: dplane APIs for programming evpn-mh access port attributesAnuradha Karuppiah2020-10-261-0/+1
* | Merge pull request #7382 from sworleys/Fix-Msg-BuffMark Stapp2020-10-241-1/+1
|\ \
| * | zebra: fix unitialized msg header reading at startupStephen Worley2020-10-231-1/+1
* | | *: unify thread/event cancel macrosMark Stapp2020-10-231-1/+1
|/ /
* / zebra: Don't ignore setsockopt returnDonald Sharp2020-09-241-0/+3
|/
* zebra: increase netlink receive buffer sizeJakub Urbańczyk2020-09-011-1/+13
* Merge pull request #7017 from xThaid/netlink_fixMark Stapp2020-08-281-15/+11
|\
| * zebra: fix netlink batchingJakub Urbańczyk2020-08-271-15/+11
* | zebra: remove fuzzing stuffJakub Urbańczyk2020-08-251-104/+0
|/
* lib, zebra: add support for sending ARP requestsJakub Urbańczyk2020-08-121-0/+1
* tests: zebra netlink testcasesJakub Urbańczyk2020-08-101-14/+63
* zebra: design changes in netlink batching codeJakub Urbańczyk2020-08-101-93/+94
* zebra: remove old kernel one-update-at-a-time apiJakub Urbańczyk2020-08-101-5/+0
* zebra: netlink message batchingJakub Urbańczyk2020-08-101-5/+99
* zebra: add netlink message batching infrastructureJakub Urbańczyk2020-08-101-0/+250
* zebra: prepare dplane for batchingJakub Urbańczyk2020-08-101-0/+10
* zebra: cosmetic changes in the netlink codeJakub Urbańczyk2020-07-131-15/+13
* zebra: netlink cleanupJakub Urbańczyk2020-07-081-208/+210
* zebra: clean up netlink apiJakub Urbańczyk2020-06-131-44/+28
* zebra: Modify netlink_request to statisfy coverityDonald Sharp2020-04-151-2/+3
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-13/+13
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-3/+2
* zebra: Actually add the NLA_F_NESTED flag to our codeDonald Sharp2020-01-101-0/+2
* Merge pull request #5628 from donaldsharp/rtm_getneighRuss White2020-01-071-0/+12
|\
| * zebra: Ignore RTM_GETNEIGH messages from the linux kernelDonald Sharp2020-01-041-0/+12
* | zebra: fix undefined bitshifts in netlink stuffQuentin Young2020-01-041-4/+4
|/
* zebra: Don't error on nexthop object support checkStephen Worley2019-10-251-9/+14
* zebra: Add functionality to parse RTM_NEWNEXTHOP and RTM_DELNEXTHOP messagesStephen Worley2019-10-251-6/+2
* zebra: Add base functionality for nexthop messages in kernel_netlinkStephen Worley2019-10-251-0/+11
* zebra: Add RTNLGRP_NEXTHOP group to the kernel socketStephen Worley2019-10-251-1/+2
* *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-6/+6
* Merge pull request #4546 from donaldsharp/better_debugsRuss White2019-06-181-1/+11
|\
| * zebra: Increase debugs to understand why we rejected a kernel routeDonald Sharp2019-06-181-1/+11
* | zebra: Fuzzing code has gotten a bit out of dateDonald Sharp2019-06-151-0/+1
|/
* *: Convert to using frr_vtydir instead of DAEMON_VTY_DIRDonald Sharp2019-06-041-2/+1
* zebra: Fix extended ack error message parsingStephen Worley2019-03-261-20/+26
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-1/+1
* zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-3/+4