1. 25 8月, 2014 2 次提交
  2. 04 8月, 2014 1 次提交
  3. 01 8月, 2014 1 次提交
  4. 25 7月, 2014 2 次提交
  5. 21 7月, 2014 2 次提交
  6. 18 7月, 2014 1 次提交
  7. 17 7月, 2014 3 次提交
  8. 11 7月, 2014 3 次提交
  9. 09 7月, 2014 6 次提交
  10. 01 7月, 2014 1 次提交
  11. 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
  12. 18 6月, 2014 1 次提交
  13. 17 6月, 2014 4 次提交
  14. 04 6月, 2014 3 次提交
  15. 28 5月, 2014 1 次提交
  16. 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
  17. 20 5月, 2014 5 次提交