summaryrefslogtreecommitdiffstats
path: root/zebra/rt_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* zebra, bgpd: Fixup MULTIPATH_NUM usage to not consider 0Donald Sharp2016-02-261-1/+1
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-261-1/+1
* lib, zebra: unify link layer type and hardware address handlingTimo Teräs2016-02-261-1/+64
* zebra: remove metric from kernelTimo Teräs2016-02-261-29/+11
* zebra: use link scope for interface routesTimo Teräs2016-02-261-1/+5
* zebra: atomic FIB updatesTimo Teräs2016-02-261-22/+18
* zebra: implement per-route mtu handlingTimo Teräs2015-12-081-6/+51
* zebra: rib->nexthop_num is double incrementedDonald Sharp2015-09-241-2/+0
* Fix _netlink_route_debug messageKaloyan Kovachev2015-07-291-0/+1
* zebra, lib/memtypes.c: the netlink sockets work per VRFFeng Lu2015-06-031-95/+124
* zebra: let FIB stand for its respective VRFFeng Lu2015-06-021-8/+14
* zebra: use prefix2str for logging where possibleTimo Teräs2015-06-011-23/+12
* zebra: remove unused netlink_route()/kernel_rtm_ipv6()David Lamparter2015-04-211-74/+0
* zebra: remove kernel_delete_ipv6_old()David Lamparter2015-02-141-9/+0
* Fix most compiler warnings in default GCC build.Paul Jakma2014-09-231-4/+4
* zebra: fix rtnh_len in the rt_netlink messages for multipath caseLu Feng2014-09-151-1/+2
* zebra: fix struct msghdr initializersTimo Teräs2014-08-181-4/+20
* *: nuke ^L (page feed)David Lamparter2014-06-041-1/+1
* zebra: raise the privileges before calling socket()Michal Sekletar2014-05-271-6/+6
* zebra: set metric for directly connected routes via netlink to 0Brett Ciphery2014-04-011-3/+3
* zebra: implement NEXTHOP_FLAG_ONLINKChristian Franke2013-09-191-1/+8
* zebra: rework recursive route resolutionChristian Franke2013-09-191-297/+251
* zebra: process information about new addresses (BZ#486)Christian Franke2013-09-191-2/+5
* zebra: use SO_RCVBUFFORCE for netlink socketUlrich Weber2013-02-231-1/+13
* zebra: extern/extract some functions from rt_netlink.cAvneesh Sachdev2012-11-301-22/+26
* *: use array_size() helper macroBalaji.G2012-10-251-1/+1
* zebra: no need to clear memory of the netlink buffersJorge Boncompte [DTI2]2012-05-021-3/+3
* zebra: use larger buffer (4096) for netlink messagesJR Rivers2012-04-161-10/+12
* Merge quagga mainline into the google ISIS code.Avneesh Sachdev2012-04-111-14/+11
|\
| * zebra: IPv6 MP-BGP Routes addition and deletionG.Balaji2012-01-231-3/+3
| * zebra: IPv4 MP-BGP Routes addition and deletionG.Balaji2012-01-231-3/+3
| * fix set never used warningsStephen Hemminger2011-12-181-5/+1
| * zebra: fix loss of metric for Linux routesDmitry Popov2011-09-271-2/+8
* | zebra: read multipath routes and hw addr from netlinkJosh Bailey2012-04-071-28/+160
|/
* [zebra] linux policy routing support with ipv6Mathieu Goessens2009-06-231-2/+2
* [zebra] MTU is unsignedStephen Hemminger2009-06-181-1/+1
* [zebra:linux] netlink: no need to change privs for receiveStephen Hemminger2008-08-221-12/+3
* [zebra:linux] netlink: quiet harmless errorsStephen Hemminger2008-08-221-21/+20
* [zebra:linux] netlink buffer size tweaking only needed on receive socketStephen Hemminger2008-08-221-43/+43
* [zebra:linux] clean up blocking setting of netlink socketsStephen Hemminger2008-08-221-91/+6
* [zebra:linux] Filter out unwanted netlink messages by PIDStephen Hemminger2008-08-221-46/+27
* [lib] mes_lookup string lookup table argument should be marked constStephen Hemminger2008-08-221-2/+2
* [zebra] mark some rt_netlink functions staticStephen Hemminger2008-08-221-19/+18
* [zebra:netlink] Set proto/scope on all route update messagesTimo Teräs2008-08-221-6/+4
* [zebra/linux] Use BPF to filter out responses, to try avoid netlink overrunsPaul Jakma2008-05-291-1/+54
* Use the proper field length for the peer's address (netlink_interface_addr)vize2007-08-101-5/+1
* [zebra] Routemap support on received routes, with 'set src' command (linux)Paul Jakma2007-05-021-13/+71
* [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-121-33/+21
* [zebra] Fix CID #104, check addr for null, and #18, check nexthop type argsPaul Jakma2006-07-021-0/+7
* [zebra] Record NEWADDR metric on PF_ROUTE, print CACHEINFO debug on netlinkpaul2006-01-171-0/+7