1. 716f939 cfg80211: pass more detailed regulatory request information on reg_notifier() by Luis R. Rodriguez · 16 years ago
  2. d46e5b1 cfg80211: move check for ignore_reg_update() on wiphy_update_regulatory() by Luis R. Rodriguez · 16 years ago
  3. 2a44f91 cfg80211: rename fw_handles_regulatory to custom_regulatory by Luis R. Rodriguez · 16 years ago
  4. e74b1e7 cfg80211: ignore consecutive equal regulatory hints by Luis R. Rodriguez · 16 years ago
  5. 5eebade cfg80211: process user requests only after previous user/driver/core requests by Luis R. Rodriguez · 16 years ago
  6. 34f5734 cfg80211: export freq_reg_info() by Luis R. Rodriguez · 16 years ago
  7. 1fa25e4 cfg80211: add wiphy_apply_custom_regulatory() by Luis R. Rodriguez · 16 years ago
  8. 078e1e6 mac80211: Add capability to enable/disable beaconing by Johannes Berg · 16 years ago
  9. 881d948 wireless: restrict to 32 legacy rates by Johannes Berg · 16 years ago
  10. 5f936f1 mac80211: constify ieee80211_if_conf.bssid by Johannes Berg · 16 years ago
  11. f797eb7 mac80211: Fix MFP Association Comeback to use Timeout Interval IE by Jouni Malinen · 16 years ago
  12. 665af4f mac80211: add suspend/resume callbacks by Bob Copeland · 16 years ago
  13. 0378b3f cfg80211: add PM hooks by Johannes Berg · 16 years ago
  14. e0463f5 mac80211: Fix drop-unencrypted for management frames by Jouni Malinen · 16 years ago
  15. 2182b83 mac80211: trivial documentation fix (mesh_nexthop_lookup()). by Rami Rosen · 16 years ago
  16. eb80ed8 mac80211: trivial documentation fixes (enum mesh_path_flags). by Rami Rosen · 16 years ago
  17. 9cf2d18 mac80211: remove mesh_plink_close() method. by Rami Rosen · 16 years ago
  18. e964817 mac80211: cleanup kmalloc/memset -> kcalloc by Wei Yongjun · 16 years ago
  19. 9aed3cc nl80211: New command for adding extra IE(s) into management frames by Jouni Malinen · 16 years ago
  20. ebe6c7b mac80211: Fix radiotap header it_present on big endian CPUs by Jouni Malinen · 16 years ago
  21. f4f727a mac80211: Mark ieee80211_process_sa_query_req() static by Jouni Malinen · 16 years ago
  22. a8302de mac80211: Handle power constraint level advertised in 11d+h beacon by Vasanthakumar Thiagarajan · 16 years ago
  23. 4375d08 mac80211: 802.11w - Add driver capability flag for MFP by Jouni Malinen · 16 years ago
  24. 1f7d77a mac80211: 802.11w - Optional software CCMP for management frames by Jouni Malinen · 16 years ago
  25. 63a5ab8 mac80211: 802.11w - Implement Association Comeback processing by Jouni Malinen · 16 years ago
  26. 97ebe12 mac80211: 802.11w - Drop unprotected robust management frames if MFP is used by Jouni Malinen · 16 years ago
  27. 1acc97b mac80211: 802.11w - Do not force Action frames to disable encryption by Jouni Malinen · 16 years ago
  28. fea1473 mac80211: 802.11w - SA Query processing by Jouni Malinen · 16 years ago
  29. fdfacf0 mac80211: 802.11w - Configuration of MFP disabled/optional/required by Jouni Malinen · 16 years ago
  30. 22787db mac80211: 802.11w - WEXT configuration for IGTK by Jouni Malinen · 16 years ago
  31. 54604d3 mac80211: 802.11w - WEXT parameter for setting mgmt cipher by Jouni Malinen · 16 years ago
  32. 3cfcf6ac mac80211: 802.11w - Use BIP (AES-128-CMAC) by Jouni Malinen · 16 years ago
  33. 765cb46 mac80211: 802.11w - Add BIP (AES-128-CMAC) by Jouni Malinen · 16 years ago
  34. fb73333 mac80211: 802.11w - CCMP for management frames by Jouni Malinen · 16 years ago
  35. 5394af4 mac80211: 802.11w - STA flag for MFP by Jouni Malinen · 16 years ago
  36. 039498c cfg80211: fix typo on message after intersection by Luis R. Rodriguez · 16 years ago
  37. 3e0c3ff cfg80211: allow multiple driver regulatory_hints() by Luis R. Rodriguez · 16 years ago
  38. 560e28e cfg80211: call reg_notifier() once by Luis R. Rodriguez · 16 years ago
  39. 4be8c38 mac80211: extend/document powersave API by Johannes Berg · 16 years ago
  40. 46f2c4b mac80211: move dynamic PS timeout to hardware config by Johannes Berg · 16 years ago
  41. e9aeaba mac80211: validate SIOCSIWPOWER arguments better by Johannes Berg · 16 years ago
  42. 4797938 mac80211: clean up channel type config by Johannes Berg · 16 years ago
  43. d1c3a37 mac80211: clarify alignment docs, fix up alignment by Johannes Berg · 16 years ago
  44. 2bf30fa mac80211: remove user_power_level from driver API by Johannes Berg · 16 years ago
  45. 8fe1292 mac80211: remove unused variable in ieee80211_local (dot11WEPUndecryptableCount). by Rami Rosen · 16 years ago
  46. 81d963a mac80211: remove an unused definition (MAX_STA_COUNT) in sta_info.h. by Rami Rosen · 16 years ago
  47. 504a71e mac80211: remove an unused parameter in ieee80211_rx_mgmt_probe_req(). by Rami Rosen · 16 years ago
  48. def1343 mac80211: remove an unnecessary assignment to info in __ieee80211_tx(). by Rami Rosen · 16 years ago
  49. c481ec9 mac80211: Add 802.11h CSA support by Sujith · 16 years ago
  50. b522ed5 mac80211: Allow to set channel in adhoc properly by Alina Friedrichsen · 16 years ago
  51. 65f0e6a mac80211: Don't merge if BSSID is set manually by Alina Friedrichsen · 16 years ago
  52. 137f9f4 mac80211: Don't scan if BSSID and channel are set manually by Alina Friedrichsen · 16 years ago
  53. 0efcdfd mac80211: Disallow to set multicast BSSID by Alina Friedrichsen · 16 years ago
  54. dc822b5 mac80211: clean up set_key callback by Johannes Berg · 16 years ago
  55. b309366 mac80211: make wake/stop_queue_by_reason() functions static by Kalle Valo · 16 years ago
  56. e3c92df mac80211: Fix tx power setting by Vasanthakumar Thiagarajan · 16 years ago
  57. 285256a mac80211: no need for ht.enabled by Luis R. Rodriguez · 16 years ago
  58. 7cbf0ba mac80211: Cancel the power save timer in ieee80211_stop. by Vivek Natarajan · 16 years ago
  59. a97b77b mac80211: Enhancements to dynamic power save. by Vivek Natarajan · 16 years ago
  60. 869717f mac80211: A couple of fixes to dynamic power save. by Vivek Natarajan · 16 years ago
  61. d063ed0 mac80211: Reset the power save timer from master_start_xmit. by Vivek Natarajan · 16 years ago
  62. eb46936 mac80211: Scale down to non-HT association with TKIP/WEP as pairwise cipher by Vasanthakumar Thiagarajan · 16 years ago
  63. 9a3b7a4 Phonet: use per-namespace devices list by remi.denis-courmont@nokia · 16 years ago
  64. 6530e0f Phonet: remove useless locking in device cleanup by remi.denis-courmont@nokia · 16 years ago
  65. 660f706 Phonet: handle rtnetlink registration failure by remi.denis-courmont@nokia · 16 years ago
  66. 76e02cf Phonet: allow phonet_device_init() to fail, put it to __init section by remi.denis-courmont@nokia · 16 years ago
  67. 4b8f704 Phonet: check destination before delivering packets locally by remi.denis-courmont@nokia · 16 years ago
  68. 5075138 Phonet: move to Networking options like other protocol stacks by remi.denis-courmont@nokia · 16 years ago
  69. afcf124 gre: optimize hash lookup by Timo Teras · 16 years ago
  70. 3eacdf5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  71. 924d26d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  72. 116cb42 vlan: Export symbols as non GPL symbols. by Ben Greear · 16 years ago
  73. d6eb633 net: Move config NET_NS to from net/Kconfig to init/Kconfig by Matt Helsley · 16 years ago
  74. a8d694c af_key: initialize xfrm encap_oa by Timo Teras · 16 years ago
  75. ae53b5b sctp: Fix another socket race during accept/peeloff by Vlad Yasevich · 16 years ago
  76. 759af00 sctp: Properly timestamp outgoing data chunks for rtx purposes by Vlad Yasevich · 16 years ago
  77. 6574df9 sctp: Correctly start rtx timer on new packet transmissions. by Vlad Yasevich · 16 years ago
  78. 4feb88e netns: ipmr: enable namespace support in ipv4 multicast routing code by Benjamin Thery · 16 years ago
  79. f6bb451 netns: ipmr: declare ipmr /proc/net entries per-namespace by Benjamin Thery · 16 years ago
  80. 6c5143d netns: ipmr: declare reg_vif_num per-namespace by Benjamin Thery · 16 years ago
  81. 6f9374a netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespace by Benjamin Thery · 16 years ago
  82. 1e8fb3b netns: ipmr: declare counter cache_resolve_queue_len per-namespace by Benjamin Thery · 16 years ago
  83. 2bb8b26 netns: ipmr: dynamically allocate mfc_cache_array by Benjamin Thery · 16 years ago
  84. 5c0a66f netns: ipmr: store netns in struct mfc_cache by Benjamin Thery · 16 years ago
  85. cf958ae3 netns: ipmr: dynamically allocate vif_table by Benjamin Thery · 16 years ago
  86. 70a269e netns: ipmr: allocate mroute_socket per-namespace. by Benjamin Thery · 16 years ago
  87. 4fe1d58 sctp/ipv6.c: use ipv6_addr_copy by Joe Perches · 16 years ago
  88. 391429c mac80211: fix slot time debug message by Christian Lamparter · 16 years ago
  89. 5dc306f mac80211: decrement ref count to netdev after launching mesh discovery by Brian Cavagnolo · 16 years ago
  90. 9098c24 fs/Kconfig: move sunrpc out by Alexey Dobriyan · 16 years ago
  91. 749c10f gre: strict physical device binding by Timo Teras · 16 years ago
  92. a9d8f91 inet: Allowing more than 64k connections and heavily optimize bind(0) time. by Evgeniy Polyakov · 16 years ago
  93. f3f3abb dccp: Debugging functions for feature negotiation by Gerrit Renker · 16 years ago
  94. 883ca83 dccp: Initialisation and type-checking of feature sysctls by Gerrit Renker · 16 years ago
  95. 792b487 dccp: Implement both feature-local and feature-remote Sequence Window feature by Gerrit Renker · 16 years ago
  96. f90f92e dccp: Initialisation framework for feature negotiation by Gerrit Renker · 16 years ago
  97. 60961ce appletalk: remove unneeded stubs by Stephen Hemminger · 16 years ago
  98. 3170c65 rose: convert to network_device_ops by Stephen Hemminger · 16 years ago
  99. d289d12 rose: convert to internal net_device_stats by Stephen Hemminger · 16 years ago
  100. 0f6c5c8 netrom: convert to net_device_ops by Stephen Hemminger · 16 years ago