summaryrefslogtreecommitdiffstats
path: root/zebra/kernel_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* Merge pull request #3508 from chiragshah6/evpn_dev2Russ White2019-01-231-1/+0
|\
| * zebra: netlink_request consolidataionChirag Shah2018-12-311-1/+0
* | zebra: replace zlog_err with flog_errRafael Zalamena2018-12-291-1/+2
* | zebra: remove duplicated codeRafael Zalamena2018-12-261-8/+0
|/
* zebra: separate netlink socket for dataplaneMark Stapp2018-11-211-14/+51
* zebra: rebase dataplane, align with masterMark Stapp2018-10-251-3/+1
* zebra: netlink fuzzing path correctionMark Stapp2018-10-251-1/+7
* zebra: resolve style issues in dplane commitMark Stapp2018-10-251-1/+1
* zebra: start dataplane layer workMark Stapp2018-10-251-10/+33
* zebra: netlink socket check (Coverity 1472236)F. Aragon2018-10-031-1/+0
* zebra: Start abstraction of zebra_dplane_info for context passingMark Stapp2018-09-201-7/+14
* zebra: Print out netlink message type instead of numberDonald Sharp2018-09-141-2/+3
* *: style for EC replacementsQuentin Young2018-09-131-16/+14
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-9/+9
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-8/+8
* zebra: flog_warn conversionQuentin Young2018-09-061-6/+9
* zebra: Add support for static encap mpls labelsStephen Worley2018-08-251-0/+12
* zebra: fix warnings from frr_elevate_privs()David Lamparter2018-08-141-2/+2
* *: use frr_elevate_privs() (2/2: manual)David Lamparter2018-08-141-42/+26
* *: use frr_elevate_privs() (1/2: coccinelle)David Lamparter2018-08-141-14/+9
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-24/+25
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-26/+26
* zebra, lib: error references for zebraQuentin Young2018-08-141-38/+56
* bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGESDonald Sharp2018-08-141-8/+11
* zebra: socket fd check (Coverity 1472236)F. Aragon2018-08-031-0/+1
* Merge pull request #2696 from sworleys/Netlink-FuzzRuss White2018-07-291-0/+99
|\
| * Style, don't initialize netlink_read flagStephen Worley2018-07-261-1/+1
| * zebra: Make fuzzer code use default netlink socketStephen Worley2018-07-261-11/+4
| * Refactor code for new fuzzing netlink flagStephen Worley2018-07-241-19/+9
| * Style for Add code for fuzzing netlinkStephen Worley2018-07-231-1/+2
| * zebra: Add code for fuzzing netlinkStephen Worley2018-07-211-0/+115
* | zebra: Check for netlink message next faultStephen Worley2018-07-261-1/+1
|/
* zebra: Remove need for ACK for netlink messagesDonald Sharp2018-07-131-5/+6
* zebra: Listen to error codes from netlink_socketDonald Sharp2018-07-131-19/+24
* zebra, libs: use const prefix ptrs in apisMark Stapp2018-07-111-4/+4
* isisd zebra: dead code (Clang scan)F. Aragon2018-06-291-1/+0
* zebra: Log how we got to this failure.Donald Sharp2018-06-251-0/+1
* zebra: Add extended Ack error parsing to FRRDonald Sharp2018-06-211-7/+110
* Merge pull request #2283 from donaldsharp/ignore_some_moreRuss White2018-05-271-66/+129
|\
| * zebra: Fix RULE notification netlink messagesDonald Sharp2018-05-241-5/+18
| * zebra: Remove unnecessary function parameterDonald Sharp2018-05-241-19/+15
| * zebra: Move where we check for non-kernel netlink messagesDonald Sharp2018-05-241-6/+11
| * zebra: Ignore most netlink notifications from ourselvesDonald Sharp2018-05-241-39/+88
* | tools, zebra: Use different protocol value for our staticsDonald Sharp2018-05-261-0/+1
|/
* zebra: Increase recvmsg buffer size for picking up netlink messagesvivek2018-05-091-1/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-12/+13