summaryrefslogtreecommitdiffstats
path: root/zebra/rt_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [zebra] linux policy routing support with ipv6Mathieu Goessens2009-06-231-2/+2
* [zebra] MTU is unsignedStephen Hemminger2009-06-181-1/+1
* [zebra:linux] netlink: no need to change privs for receiveStephen Hemminger2008-08-221-12/+3
* [zebra:linux] netlink: quiet harmless errorsStephen Hemminger2008-08-221-21/+20
* [zebra:linux] netlink buffer size tweaking only needed on receive socketStephen Hemminger2008-08-221-43/+43
* [zebra:linux] clean up blocking setting of netlink socketsStephen Hemminger2008-08-221-91/+6
* [zebra:linux] Filter out unwanted netlink messages by PIDStephen Hemminger2008-08-221-46/+27
* [lib] mes_lookup string lookup table argument should be marked constStephen Hemminger2008-08-221-2/+2
* [zebra] mark some rt_netlink functions staticStephen Hemminger2008-08-221-19/+18
* [zebra:netlink] Set proto/scope on all route update messagesTimo Teräs2008-08-221-6/+4
* [zebra/linux] Use BPF to filter out responses, to try avoid netlink overrunsPaul Jakma2008-05-291-1/+54
* 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)Paul Jakma2007-05-021-13/+71
* [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-121-33/+21
* [zebra] Fix CID #104, check addr for null, and #18, check nexthop type argsPaul Jakma2006-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
* * rt_netlink.c (netlink_talk_filter): Show always warning message,hasso2005-03-311-12/+5
* 2005-03-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-03-291-0/+3
* 2005-03-12 Paul Jakma <paul@dishone.st>paul2005-03-121-4/+0
* * rt_netlink.c: Don't show messages "ignoring message type 0x001[89]"hasso2005-02-201-1/+2
* 2005-02-14 Paul Jakma <paul@dishone.st>paul2005-02-151-0/+4
* 2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-291-6/+15
* 2005-01-24 Martin Pot <mpot at martybugs.net>paul2005-01-241-0/+18
* 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-071-19/+19
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-13/+13
* OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd,hasso2004-10-191-1/+3
* Fix warnings. Didn't even look at files not compiled in Linux though.hasso2004-10-071-2/+2
* Compiler warnings fixes.hasso2004-09-261-1/+1
* Commit my hack (yes, I still call it hack) - command line switch for zebrahasso2004-08-311-0/+44
* Remove pointless privilege lower call. Thanks to Cougar for noticing.hasso2004-08-061-5/+3
* 2004-05-09 Paul Jakma <paul@dishone.st>paul2004-05-091-3/+3
* [quagga-dev 1002]. Also fix date of previous commit in Chanelog.hasso2004-04-061-1/+7
* Fix warning. Approved by Amir.hasso2004-03-041-1/+1
* 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