1. 13 2月, 2014 2 次提交
  2. 22 1月, 2014 1 次提交
  3. 20 1月, 2014 1 次提交
  4. 14 1月, 2014 1 次提交
  5. 28 12月, 2013 1 次提交
    • J
      net_sched: act: Dont increment refcnt on replace · 1a29321e
      Jamal Hadi Salim 提交于
       This is a bug fix. The existing code tries to kill many
       birds with one stone: Handling binding of actions to
       filters, new actions and replacing of action
       attributes. A simple test case to illustrate:
      
      XXXX
       moja@fe1:~$ sudo tc actions add action drop index 12
       moja@fe1:~$ actions get action gact index 12
       action order 1: gact action drop
        random type none pass val 0
        index 12 ref 1 bind 0
       moja@fe1:~$ sudo tc actions replace action ok index 12
       moja@fe1:~$ actions get action gact index 12
       action order 1: gact action drop
        random type none pass val 0
        index 12 ref 2 bind 0
      XXXX
      
      The above shows the refcounf being wrongly incremented on replace.
      There are more complex scenarios with binding of actions to filters
      that i am leaving out that didnt work as well...
      Signed-off-by: NJamal Hadi Salim <jhs@mojatatu.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1a29321e
  6. 21 12月, 2013 1 次提交
  7. 19 12月, 2013 1 次提交
  8. 07 12月, 2013 1 次提交
  9. 06 12月, 2013 1 次提交
  10. 15 1月, 2013 1 次提交
  11. 02 4月, 2012 1 次提交
  12. 06 7月, 2011 1 次提交
  13. 20 1月, 2011 1 次提交
  14. 11 1月, 2011 1 次提交
  15. 18 8月, 2010 1 次提交
  16. 23 10月, 2009 1 次提交
  17. 26 11月, 2008 1 次提交
  18. 13 9月, 2008 1 次提交