| Commit message (Expand) | Author | Files | Lines |
2016-06-08 | lib: fix "reduce strcmp in CLI" fallout (10bac801) | David Lamparter | 2 | -33/+19 |
2016-06-08 | bgpd: speed up "no-hit" withdraws for routeservers | David Lamparter | 3 | -4/+26 |
2016-06-08 | ospfd: Remove the blocking of opaque LSAs origination & flooding 'optimisation' | Paul Jakma | 6 | -248/+6 |
2016-06-08 | lib/cli: reduce strcmp in CLI hot paths | David Lamparter | 2 | -135/+174 |
2016-06-08 | lib: constify sockunion api | Timo Teräs | 2 | -16/+16 |
2016-06-08 | zebra: fix build with rtadv disabled | Timo Teräs | 1 | -1/+0 |
2016-06-08 | build: determine CFLAGS more intelligently | David Lamparter | 3 | -48/+63 |
2016-06-08 | vtysh: drop unused variables & RETSIGTYPE | David Lamparter | 2 | -9/+2 |
2016-06-08 | vtysh: fix function prototypes | David Lamparter | 6 | -67/+21 |
2016-06-08 | ospf6d: use existing union, avoid strict-aliasing | David Lamparter | 1 | -4/+3 |
2016-06-08 | lib, vtysh: reduce unneccessary C extension usage | David Lamparter | 2 | -2/+5 |
2016-06-08 | lib: use const consistently for zserv path | David Lamparter | 2 | -3/+3 |
2016-06-08 | pimd: Fix register message checksum | Donald Sharp | 1 | -1/+1 |
2016-06-03 | pimd: Rehookup the redistribution code | Donald Sharp | 1 | -0/+10 |
2016-06-03 | zebra: Fix last sent command to protocol | Donald Sharp | 1 | -1/+1 |
2016-06-07 | pimd: Make pim_pkt_dump use standard lib functions | Donald Sharp | 1 | -18/+3 |
2016-06-07 | bgpd: Fix Missing capability codes in data structure | Donald Sharp | 1 | -0/+4 |
2016-06-07 | zebra: clean up misc_null pragmas | David Lamparter | 1 | -0/+6 |
2016-06-07 | zebra: Cleanup missed cherry-pick | Donald Sharp | 2 | -423/+0 |
2016-06-07 | zebra: remove unused netlink_route()/kernel_rtm_ipv6() | David Lamparter | 1 | -61/+0 |
2016-06-07 | isisd: fix size_t confusions | David Lamparter | 1 | -5/+3 |
2016-06-07 | isisd: assorted fixes (unused variables, static) | David Lamparter | 1 | -2/+2 |
2016-06-07 | isisd: don't use POSIX reserved y1/yn names | David Lamparter | 1 | -12/+12 |
2016-06-07 | *: add/cleanup initialisers | David Lamparter | 3 | -4/+3 |
2016-06-07 | *: add missing includes | David Lamparter | 5 | -0/+7 |
2016-06-07 | *: fix signedness mix-ups | David Lamparter | 6 | -12/+13 |
2016-06-07 | bgpd, lib, vtysh: hook up bgp VPNv6 CLI node | vivek | 6 | -4/+168 |
2016-06-07 | bgpd: wire up VPNv6 protocol processing | Lou Berger | 8 | -16/+92 |
2016-06-07 | bgpd: handle AS4 and EOI route distinguishers | Lou Berger | 2 | -23/+59 |
2016-06-07 | bgpd: make _vpnv4 static handling SAFI-agnostic | Lou Berger | 3 | -55/+184 |
2016-06-06 | lib: add "show commandtree" CLI command | Lou Berger | 1 | -0/+35 |
2016-06-06 | lib: fix bookkeeping for libreadline malloc()s | Lou Berger | 3 | -17/+31 |
2016-06-06 | bgpd: Fix graceful restart capability minsize | Lou Berger | 1 | -1/+1 |
2016-06-06 | lib, bgpd: Fixup afi_t to be an enum and cleanup zebra.h | Donald Sharp | 4 | -37/+32 |
2016-06-06 | bgpd: bgp_scan shouldn't queue up route_nodes with no routes for processing | Paul Jakma | 1 | -0/+24 |
2016-06-06 | bgpd: Update error subcode for OPEN message | vivek | 1 | -1/+1 |
2016-06-06 | bgpd: Check capability falls on right multiple of size, where possible. | Paul Jakma | 1 | -0/+30 |
2016-06-06 | bgpd: update rtt on soft clear | Timo Teräs | 1 | -0/+3 |
2016-06-06 | pimd: Allow (*,G) igmp joins to work. | Donald Sharp | 1 | -4/+10 |
2016-06-06 | bgpd: check rtt later after the real peer is known | Timo Teräs | 1 | -1/+1 |
2016-06-06 | bgpd: Make bgp_info_cmp robust to paths that do not have su_remote info | Timo Teräs | 1 | -0/+6 |
2016-06-06 | bgpd: Compile fix for clearing-completion FSM fix, using workqueue helper. | Paul Jakma | 1 | -1/+1 |
2016-06-06 | zebra: simplify redistribution code | Timo Teräs | 1 | -34/+16 |
2016-06-06 | pimd: igmp_add_group_by_addr remove unneeded parameter | Donald Sharp | 3 | -15/+12 |
2016-06-06 | pimd: Remove unnecessary parameter | Donald Sharp | 2 | -24/+19 |
2016-06-06 | pimd: Remove dead code. | Donald Sharp | 1 | -17/+0 |
2016-06-06 | bgpd: allow using rtt in route-map's set metric | Timo Teräs | 4 | -12/+52 |
2016-06-06 | bgpd: refactor route-map objects modifying integer values | Timo Teräs | 1 | -192/+111 |
2016-06-05 | lib, bgpd: Fixup some more compile errors due to warnings | Donald Sharp | 3 | -3/+3 |
2016-05-30 | *: use void * for printing pointers | David Lamparter | 17 | -79/+98 |