1. 09 7月, 2008 2 次提交
    • D
      pkt_sched: Remove 'dev' member of struct Qdisc. · 5ce2d488
      David S. Miller 提交于
      It can be obtained via the netdev_queue.  So create a helper routine,
      qdisc_dev(), to make the transformations nicer looking.
      
      Now, qdisc_alloc() now no longer needs a net_device pointer argument.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      5ce2d488
    • D
      netdev: Create netdev_queue abstraction. · bb949fbd
      David S. Miller 提交于
      A netdev_queue is an entity managed by a qdisc.
      
      Currently there is one RX and one TX queue, and a netdev_queue merely
      contains a backpointer to the net_device.
      
      The Qdisc struct is augmented with a netdev_queue pointer as well.
      
      Eventually the 'dev' Qdisc member will go away and we will have the
      resulting hierarchy:
      
      	net_device --> netdev_queue --> Qdisc
      
      Also, qdisc_alloc() and qdisc_create_dflt() now take a netdev_queue
      pointer argument.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      bb949fbd
  2. 06 7月, 2008 1 次提交
  3. 29 1月, 2008 4 次提交
  4. 11 7月, 2007 1 次提交
  5. 26 4月, 2007 13 次提交
  6. 11 2月, 2007 1 次提交
  7. 03 12月, 2006 3 次提交
  8. 01 11月, 2006 1 次提交
  9. 23 10月, 2006 1 次提交
  10. 23 9月, 2006 1 次提交
  11. 22 7月, 2006 1 次提交
  12. 01 7月, 2006 1 次提交
  13. 30 4月, 2006 1 次提交
  14. 21 3月, 2006 1 次提交
  15. 04 1月, 2006 1 次提交
  16. 21 11月, 2005 1 次提交
  17. 06 11月, 2005 3 次提交
  18. 27 5月, 2005 3 次提交