| Commit message (Expand) | Author | Age | Files | Lines |
* | zebra, bgpd: Fixup MULTIPATH_NUM usage to not consider 0 | Donald Sharp | 2016-02-26 | 1 | -1/+1 |
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-02-26 | 1 | -1/+1 |
* | lib, zebra: unify link layer type and hardware address handling | Timo Teräs | 2016-02-26 | 1 | -1/+64 |
* | zebra: remove metric from kernel | Timo Teräs | 2016-02-26 | 1 | -29/+11 |
* | zebra: use link scope for interface routes | Timo Teräs | 2016-02-26 | 1 | -1/+5 |
* | zebra: atomic FIB updates | Timo Teräs | 2016-02-26 | 1 | -22/+18 |
* | zebra: implement per-route mtu handling | Timo Teräs | 2015-12-08 | 1 | -6/+51 |
* | zebra: rib->nexthop_num is double incremented | Donald Sharp | 2015-09-24 | 1 | -2/+0 |
* | Fix _netlink_route_debug message | Kaloyan Kovachev | 2015-07-29 | 1 | -0/+1 |
* | zebra, lib/memtypes.c: the netlink sockets work per VRF | Feng Lu | 2015-06-03 | 1 | -95/+124 |
* | zebra: let FIB stand for its respective VRF | Feng Lu | 2015-06-02 | 1 | -8/+14 |
* | zebra: use prefix2str for logging where possible | Timo Teräs | 2015-06-01 | 1 | -23/+12 |
* | zebra: remove unused netlink_route()/kernel_rtm_ipv6() | David Lamparter | 2015-04-21 | 1 | -74/+0 |
* | zebra: remove kernel_delete_ipv6_old() | David Lamparter | 2015-02-14 | 1 | -9/+0 |
* | Fix most compiler warnings in default GCC build. | Paul Jakma | 2014-09-23 | 1 | -4/+4 |
* | zebra: fix rtnh_len in the rt_netlink messages for multipath case | Lu Feng | 2014-09-15 | 1 | -1/+2 |
* | zebra: fix struct msghdr initializers | Timo Teräs | 2014-08-18 | 1 | -4/+20 |
* | *: nuke ^L (page feed) | David Lamparter | 2014-06-04 | 1 | -1/+1 |
* | zebra: raise the privileges before calling socket() | Michal Sekletar | 2014-05-27 | 1 | -6/+6 |
* | zebra: set metric for directly connected routes via netlink to 0 | Brett Ciphery | 2014-04-01 | 1 | -3/+3 |
* | zebra: implement NEXTHOP_FLAG_ONLINK | Christian Franke | 2013-09-19 | 1 | -1/+8 |
* | zebra: rework recursive route resolution | Christian Franke | 2013-09-19 | 1 | -297/+251 |
* | zebra: process information about new addresses (BZ#486) | Christian Franke | 2013-09-19 | 1 | -2/+5 |
* | zebra: use SO_RCVBUFFORCE for netlink socket | Ulrich Weber | 2013-02-23 | 1 | -1/+13 |
* | zebra: extern/extract some functions from rt_netlink.c | Avneesh Sachdev | 2012-11-30 | 1 | -22/+26 |
* | *: use array_size() helper macro | Balaji.G | 2012-10-25 | 1 | -1/+1 |
* | zebra: no need to clear memory of the netlink buffers | Jorge Boncompte [DTI2] | 2012-05-02 | 1 | -3/+3 |
* | zebra: use larger buffer (4096) for netlink messages | JR Rivers | 2012-04-16 | 1 | -10/+12 |
* | Merge quagga mainline into the google ISIS code. | Avneesh Sachdev | 2012-04-11 | 1 | -14/+11 |
|\ |
|
| * | zebra: IPv6 MP-BGP Routes addition and deletion | G.Balaji | 2012-01-23 | 1 | -3/+3 |
| * | zebra: IPv4 MP-BGP Routes addition and deletion | G.Balaji | 2012-01-23 | 1 | -3/+3 |
| * | fix set never used warnings | Stephen Hemminger | 2011-12-18 | 1 | -5/+1 |
| * | zebra: fix loss of metric for Linux routes | Dmitry Popov | 2011-09-27 | 1 | -2/+8 |
* | | zebra: read multipath routes and hw addr from netlink | Josh Bailey | 2012-04-07 | 1 | -28/+160 |
|/ |
|
* | [zebra] linux policy routing support with ipv6 | Mathieu Goessens | 2009-06-23 | 1 | -2/+2 |
* | [zebra] MTU is unsigned | Stephen Hemminger | 2009-06-18 | 1 | -1/+1 |
* | [zebra:linux] netlink: no need to change privs for receive | Stephen Hemminger | 2008-08-22 | 1 | -12/+3 |
* | [zebra:linux] netlink: quiet harmless errors | Stephen Hemminger | 2008-08-22 | 1 | -21/+20 |
* | [zebra:linux] netlink buffer size tweaking only needed on receive socket | Stephen Hemminger | 2008-08-22 | 1 | -43/+43 |
* | [zebra:linux] clean up blocking setting of netlink sockets | Stephen Hemminger | 2008-08-22 | 1 | -91/+6 |
* | [zebra:linux] Filter out unwanted netlink messages by PID | Stephen Hemminger | 2008-08-22 | 1 | -46/+27 |
* | [lib] mes_lookup string lookup table argument should be marked const | Stephen Hemminger | 2008-08-22 | 1 | -2/+2 |
* | [zebra] mark some rt_netlink functions static | Stephen Hemminger | 2008-08-22 | 1 | -19/+18 |
* | [zebra:netlink] Set proto/scope on all route update messages | Timo Teräs | 2008-08-22 | 1 | -6/+4 |
* | [zebra/linux] Use BPF to filter out responses, to try avoid netlink overruns | Paul Jakma | 2008-05-29 | 1 | -1/+54 |
* | Use the proper field length for the peer's address (netlink_interface_addr) | vize | 2007-08-10 | 1 | -5/+1 |
* | [zebra] Routemap support on received routes, with 'set src' command (linux) | Paul Jakma | 2007-05-02 | 1 | -13/+71 |
* | [PtP over ethernet] New peer flag allows much more addressing flexibility | Andrew J. Schorr | 2006-12-12 | 1 | -33/+21 |
* | [zebra] Fix CID #104, check addr for null, and #18, check nexthop type args | Paul Jakma | 2006-07-02 | 1 | -0/+7 |
* | [zebra] Record NEWADDR metric on PF_ROUTE, print CACHEINFO debug on netlink | paul | 2006-01-17 | 1 | -0/+7 |