Age | Commit message (Expand) | Author |
2013-09-19 | zebra: process information about new addresses (BZ#486) | Christian Franke |
2013-02-23 | zebra: use SO_RCVBUFFORCE for netlink socket | Ulrich Weber |
2012-11-30 | zebra: extern/extract some functions from rt_netlink.c | Avneesh Sachdev |
2012-10-25 | *: use array_size() helper macro | Balaji.G |
2012-05-02 | zebra: no need to clear memory of the netlink buffers | Jorge Boncompte [DTI2] |
2012-04-16 | zebra: use larger buffer (4096) for netlink messages | JR Rivers |
2012-04-11 | Merge quagga mainline into the google ISIS code. | Avneesh Sachdev |
2012-04-07 | zebra: read multipath routes and hw addr from netlink | Josh Bailey |
2012-01-23 | zebra: IPv6 MP-BGP Routes addition and deletion | G.Balaji |
2012-01-23 | zebra: IPv4 MP-BGP Routes addition and deletion | G.Balaji |
2011-12-18 | fix set never used warnings | Stephen Hemminger |
2011-09-27 | zebra: fix loss of metric for Linux routes | Dmitry Popov |
2009-06-23 | [zebra] linux policy routing support with ipv6 | Mathieu Goessens |
2009-06-18 | [zebra] MTU is unsigned | Stephen Hemminger |
2008-08-22 | [zebra:linux] netlink: no need to change privs for receive | Stephen Hemminger |
2008-08-22 | [zebra:linux] netlink: quiet harmless errors | Stephen Hemminger |
2008-08-22 | [zebra:linux] netlink buffer size tweaking only needed on receive socket | Stephen Hemminger |
2008-08-22 | [zebra:linux] clean up blocking setting of netlink sockets | Stephen Hemminger |
2008-08-22 | [zebra:linux] Filter out unwanted netlink messages by PID | Stephen Hemminger |
2008-08-22 | [lib] mes_lookup string lookup table argument should be marked const | Stephen Hemminger |
2008-08-22 | [zebra] mark some rt_netlink functions static | Stephen Hemminger |
2008-08-22 | [zebra:netlink] Set proto/scope on all route update messages | Timo Teräs |
2008-05-29 | [zebra/linux] Use BPF to filter out responses, to try avoid netlink overruns | Paul Jakma |
2007-08-10 | Use the proper field length for the peer's address (netlink_interface_addr) | vize |
2007-05-02 | [zebra] Routemap support on received routes, with 'set src' command (linux) | Paul Jakma |
2006-12-12 | [PtP over ethernet] New peer flag allows much more addressing flexibility | Andrew J. Schorr |
2006-07-02 | [zebra] Fix CID #104, check addr for null, and #18, check nexthop type args | Paul Jakma |
2006-01-17 | [zebra] Record NEWADDR metric on PF_ROUTE, print CACHEINFO debug on netlink | paul |
2005-11-23 | [zebra] fix some small compile errors, mark several functions static | paul |
2005-11-03 | 2005-11-03 Paul Jakma <paul.jakma@sun.com> | paul |
2005-10-01 | 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs |
2005-08-27 | * zebra_rib.c, rib.h: Add distance and metric arguments to the | hasso |
2005-06-12 | * rt_netlink.c: Remove unused netlink-addr socket declaration. | hasso |
2005-04-09 | * rt_netlink.c: One tiny missing comma caused pointless debug messages | hasso |
2005-04-09 | * rt_netlink.c (netlink_parse_info): Fix warning. It's safe to cast | hasso |
2005-04-02 | 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs |
2005-03-31 | * rt_netlink.c (netlink_talk_filter): Show always warning message, | hasso |
2005-03-29 | 2005-03-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs |
2005-03-12 | 2005-03-12 Paul Jakma <paul@dishone.st> | paul |
2005-02-20 | * rt_netlink.c: Don't show messages "ignoring message type 0x001[89]" | hasso |
2005-02-14 | 2005-02-14 Paul Jakma <paul@dishone.st> | paul |
2005-01-29 | 2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs |
2005-01-24 | 2005-01-24 Martin Pot <mpot at martybugs.net> | paul |
2004-12-07 | 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs |
2004-11-20 | 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs |
2004-10-19 | OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd, | hasso |
2004-10-07 | Fix warnings. Didn't even look at files not compiled in Linux though. | hasso |
2004-09-26 | Compiler warnings fixes. | hasso |
2004-08-31 | Commit my hack (yes, I still call it hack) - command line switch for zebra | hasso |
2004-08-06 | Remove pointless privilege lower call. Thanks to Cougar for noticing. | hasso |