1. 08 10月, 2009 2 次提交
  2. 30 7月, 2009 1 次提交
  3. 04 6月, 2009 3 次提交
  4. 27 2月, 2009 1 次提交
  5. 10 2月, 2009 1 次提交
  6. 13 11月, 2008 1 次提交
    • W
      netdevice: safe convert to netdev_priv() #part-3 · 8f15ea42
      Wang Chen 提交于
      We have some reasons to kill netdev->priv:
      1. netdev->priv is equal to netdev_priv().
      2. netdev_priv() wraps the calculation of netdev->priv's offset, obviously
         netdev_priv() is more flexible than netdev->priv.
      But we cann't kill netdev->priv, because so many drivers reference to it
      directly.
      
      This patch is a safe convert for netdev->priv to netdev_priv(netdev).
      Since all of the netdev->priv is only for read.
      But it is too big to be sent in one mail.
      I split it to 4 parts and make every part smaller than 100,000 bytes,
      which is max size allowed by vger.
      Signed-off-by: NWang Chen <wangchen@cn.fujitsu.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      8f15ea42
  7. 11 11月, 2008 1 次提交
  8. 01 11月, 2008 2 次提交
  9. 30 10月, 2008 1 次提交
  10. 28 10月, 2008 1 次提交
  11. 30 8月, 2008 1 次提交
  12. 10 7月, 2008 1 次提交
  13. 17 6月, 2008 1 次提交
    • D
      wext: Emit event stream entries correctly when compat. · ccc58057
      David S. Miller 提交于
      Three major portions to this change:
      
      1) Add IW_EV_COMPAT_LCP_LEN, IW_EV_COMPAT_POINT_OFF,
         and IW_EV_COMPAT_POINT_LEN helper defines.
      
      2) Delete iw_stream_check_add_*(), they are unused.
      
      3) Add iw_request_info argument to iwe_stream_add_*(), and use it to
         size the event and pointer lengths correctly depending upon whether
         IW_REQUEST_FLAG_COMPAT is set or not.
      
      4) The mechanical transformations to the drivers and wireless stack
         bits to get the iw_request_info passed down into the routines
         modified in #3.  Also, explicit references to IW_EV_LCP_LEN are
         replaced with iwe_stream_lcp_len(info).
      
      With a lot of help and bug fixes from Masakazu Mokuno.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ccc58057
  14. 01 5月, 2008 1 次提交
  15. 29 4月, 2008 1 次提交
  16. 09 4月, 2008 2 次提交
  17. 26 3月, 2008 1 次提交
  18. 14 3月, 2008 1 次提交
  19. 07 3月, 2008 2 次提交
  20. 01 3月, 2008 2 次提交
  21. 03 2月, 2008 1 次提交
  22. 29 1月, 2008 9 次提交
  23. 11 10月, 2007 3 次提交