summaryrefslogtreecommitdiffstats
path: root/zebra/if_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: use real MTYPEs for various objectsMark Stapp2022-12-051-4/+4
* zebra: Allow tunneldump data to work properly on non-supported kernelsDonald Sharp2022-10-041-4/+18
* zebra: changes for code maintainabilitysri-mohan12022-09-151-2/+2
* zebra: correct one comment about ethtool ioctlanlan_cs2022-08-091-2/+2
* zebra: netlink rtm tunnel msg parsingChirag Shah2022-06-241-0/+66
* zebra: Add netlink_interface_addr tracepointDonald Sharp2022-04-201-0/+2
* zebra: Add netlink_request_intf_addr tracepointDonald Sharp2022-04-201-0/+3
* zebra: Add initial zebra tracepoint supportDonald Sharp2022-04-201-0/+3
* zebra: Fix use after deletion event in freebsdDonald Sharp2022-03-251-2/+2
* Merge pull request #10427 from sworleys/Protodown-Reason-UpstreamRuss White2022-03-161-49/+227
|\
| * zebra: cleanup protodown netlink logsStephen Worley2022-03-101-9/+21
| * zebra: use SET/UNSET/CHECK/COND in protodown codeStephen Worley2022-03-101-14/+12
| * zebra: make netlink protodown func more readableStephen Worley2022-03-101-2/+2
| * zebra: evpn-mh bonds protodown check for setStephen Worley2022-03-101-0/+7
| * zebra: only clear pd_reason on shutdown/sweepStephen Worley2022-03-101-9/+13
| * zebra: remove old protodown dplane pathStephen Worley2022-03-101-42/+0
| * zebra: use a macro for check protodownStephen Worley2022-03-101-2/+2
| * zebra: clear protodown_rc on shutdown and sweepStephen Worley2022-03-101-47/+90
| * zebra: add command for setting protodown bitStephen Worley2022-03-091-0/+30
| * zebra: add support for protodown reason codeStephen Worley2022-03-091-3/+129
* | Merge pull request #10580 from leonshaw/fix/link-nsDonald Sharp2022-03-151-2/+2
|\ \ | |/ |/|
| * zebra: Lookup linked interface in link netnsXiao Liang2022-02-281-2/+2
* | zebra: Prevent installation of connected multiple timesDonald Sharp2022-03-031-2/+3
* | zebra: protodown-up event trigger interface upChirag Shah2022-03-031-1/+1
* | zebra: handle protodown netlink for vxlan deviceChirag Shah2022-03-031-11/+16
|/
* zebra: use dataplane to read interface NETCONF infoMark Stapp2022-02-251-4/+0
* zebra: Start of work to get data about mpls from kernelDonald Sharp2022-02-251-0/+6
* zebra: fix vrf deletionIgor Ryzhov2022-01-231-6/+10
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-7/+6
* lib: allow to create interfaces in non-existing VRFsIgor Ryzhov2021-10-191-10/+2
* Merge pull request #9655 from yyuanam/first_commitJafar Al-Gharaibeh2021-10-121-5/+16
|\
| * Zebra: Ignore the failure of startup intf lookup.Yuan Yuan2021-10-061-5/+16
* | lib: set type for newly created interfacesIgor Ryzhov2021-10-081-0/+4
* | zebra: Use a bool for startup indicationsDonald Sharp2021-10-051-6/+6
* | zebra: On interface startup note that we are in startupDonald Sharp2021-10-041-1/+1
* | Merge pull request #9650 from mjstapp/fix_dup_lookup_netlinkSri Mohana Singamsetty2021-09-231-10/+0
|\ \ | |/ |/|
| * zebra: stop asking for AF_BRIDGE interface info twiceMark Stapp2021-09-211-10/+0
* | Merge pull request #9416 from pguibert6WIND/vxlan_evpn_updatesSri Mohana Singamsetty2021-09-211-10/+27
|\ \
| * | zebra: refresh vxlan evpn contexts, when bridge interface goes upPhilippe Guibert2021-09-171-0/+3
| * | zebra: handle bridge mac address update in evpn contextsPhilippe Guibert2021-09-171-10/+24
| |/
* | zebra: intf address handler is platform-neutralMark Stapp2021-09-141-108/+0
* | zebra: add interface address apis for dplaneMark Stapp2021-09-141-1/+317
|/
* zebra: Convert to `enum zebra_slave_iftype` as per our internal standardDonald Sharp2021-09-021-3/+3
* zebra: Convert to `enum zebra_iftype` as per our internal standardDonald Sharp2021-09-021-4/+4
* zebra: interface name must be a valid stringMark Stapp2021-08-131-0/+8
* zebra: trigger remove all access vlans for access portgord_chen2021-07-201-14/+18
* zebra: Consolidate on 1 function netlink_parse_rattr_nestedDonald Sharp2021-05-121-13/+13
* zebra: memset the `struct rtattr *tb[SIZE]` in setting functionDonald Sharp2021-05-121-12/+1
* Merge pull request #8237 from pguibert6WIND/nhrp_use_zebra_2Mark Stapp2021-05-051-0/+145
|\
| * zebra: collect gre information and push it when neededPhilippe Guibert2021-04-301-1/+31