1. 15 4月, 2013 2 次提交
  2. 05 4月, 2013 3 次提交
  3. 31 3月, 2013 7 次提交
  4. 29 3月, 2013 3 次提交
  5. 25 3月, 2013 5 次提交
  6. 24 3月, 2013 3 次提交
  7. 22 3月, 2013 2 次提交
  8. 20 3月, 2013 2 次提交
  9. 19 3月, 2013 2 次提交
    • J
      ipvs: add backup_only flag to avoid loops · 0c12582f
      Julian Anastasov 提交于
      Dmitry Akindinov is reporting for a problem where SYNs are looping
      between the master and backup server when the backup server is used as
      real server in DR mode and has IPVS rules to function as director.
      
      Even when the backup function is enabled we continue to forward
      traffic and schedule new connections when the current master is using
      the backup server as real server. While this is not a problem for NAT,
      for DR and TUN method the backup server can not determine if a request
      comes from client or from director.
      
      To avoid such loops add new sysctl flag backup_only. It can be needed
      for DR/TUN setups that do not need backup and director function at the
      same time. When the backup function is enabled we stop any forwarding
      and pass the traffic to the local stack (real server mode). The flag
      disables the director function when the backup function is enabled.
      
      For setups that enable backup function for some virtual services and
      director function for other virtual services there should be another
      more complex solution to support DR/TUN mode, may be to assign
      per-virtual service syncid value, so that we can differentiate the
      requests.
      Reported-by: NDmitry Akindinov <dimak@stalker.com>
      Tested-by: NGerman Myzovsky <lawyer@sipnet.ru>
      Signed-off-by: NJulian Anastasov <ja@ssi.bg>
      Signed-off-by: NSimon Horman <horms@verge.net.au>
      0c12582f
    • J
      hwmon: (lm75) Fix tcn75 prefix · 25eba81b
      Jean Delvare 提交于
      The TCN75 has its own prefix for a long time now.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Reviewed-by: NGuenter Roeck <linux@roeck-us.net>
      25eba81b
  10. 17 3月, 2013 1 次提交
  11. 12 3月, 2013 2 次提交
  12. 09 3月, 2013 1 次提交
  13. 08 3月, 2013 1 次提交
  14. 07 3月, 2013 1 次提交
  15. 06 3月, 2013 1 次提交
  16. 04 3月, 2013 4 次提交