summaryrefslogtreecommitdiffstats
path: root/zebra/rt_netlink.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 2003-11-17 Jay Fenlason <fenlason@redhat.com>paul2003-11-171-0/+7
| * 2003-09-29 Paul Jakma <paul@dishone.st>paul2003-09-291-30/+30
| * 2003-07-15 Paul Jakma <paul@dishone.st>paul2003-07-151-538/+587
| * 2003-06-19 Vladimir Ivaschenko <hazard@francoudi.com>paul2003-06-191-0/+20
| * 2003-06-15 Paul Jakma <paul@dishone.st>paul2003-06-151-5/+5
| * 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-1/+40
| * Add back support for null0 interface blackhole routes.paul2003-05-251-16/+20
| * Route (reject|blackhole) support from 6Wind patch.hasso2003-05-251-8/+18
| * From: Israel Keys <ikeys@agile.tv>paul2003-04-191-19/+73
| * Sync to latest Zebra CVSpaul2003-02-071-0/+4
| * Matthew Grant <grantma@anathoth.gen.nz>patch_z17290_ifupstaticfixpaul2003-01-221-4/+19
| * Add work around for RFC3021 patch and its problem with certain IPv6 interfacesrfc3021-ipv6-fixpaul2003-01-191-1/+6
| * From havanna_moon@gmx.net Fri Jan 17 23:37:49 2003patch_z17217_show_thread_cpupaul2003-01-171-1/+1
| * [zebra 14631] Generic PtP and RFC3021 interface addressing supportpatch_z14631_ptp_rfc3021paul2002-12-131-28/+40
| * zebra link state detection supportpatch_z12269_linkstatepaul2002-12-131-3/+3
| * Initial revisionpaul2002-12-131-0/+1482
* Handle network interface renamesStephen Hemminger2008-07-311-35/+34
* Handle races with add/delete of routesStephen Hemminger2008-07-161-27/+20
* Revert "Use if_flags_update"Stephen Hemminger2008-06-201-1/+15
* Use if_flags_updateStephen Hemminger2008-06-201-15/+1
* netlink interface minor stuffStephen Hemminger2008-05-281-16/+16
* only set non-blocking on netlink socketStephen Hemminger2008-05-191-133/+50
* remove unneeded privledge changesStephen Hemminger2008-05-191-12/+3
* Merge branch 'glendale' into hollywoodrbalocca2008-05-151-8/+8
|\
| * Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-quagga into glendaleStephen Hemminger2008-05-121-1/+7
| |\
| * | set/check nl port id on messagesStephen Hemminger2008-05-021-8/+8
* | | Ignore netlink interface events that don't change stateStephen Hemminger2008-05-131-20/+24
* | | Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-quagga into hollywoodStephen Hemminger2008-05-071-15/+25
|\ \ \ | | |/ | |/|
| * | quiet noisy errors from zebraStephen Hemminger2008-05-021-1/+7
| |/
| * filter out all route change responses on listen socketStephen Hemminger2008-05-021-14/+18
* | Add interface state change loggingStephen Hemminger2008-05-071-2/+11
|/
* Fix packet filter state machineStephen Hemminger2008-04-151-1/+1
* Filter unwanted netlink messagesStephen Hemminger2008-03-311-1/+32
* bumped up netlink recv buffer limits for zebra--should alleviate netlink erro...Michael Larson2008-03-201-2/+2
* Bugfix: 2845Bob Gilligan2008-03-051-2/+0
* fix for bug 2570. increased buffer length from 4096 to 8192root2008-01-151-1/+2
* fix for static interface and static nexthop routes for quagga. Now respects c...Michael Larson2008-01-041-3/+4
* Use the proper field length for the peer's address (netlink_interface_addr)vize2007-08-101-5/+1
* [zebra] Routemap support on received routes, with 'set src' command (linux)paul2007-05-021-13/+71
* [PtP over ethernet] New peer flag allows much more addressing flexibilityajs2006-12-121-33/+21
* [zebra] Fix CID #104, check addr for null, and #18, check nexthop type argspaul2006-07-021-0/+7
* [zebra] Record NEWADDR metric on PF_ROUTE, print CACHEINFO debug on netlinkpaul2006-01-171-0/+7
* [zebra] fix some small compile errors, mark several functions staticpaul2005-11-231-4/+5
* 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-031-2/+2
* 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-011-0/+1
* * zebra_rib.c, rib.h: Add distance and metric arguments to thehasso2005-08-271-2/+3
* * rt_netlink.c: Remove unused netlink-addr socket declaration.hasso2005-06-121-14/+31
* * rt_netlink.c: One tiny missing comma caused pointless debug messageshasso2005-04-091-1/+1
* * rt_netlink.c (netlink_parse_info): Fix warning. It's safe to casthasso2005-04-091-59/+140
* 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-021-4/+30