1. 22 3月, 2009 1 次提交
  2. 17 3月, 2009 1 次提交
  3. 28 2月, 2009 2 次提交
  4. 22 11月, 2008 3 次提交
  5. 01 11月, 2008 1 次提交
  6. 23 8月, 2008 1 次提交
  7. 29 1月, 2008 1 次提交
  8. 11 10月, 2007 1 次提交
    • E
      [NET]: Make /proc/net per network namespace · 457c4cbc
      Eric W. Biederman 提交于
      This patch makes /proc/net per network namespace.  It modifies the global
      variables proc_net and proc_net_stat to be per network namespace.
      The proc_net file helpers are modified to take a network namespace argument,
      and all of their callers are fixed to pass &init_net for that argument.
      This ensures that all of the /proc/net files are only visible and
      usable in the initial network namespace until the code behind them
      has been updated to be handle multiple network namespaces.
      
      Making /proc/net per namespace is necessary as at least some files
      in /proc/net depend upon the set of network devices which is per
      network namespace, and even more files in /proc/net have contents
      that are relevant to a single network namespace.
      Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      457c4cbc
  9. 29 5月, 2007 1 次提交
  10. 28 4月, 2007 2 次提交
  11. 02 12月, 2006 3 次提交
  12. 01 7月, 2006 1 次提交
  13. 17 2月, 2006 1 次提交
  14. 28 1月, 2006 1 次提交
    • Z
      [PATCH] ieee80211: Add helpers for IBSS DFS handling · 15f38598
      Zhu Yi 提交于
      To support IEEE 802.11h in IBSS, an ibss_dfs field is added to struct
      ieee80211_network. In IBSS, if one STA sends a beacon with DFS info
      (for radar detection), all the other STAs should receive and store
      this DFS.  All STAs should send the DFS as one of the information
      element in the beacon they are scheduled to send (if possible) in
      the future.
      
      Since the ibss_dfs has variable length, it must be allocated
      dynamically. ieee80211_network_reset() is added to clear the ibss_dfs
      field. ieee80211_network_free() is also updated to free the ibss_dfs
      field if it is not NULL.
      Signed-off-by: NZhu Yi <yi.zhu@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      15f38598
  15. 15 1月, 2006 1 次提交
  16. 06 11月, 2005 1 次提交
  17. 29 9月, 2005 1 次提交
  18. 23 9月, 2005 2 次提交
  19. 22 9月, 2005 5 次提交
  20. 16 9月, 2005 1 次提交
  21. 07 9月, 2005 1 次提交
  22. 26 8月, 2005 1 次提交
  23. 28 6月, 2005 1 次提交
  24. 28 5月, 2005 1 次提交
  25. 13 5月, 2005 1 次提交
    • J
      [NET] ieee80211 subsystem · b453872c
      Jeff Garzik 提交于
      Contributors:
      Host AP contributors
      James Ketrenos <jketreno@linux.intel.com>
      Francois Romieu <romieu@fr.zoreil.com>
      Adrian Bunk <bunk@stusta.de>
      Matthew Galgoci <mgalgoci@parcelfarce.linux.th
      eplanet.co.uk>
      b453872c