1. 30 10月, 2014 1 次提交
  2. 29 10月, 2014 2 次提交
    • D
      ipoe: implemented "L4 redirect on reject" for DHCP sessions · 3aecff0f
      Dmitry Kozlov 提交于
      If authentication rejects session, but l4-redirect-on-reject is specified in config then
      temporary session will be created and l4 redirect rule will be applied to IP of that session.
      Session will be terminated after specified number of seconds.
      Also if l4-redirect-ip-pool option is specified then IP will be allocated from that special pool.
      3aecff0f
    • D
      ipoe: implemented "L4 redirect on reject" for DHCP sessions · c801c643
      Dmitry Kozlov 提交于
      If authentication rejects session, but l4-redirect-on-reject is specified in config then
      temporary session will be created and l4 redirect rule will be applied to IP of that session.
      Session will be terminated after specified number of seconds.
      Also if l4-redirect-ip-pool option is specified then IP will be allocated from that special pool.
      c801c643
  3. 27 10月, 2014 1 次提交
  4. 20 10月, 2014 1 次提交
  5. 18 10月, 2014 1 次提交
  6. 08 10月, 2014 1 次提交
  7. 20 9月, 2014 1 次提交
    • D
      rewrite of authentication/accounting procedures · 62e89248
      Dmitry Kozlov 提交于
      This patch gets rid of synchronuos style of authentication/accounting.
      Synchronous style of authentication/accounting produced sleeping threads
      which becomes a problem when lots of sessions started/stopped and all they want authorization/accounting.
      62e89248
  8. 04 9月, 2014 1 次提交
  9. 26 8月, 2014 1 次提交
  10. 25 8月, 2014 1 次提交
  11. 25 7月, 2014 1 次提交
  12. 17 7月, 2014 2 次提交
  13. 28 6月, 2014 1 次提交
    • 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
  14. 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
  15. 20 5月, 2014 2 次提交
  16. 18 5月, 2014 2 次提交
  17. 29 4月, 2014 3 次提交
  18. 11 4月, 2014 1 次提交
  19. 07 2月, 2014 2 次提交
  20. 30 10月, 2013 3 次提交
  21. 24 10月, 2013 1 次提交
  22. 14 10月, 2013 1 次提交
  23. 13 10月, 2013 1 次提交
  24. 11 10月, 2013 1 次提交
  25. 03 10月, 2013 3 次提交
  26. 17 9月, 2013 1 次提交
  27. 06 9月, 2013 1 次提交
  28. 05 9月, 2013 1 次提交