1. 87de87d wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.c by David S. Miller · 16 years ago
  2. a67fa76 wext: Pull top-level ioctl dispatch logic into helper function. by David S. Miller · 16 years ago
  3. d291125 wext: Pass iwreq pointer down into standard/private handlers. by David S. Miller · 16 years ago
  4. ca1e8bb wext: Parameterize the standard/private handlers. by David S. Miller · 16 years ago
  5. 67dd760 wext: Pull ioctl permission checking out into helper function. by David S. Miller · 16 years ago
  6. d88174e wext: Extract private call iw_point handling into seperate functions. by David S. Miller · 16 years ago
  7. 84149b0 wext: Extract standard call iw_point handling into seperate function. by David S. Miller · 16 years ago
  8. 208887d wext: Make adjust_priv_size() take a "struct iw_point *". by David S. Miller · 16 years ago
  9. 25519a2 wext: Remove inline from get_priv_size() and adjust_priv_size(). by David S. Miller · 16 years ago
  10. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  11. 65c3e47 atm: [he] send idle cells instead of unassigned when in SDH mode by Chas Williams · 16 years ago
  12. 28e84ab atm: [he] limit queries to the device's register space by Robert T. Johnson · 16 years ago
  13. 7e903c2 atm: [br2864] fix routed vcmux support by Eric Kinzie · 16 years ago
  14. 059e377 atm: [he] only support suni driver on multimode interfaces by Chas Williams · 16 years ago
  15. d6c1d70 atm: [iphase] doesn't call phy->start due to a bogus #ifndef by Jorge Boncompte [DTI2] · 16 years ago
  16. c0ed0b6 atm: [iphase] set drvdata before enabling interrupts by Jorge Boncompte [DTI2] · 16 years ago
  17. 2714166 atm: [br2684] Fix oops due to skb->dev being NULL by Jorge Boncompte [DTI2] · 16 years ago
  18. 0b44191 netns: introduce the net_hash_mix "salt" for hashes by Pavel Emelyanov · 16 years ago
  19. 33de014 inet6: add struct net argument to inet6_ehashfn by Pavel Emelyanov · 16 years ago
  20. 9f26b3a inet: add struct net argument to inet_ehashfn by Pavel Emelyanov · 16 years ago
  21. 2086a65 inet: add struct net argument to inet_lhashfn by Pavel Emelyanov · 16 years ago
  22. 7f635ab inet: add struct net argument to inet_bhashfn by Pavel Emelyanov · 16 years ago
  23. 19c7578 udp: add struct net argument to udp_hashfn by Pavel Emelyanov · 16 years ago
  24. e316349 udp: provide a struct net pointer for __udp[46]_lib_mcast_deliver by Pavel Emelyanov · 16 years ago
  25. d626628 udp: introduce a udp_hashfn function by Pavel Emelyanov · 16 years ago
  26. a9d246d ipv4: Remove unused definitions in net/ipv4/tcp_ipv4.c. by Rami Rosen · 16 years ago
  27. 68be802 raw: Restore /proc/net/raw correct behavior by Eric Dumazet · 16 years ago
  28. 6de329e net: Fix test for VLAN TX checksum offload capability by Ben Hutchings · 16 years ago
  29. 319fa2a sctp: Correclty set changeover_active for SFR-CACC by Vlad Yasevich · 16 years ago
  30. 80896a3 sctp: Correctly cleanup procfs entries upon failure. by Wei Yongjun · 16 years ago
  31. 93653e0 tcp: Revert reset of deferred accept changes in 2.6.26 by David S. Miller · 16 years ago
  32. 2b4743b ipv6 sit: Avoid extra need for compat layer in PRL management. by YOSHIFUJI Hideaki · 16 years ago
  33. 47083fc pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis. by Jesper Dangaard Brouer · 16 years ago
  34. f9ffced pkt_sched: HTB scheduler, change default hysteresis mode to off. by Jesper Dangaard Brouer · 16 years ago
  35. 34a5d71 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  36. 942e7b1 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  37. 7d06b2e net: change proto destroy method to return void by Brian Haley · 16 years ago
  38. 87291c0 mac80211: eliminate IBSS warning in rate_lowest_index() by Vladimir Koutny · 16 years ago
  39. c644bce mac80211: tkip.c use a local struct tkip_ctx in ieee80211_get_tkip_key by Harvey Harrison · 16 years ago
  40. 7c70537 mac80211: tkip.c fold ieee80211_gen_rc4key into its one caller by Harvey Harrison · 16 years ago
  41. c801242 mac80211: tkip.c consolidate tkip IV writing in helper by Harvey Harrison · 16 years ago
  42. 87228f5 mac80211: rx.c use new helpers by Harvey Harrison · 16 years ago
  43. 002aaf4 mac80211: wme.c use new helpers by Harvey Harrison · 16 years ago
  44. a494bb1 mac80211: use new helpers in util.c - ieee80211_get_bssid() by Harvey Harrison · 16 years ago
  45. d5184ca mac80211: wpa.c use new access helpers by Harvey Harrison · 16 years ago
  46. 6693be7 mac80211: add utility function to get header length by Harvey Harrison · 16 years ago
  47. c9c6950 mac80211: make ieee80211_get_hdrlen_from_skb return unsigned by Harvey Harrison · 16 years ago
  48. 8b7b1e0 mac80211: remove ieee80211_get_morefrag by Harvey Harrison · 16 years ago
  49. fd7c8a4 mac80211: add helpers for frame control testing by Harvey Harrison · 16 years ago
  50. e36cfdc mac80211_hwsim: Shared TX code for received frames and Beacons by Jouni Malinen · 16 years ago
  51. f248f10 mac80211_hwsim: Minor cleanup by Jouni Malinen · 16 years ago
  52. ba77f1a mac80211_hwsim: Clean up documentation by Jouni Malinen · 16 years ago
  53. acc1e7a mac80211_hwsim: 802.11 radio simulator for mac80211 by Jouni Malinen · 16 years ago
  54. 14a08a7 iwlwifi: unify SW rf-kill flow by Emmanuel Grumbach · 16 years ago
  55. 14b3d33 iwlwifi: remove 4965 prefix from iwl4965_ucode by Ron Rindjunsky · 16 years ago
  56. 5d72a1f iwlwifi: adding channels to sysfs by Ester Kummer · 16 years ago
  57. dc0ae30 mac80211: fix beacon interval value by Tomas Winkler · 16 years ago
  58. 5720508 rndis_wlan: Use kernel-supplied ARRAY_SIZE() macro. by Robert P. J. Day · 16 years ago
  59. 90d0734 rndis_wlan: preallocate command buffer for set/get_oid by Jussi Kivilinna · 16 years ago
  60. bb8649d rndis_wlan: use kzalloc to allocate private data by Jussi Kivilinna · 16 years ago
  61. 8d5e0d5 mac80211: do not fragment while aggregation is in use by Ron Rindjunsky · 16 years ago
  62. 58d0f36 iwlwifi: remove iwlcore_low_level_notify by Emmanuel Grumbach · 16 years ago
  63. be1f3ab6 iwlwifi: general code clean up by Emmanuel Grumbach · 16 years ago
  64. 808e72a iwlwifi: fix software rf_kill problem when interface is down by Zhu Yi · 16 years ago
  65. 95483b6 iwlwifi: remove dead code iwl4965_calc_db_from_ratio by Emmanuel Grumbach · 16 years ago
  66. 91dbc5b iwlwifi: retfactor get_temperature functions by Emmanuel Grumbach · 16 years ago
  67. 47f4a58 iwlwifi: move iwl4965_rf_kill_ct_config to iwl-core.c by Emmanuel Grumbach · 16 years ago
  68. f53696d iwlwifi: cleans up scanning code by Tomas Winkler · 16 years ago
  69. e7d326a iwlwifi: move rate helpers to iwlcore by Tomas Winkler · 16 years ago
  70. 2a421b9 iwlwifi: move scan to iwl-scan.c iwlcore by Tomas Winkler · 16 years ago
  71. 4564ce8 iwlwifi: add bad length check for WEP keys by Emmanuel Grumbach · 16 years ago
  72. 630fe9b iwlwifi: refactor setting tx power by Tomas Winkler · 16 years ago
  73. 25a6572 iwlwifi: refactor tx aggregation response flow by Tomas Winkler · 16 years ago
  74. 398f9e7 iwlwifi: Fix mode changes (ad-hoc <--> managed) by Assaf Krauss · 16 years ago
  75. c46fbef iwlwifi enabling IBSS (Ad-Hoc) mode by Assaf Krauss · 16 years ago
  76. f3d5b45 iwlwifi: fix resart flow after fw error by Emmanuel Grumbach · 16 years ago
  77. 64e72c3e iwlwifi: fix resume SW RF-kill by Mohamed Abbas · 16 years ago
  78. 77c5d08 iwlwifi: format log prints for easier parsing by Tomas Winkler · 16 years ago
  79. 753f766 iwlwifi: fix bug when moving from 11gn to 11a or 11an to 11g by Emmanuel Grumbach · 16 years ago
  80. 963f551 iwlwifi: remove redundant flags regarding to FAT channel by Emmanuel Grumbach · 16 years ago
  81. 838f8a7 iwlwifi: remove unused flag by Tomas Winkler · 16 years ago
  82. faa2971 iwlwifi: fix allow iwlwifi to aggregate according to tid load by Ron Rindjunsky · 16 years ago
  83. 263b5f5 iwlwifi: use ieee80211_conf to examine rate capabilities by Ron Rindjunsky · 16 years ago
  84. e26e47d iwlwifi: add TX aggregation code for 5000 HW by Tomas Winkler · 16 years ago
  85. 7f3e4bb iwlwifi: map sw and hw ampdu queues by Ron Rindjunsky · 16 years ago
  86. 203566f iwlwifi: add possibility to disable tx_power calibration by Emmanuel Grumbach · 16 years ago
  87. 4e39317 iwlwifi: clean up in setup/cancel deferred work by Emmanuel Grumbach · 16 years ago
  88. 16e727e iwlwifi: removes the RUN_TIME_CALIB ifdef by Emmanuel Grumbach · 16 years ago
  89. a78a832 libertas: rename some registers to clarify their meaning by Holger Schurig · 16 years ago
  90. 4c55523 libertas: check for old, unsupported hardware by Holger Schurig · 16 years ago
  91. 5314325 libertas: document register meanings by Holger Schurig · 16 years ago
  92. 3073556 libertas: fix interrupt issue by Holger Schurig · 16 years ago
  93. d2c3cc0 mac80211: implement EU regulatory domain by Tony Vroon · 16 years ago
  94. 564d9bd nl80211: Fix comment merge error by Michael Buesch · 16 years ago
  95. 4f85f5b iwlwifi: removing IWL4965_HT config by Ron Rindjunsky · 16 years ago
  96. a19d729 rndis_wlan: cleanup: rename and remove local pointers by Jussi Kivilinna · 16 years ago
  97. a67edb9 rndis_wlan: check if set_multicast_list work is already scheduled by Jussi Kivilinna · 16 years ago
  98. 5331b96 rndis_wlan: update carrier flag when link state changes by Jussi Kivilinna · 16 years ago
  99. 6010ce0 rndis_wlan: do link-down state change in worker thread by Jussi Kivilinna · 16 years ago
  100. cc0d9ff airo: use simple_read_from_buffer() by Akinobu Mita · 16 years ago