Age | Commit message (Expand) | Author |
2013-09-19 | zebra: add ZEBRA_IFC_QUEUED to keep track of kernel state | Christian Franke |
2013-07-30 | lib: unconditionally include stddef.h | David Lamparter |
2013-04-09 | lib/vty: register vtysh socket in server socket vector (BZ#754) | Christian Franke |
2013-04-09 | build: reference libcap from libzebra (BZ#393,626) | David Lamparter |
2013-04-09 | build: fix minimal mixup in gitinfo suffix | David Lamparter |
2013-02-24 | hash: dynamically grow hash table | Stephen Hemminger |
2013-02-24 | hash: force size to be a power of 2 | Stephen Hemminger |
2013-01-16 | zebra: fix sockaddr_dl length assumptions (BZ#737) | David Lamparter |
2013-01-15 | build: Fix build on MacOSX 10.8 (Mountain Lion) | Hasso Tepper |
2013-01-15 | bgpd: improve logging of invalid BGP Notifications | Leonid Rosenboim |
2013-01-11 | lib: remove ALL_LIST_ELEMENTS dead code branch | David Lamparter |
2013-01-11 | build: Fix build for systems with no /bin/true | Hasso Tepper |
2013-01-11 | Merge remote-tracking branch 'savannah/sf/ospfd' | David Lamparter |
2013-01-07 | lib: Changes to VTY string-parsing macros to remove warnings | Andrew Certain |
2012-12-13 | build: fix dist tarball | David Lamparter |
2012-12-12 | build: include git info | David Lamparter |
2012-11-30 | lib: bring in sys/queue.h from FreeBSD tree | Avneesh Sachdev |
2012-11-30 | zebra: add iterator for walking all tables in RIB | Avneesh Sachdev |
2012-11-30 | zebra: add way to determine VRF/AFI/SAFI of table | Avneesh Sachdev |
2012-11-30 | zebra: add structure to hold per-prefix state in RIB | Avneesh Sachdev |
2012-11-05 | lib: Implement monotonically increasing clock for Darwin. | Hasso Tepper |
2012-11-01 | lib: treat OSX as BSD for IP_HDRINCL (BZ#739) | Doug VanLeuven |
2012-10-25 | *: use array_size() helper macro | Balaji.G |
2012-10-25 | lib: add array_size() helper | David Lamparter |
2012-10-25 | lib: improve sanity checks in stream_set_endp() | Avneesh Sachdev |
2012-10-25 | lib: improve fletcher checksum validation | JR Rivers |
2012-09-26 | lib/table: add route_table_get_next() and iterator | Avneesh Sachdev |
2012-09-26 | lib: prepare table code for reuse by bgp_table | Avneesh Sachdev |
2012-09-26 | lib: bring some changes over from bgp_table to table | Avneesh Sachdev |
2012-07-19 | lib: make IPv6 prefix parser slightly more strict | David Lamparter |
2012-06-25 | snmp: let handlers accept OID from a lesser prefix | Vincent Bernat |
2012-06-25 | agentx: handle SNMP traps | Vincent Bernat |
2012-06-25 | smux: drop findVar element from trap object struct | Vincent Bernat |
2012-06-25 | smux: remove `tick` argument from smux_trap() | Vincent Bernat |
2012-06-25 | agentx: add AgentX support to Quagga. | Vincent Bernat |
2012-06-25 | smux: isolate SMUX implementation from SNMP implementation | Vincent Bernat |
2012-06-25 | build: use net-snmp-config to configure NetSNMP | Vincent Bernat |
2012-06-25 | build: only define HAVE_SNMP | Vincent Bernat |
2012-06-25 | build: allow configure and build in a separate directory | Vincent Bernat |
2012-06-14 | lib: Add back sockunion_str2su | Paul Jakma |
2012-05-22 | lib: do not allocate/free thread funcnames | Jorge Boncompte [DTI2] |
2012-05-22 | lib: micro-op for thread_get() | Jorge Boncompte [DTI2] |
2012-05-22 | lib: remove RUSAGE_T from struct thread | Jorge Boncompte [DTI2] |
2012-05-22 | micro-op bgp_node_[get|lookup]() and route_node_[get|lookup]() | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: optimize bgp_nexthop_self() | Jorge Boncompte [DTI2] |
2012-05-21 | lib: fix thread_cancel_event() | Jorge Boncompte [DTI2] |
2012-05-21 | lib: drop heuristic IPv6 address recognition | Roman Hoog Antink |
2012-05-02 | lib: remove sockunion related unused definitions | Jorge Boncompte [DTI2] |
2012-05-02 | lib, zebra: extend use of sockunion2ip macro | Jorge Boncompte [DTI2] |
2012-05-02 | bgpd: Fix memory leak of some "show ip bgp neighbor" commands | Jorge Boncompte [DTI2] |