summaryrefslogtreecommitdiffstats
path: root/zebra
Commit message (Expand)AuthorAgeFilesLines
* Notify on MTU changesStephen Hemminger2008-10-081-36/+45
* netlink message signed/unsigned cleanupStephen Hemminger2008-10-081-6/+6
* fix ipv6 typo in recursive route update codeStephen Hemminger2008-09-181-1/+1
* remove incorrect debug messageStephen Hemminger2008-09-181-2/+0
* Add delete interface cleanoutStephen Hemminger2008-09-181-4/+4
* Set metric in RIB for connected routesStephen Hemminger2008-09-171-2/+4
* Handle device renames correctlyStephen Hemminger2008-09-171-8/+13
* Set proper protocol for routes from command lineStephen Hemminger2008-09-171-2/+10
* Fix up filtering of netlink pidStephen Hemminger2008-08-181-10/+11
* Revert "Filter messages so that only netlink messages from kernel are allowed."Stephen Hemminger2008-08-181-19/+27
* Use XCALLOCStephen Hemminger2008-08-183-32/+13
* Filter messages so that only netlink messages from kernel are allowed.Stephen Hemminger2008-08-181-27/+19
* Manage system routes with zebraStephen Hemminger2008-08-1511-128/+139
* Cleanup meta-queue codeStephen Hemminger2008-08-111-64/+70
* Make command nodes staticStephen Hemminger2008-08-112-4/+4
* Realign rib code with upstreamStephen Hemminger2008-08-011-33/+31
* Make metaqueue functions staticStephen Hemminger2008-08-011-5/+5
* Make log message lookup function use const tablesStephen Hemminger2008-08-012-3/+3
* Fix merge problemsStephen Hemminger2008-07-311-1/+1
* Merge branch 'upstream' into islavistaStephen Hemminger2008-07-3110-59/+205
|\
| * [zebra] Make BSD link-state deal more gracefully with GIFMEDIA ioctl errorpaul2008-07-012-15/+31
| * + initial edition of meta-queue for RIB updates processing (bug #431)pilot2008-06-025-41/+164
| * [daemons] Sanity check port number arguments before usepaul2008-05-291-1/+2
| * [zebra/linux] Use BPF to filter out responses, to try avoid netlink overrunspaul2008-05-292-1/+60
| * + fix bug#326 by rib_lookup_and_pushup()pilot2008-02-264-0/+64
| * [link-detect] Improve BSD support.ajs2008-01-113-16/+16
| * [link-detect] Try to get BSD link-detect to work properly.ajs2008-01-103-0/+63
| * [link-detect] Static interface routes should behave properly with link-detect.ajs2008-01-082-3/+9
| * + fixed bug #418 (changing address on an existing interface doesn't cause exi...pilot2007-11-122-0/+22
| * + fix the bug reported by Milan Kocian (IPv6 route handling was broken by the...pilot2007-10-242-0/+11
| * + rib_process() speedup for multi-nexthop route nodespilot2007-10-042-2/+8
| * + Minor bugfix: IPv6 prefixes were logged incorrectly in RIB debugging calls....pilot2007-10-032-11/+17
| * + sayonara old_pid!pilot2007-09-145-11/+6
| * + fixed bug #402: now the second zebra process doesn't destroy routespilot2007-09-142-5/+20
| * Switch from LOOKUP() to lookup() for rtm_type (see bug #401 for details).pilot2007-09-144-13/+19
| * * rt_socket.c: (kernel_rtm_ipv4) prefix_buf could be passedpilot2007-09-122-0/+8
| * + fixed bug #400: adjusted rtread_sysctl.c:route_read()pilot2007-09-062-0/+8
| * Looks like bug #320 is finally fixed now.pilot2007-08-212-0/+11
| * Fixed ioctl_solaris.c:if_get_mtu() for IPv6'less operationpilot2007-08-212-14/+16
| * Fixed bug #394 "RTF_DONE is ignored in rtm_read()"pilot2007-08-172-2/+7
| * Merged own patch for bug #390 (rewrite zebra/zebra_rib.c:nexthop_active_updat...pilot2007-08-142-12/+22
| * Merged own patch for the bug #391 (debugging and comments mostly).pilot2007-08-136-48/+412
| * Use the proper field length for the peer's address (netlink_interface_addr)vize2007-08-102-5/+6
| * [zebra] Add extra debug logging for RIB and RIB queueingpaul2007-08-062-19/+56
| * Add comment questioning part of previous change (Denis?).gdt2007-08-021-26/+31
| * Bugzilla #384.gdt2007-08-022-8/+13
| * [zebra] rib loop check for RIB_ENTRY_REMOVED checks wrong varpaul2007-06-272-1/+8
| * [zebra] Trivial patches so we can compile when IPv6 is not enabledajs2007-05-303-29/+45
| * [PtP] Fix BSD problems with PtP interfaces: must treat RTA_BRD as peer addressajs2007-05-172-14/+45
| * [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningspaul2007-05-108-59/+59