Age | Commit message (Expand) | Author |
2009-06-19 | [cleanup] convert bzero() deprecated by POSIX to memset() | Jeremy Jackson |
2009-06-18 | [daemons/cleanup] Remove disabled log_mode argument support. | Jeremy Jackson |
2009-06-18 | [zebra/cleanup] make message table read only | Stephen Hemminger |
2009-06-18 | [zebra] Remove unused structure element | Stephen Hemminger |
2009-06-18 | [zebra] Force rib_update when connected route deleted | Stephen Hemminger |
2009-06-18 | [cleanup] Use correct buffer size for inet_ntop() | Stephen Hemminger |
2009-06-18 | [zebra] Only announce connected routes if link is detected | Stephen Hemminger |
2009-06-18 | [zebra] MTU is unsigned | Stephen Hemminger |
2009-06-18 | [zebra] remove incorrect debug message | Stephen Hemminger |
2009-06-18 | [zebra] Cleanup meta-queue code | Stephen Hemminger |
2009-06-18 | [zebra] netlink interface minor cleanup | Stephen Hemminger |
2009-06-18 | [zebra] Fix vyatta bug 2814: Add "show ip route summary" command. | Stig Thormodsrud |
2009-06-12 | [cleanup] Make command nodes static | Stephen Hemminger |
2009-06-12 | [cleanup] functions taking no args should be declared with void args | Stephen Hemminger |
2009-06-12 | [cleanup] Convert XMALLOC/memset to XCALLOC | Stephen Hemminger |
2009-06-02 | [snmp] Compiler warning fixes for when "--enable-snmp" is configured. | Chris Caputo |
2008-09-01 | Merge commit 'remotes/jocke/ospf_neighbour'; commit 'remotes/jocke/snmp_cross... | Paul Jakma |
2008-08-26 | test | Paul Jakma |
2008-08-25 | Make --enable-snmp cross compile and make libcrypto optional with --without-c... | Joakim Tjernlund |
2008-08-22 | [administrivia] Update gitignore files | Paul Jakma |
2008-08-22 | [administrivia] Git should ignore backup files and .loT files | Paul Jakma |
2008-08-22 | [trivia] Remove ChangeLog files, as this data is now maintained in SCM | Paul Jakma |
2008-08-22 | [zebra] trivial: fix spelling mistake | Stephen Hemminger |
2008-08-22 | [zebra] trivia: static qualifiers for metaq | Stephen Hemminger |
2008-08-22 | [zebra] make some data local | Stephen Hemminger |
2008-08-22 | [zebra] ignore dead routes in RIB update | 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 | [warnings] Fix various SOS warnings | Paul Jakma |
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-08-22 | [build] Test for GNU-style PIE support in toolchain and enable | Paul P Komkoff Jr |
2008-08-22 | [administrivia] Add .gitignore files, based on .cvsignores. | Paul Jakma |
2008-07-01 | [zebra] Make BSD link-state deal more gracefully with GIFMEDIA ioctl error | Paul Jakma |
2008-06-02 | + initial edition of meta-queue for RIB updates processing (bug #431) | Denis Ovsienko |
2008-05-29 | [daemons] Sanity check port number arguments before use | Paul Jakma |
2008-05-29 | [zebra/linux] Use BPF to filter out responses, to try avoid netlink overruns | Paul Jakma |
2008-02-26 | + fix bug#326 by rib_lookup_and_pushup() | Denis Ovsienko |
2008-01-11 | [link-detect] Improve BSD support. | Andrew J. Schorr |
2008-01-10 | [link-detect] Try to get BSD link-detect to work properly. | Andrew J. Schorr |
2008-01-08 | [link-detect] Static interface routes should behave properly with link-detect. | Andrew J. Schorr |
2007-11-12 | + fixed bug #418 (changing address on an existing interface doesn't cause exi... | Denis Ovsienko |
2007-10-24 | + fix the bug reported by Milan Kocian (IPv6 route handling was broken by the... | Denis Ovsienko |
2007-10-04 | + rib_process() speedup for multi-nexthop route nodes | Denis Ovsienko |
2007-10-03 | + Minor bugfix: IPv6 prefixes were logged incorrectly in RIB debugging calls.... | Denis Ovsienko |
2007-09-14 | + sayonara old_pid! | Denis Ovsienko |