1. 17 7月, 2014 1 次提交
  2. 11 7月, 2014 3 次提交
  3. 09 7月, 2014 6 次提交
  4. 01 7月, 2014 1 次提交
  5. 28 6月, 2014 2 次提交
    • D
      ipoe: improved vlan monitor · d2b65bb7
      Dmitry Kozlov 提交于
      Previous version used linear list of vlan monitor enabled interfaces,
      this caused huge overhead in packet receive path because for each
      received packet it performed search on linear list to check if vlan monitor
      is enabled on input device.
      Current version binds internal structure to net_device->ml_priv so search is not performed more.
      d2b65bb7
    • D
      log_file: block all signals in log thread · e2ca2a98
      Dmitry Kozlov 提交于
      With unblocked signals log thread may catch SIGCHLD which causes zombie process.
      e2ca2a98
  6. 18 6月, 2014 1 次提交
  7. 17 6月, 2014 4 次提交
  8. 04 6月, 2014 3 次提交
  9. 28 5月, 2014 1 次提交
  10. 26 5月, 2014 2 次提交
    • D
      ipoe: introduced "ip-unnumbered" option · 30397cca
      Dmitry Kozlov 提交于
      Before this time accel-ppp always worked in "ip unnumbered" mode.
      This option may turn this mode off (default is on)
      30397cca
    • D
      ipoe: send NAK after number of unreplied REQUESTs · 33ca7f48
      Dmitry Kozlov 提交于
      After introduction offer-delay accel-ppp stopped to answer NAK for REQUESTs if requested session is not existing
      to give chance other servers to reply. But this causes that some broken clients enter to infinite REQUEST loop.
      This patch corrects this issue, so if offer-delay is not configured (means that this is only server in the net) or
      after receiving few REQUESTs accel-ppp send NAK for non-existing sessions.
      33ca7f48
  11. 20 5月, 2014 7 次提交
  12. 19 5月, 2014 1 次提交
  13. 18 5月, 2014 6 次提交
  14. 15 5月, 2014 1 次提交
  15. 13 5月, 2014 1 次提交
    • D
      radius: introduced weight and backup per-server options · ec41e172
      Dmitry Kozlov 提交于
      New options are applied to server option as server=...[,weight=x][,backup]
      Weight is used for multi-server configurations (larger weight takes more users).
      Backup is used to mark backup server f.e. server which will be used only if all other servers are failed.
      ec41e172