summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ospfd: Remove the blocking of opaque LSAs origination & flooding 'optimisation'Paul Jakma2015-05-056-245/+6
* ospfd: Make ospf_passive_interface_update calls friendly to static analysisPaul Jakma2015-05-051-7/+19
* lib/cli: reduce strcmp in CLI hot pathsDavid Lamparter2015-05-052-136/+174
* lib: constify sockunion apiTimo Teräs2015-05-052-18/+18
* zebra: fix rtadv check for non-glibc linuxTimo Teräs2015-05-051-1/+1
* zebra: fix build with rtadv disabledTimo Teräs2015-05-051-1/+2
* isisd: fix crash on processing own p2p helloAmritha Nambiar2015-05-051-0/+11
* HACKING: Use space char for indentation.Paul Jakma2015-04-271-17/+6
* HACKING: Fix spelling mistakesPaul Jakma2015-04-271-10/+10
* gdb: Add a directory of files with gdb macrosPaul Jakma2015-04-262-0/+432
* Merge branch 'volatile/fix_warnings'David Lamparter2015-04-23109-742/+554
|\
| * *: assorted warning fixesDavid Lamparter2015-04-212-2/+3
| * zebra: fix NetBSD interface stats printfDavid Lamparter2015-04-211-18/+23
| * *: fix more initialisers (for BSD)David Lamparter2015-04-213-5/+5
| * tests: fix warningsDavid Lamparter2015-04-2113-48/+53
| * zebra: silence zebra_serv_un unused warningDavid Lamparter2015-04-211-1/+2
| * pimd: fix out of tree buildDavid Lamparter2015-04-211-1/+1
| * build: add --enable-werrorDavid Lamparter2015-04-2115-11/+21
| * build: determine CFLAGS more intelligentlyDavid Lamparter2015-04-211-47/+59
| * bgpd: drop unused static variableDavid Lamparter2015-04-211-1/+0
| * bgpd: fix SNMP write supportDavid Lamparter2015-04-211-18/+20
| * snmp: fix warningsDavid Lamparter2015-04-215-14/+13
| * vtysh: drop unused variables & RETSIGTYPEDavid Lamparter2015-04-213-18/+8
| * vtysh: fix function prototypesDavid Lamparter2015-04-215-24/+29
| * vtysh: don't use '\0' as NULLDavid Lamparter2015-04-212-6/+6
| * ospf6d: fix pointer arithmetic warningDavid Lamparter2015-04-211-3/+3
| * ospf6d: oi->cost is uint32, not shortDavid Lamparter2015-04-211-1/+1
| * ospf6d: use existing union, avoid strict-aliasingDavid Lamparter2015-04-211-5/+4
| * watchquagga: break excessively long help stringDavid Lamparter2015-04-211-9/+14
| * lib, vtysh: reduce unneccessary C extension usageDavid Lamparter2015-04-212-2/+5
| * lib: use const consistently for zserv pathDavid Lamparter2015-04-212-3/+3
| * lib: silence type range warning in macroDavid Lamparter2015-04-211-6/+10
| * pimd: cast ioctl values when printing themDavid Lamparter2015-04-211-4/+4
| * pimd: cast to sockaddr_in to sockaddrDavid Lamparter2015-04-213-4/+7
| * pimd: mask unused zclient_broken()David Lamparter2015-04-211-0/+2
| * zebra: clean up misc_null pragmasDavid Lamparter2015-04-211-4/+15
| * zebra: static int inline -> static inline intDavid Lamparter2015-04-211-2/+2
| * zebra: use SA_SIZE for RT_ROUNDUP on FreeBSDDavid Lamparter2015-04-211-10/+8
| * zebra: use prototypes/includes in rt_netlinkDavid Lamparter2015-04-213-5/+6
| * zebra: remove unused netlink_route()/kernel_rtm_ipv6()David Lamparter2015-04-212-135/+0
| * zebra, isisd: cast to unsigned char for ctypesDavid Lamparter2015-04-212-2/+3
| * isisd: remove unused process_is_hello()David Lamparter2015-04-211-83/+0
| * isisd: fix size_t confusionsDavid Lamparter2015-04-211-8/+6
| * isisd: assorted fixes (unused variables, static)David Lamparter2015-04-215-13/+8
| * isisd: fix minor & vs. && mix-upDavid Lamparter2015-04-211-1/+1
| * isisd: don't use POSIX reserved y1/yn namesDavid Lamparter2015-04-211-12/+12
| * bgpd: random() returns longDavid Lamparter2015-04-211-4/+4
| * bgpd: don't use #ifdef inside macro argsDavid Lamparter2015-04-211-58/+1
| * bgpd, zebra: fix struct/pointer sizeof mixupsDavid Lamparter2015-04-212-4/+5
| * bgpd: fix ecommunity_token initialiserDavid Lamparter2015-04-211-2/+2