1. 6002f266 [NETFILTER]: nf_conntrack: introduce expectation classes and policies by Patrick McHardy · 16 years ago
  2. 359b9ab [NETFILTER]: nf_conntrack_expect: support inactive expectations by Patrick McHardy · 16 years ago
  3. 4bb119e [NETFILTER]: nf_conntrack_expect: show NF_CT_EXPECT_PERMANENT flag in /proc by Patrick McHardy · 16 years ago
  4. 1d9d752 [NETFILTER]: nf_conntrack_expect: constify nf_ct_expect_init arguments by Patrick McHardy · 16 years ago
  5. ef27559 [NETFILTER]: nf_conntrack: fix NF_CT_TUPLE_DUMP for IPv4 by Patrick McHardy · 16 years ago
  6. 30c69fe [NETFILTER]: ipt_CLUSTERIP: fix non-existant macro-name by Patrick McHardy · 16 years ago
  7. dfe98e9 Merge branch 'net-2.6.26-netns-20080326' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-dev by David S. Miller · 16 years ago
  8. f89e6e3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.26 by David S. Miller · 16 years ago
  9. 3a643d2 rt2x00: Fix in_atomic() usage by Ivo van Doorn · 16 years ago
  10. 866a050 rt2x00: Fix rate detection for invalid signals by Ivo van Doorn · 16 years ago
  11. 49d20fa PS3: gelic: Add support for separate cipher selection by Masakazu Mokuno · 16 years ago
  12. c01f9c6 b43: Don't compile N-PHY code when N-PHY is disabled by Michael Buesch · 16 years ago
  13. 1ea8739 iwlwifi: Completing the parameter packaging by Assaf Krauss · 16 years ago
  14. 83f7d57 ipw2200 annotations and fixes by Al Viro · 16 years ago
  15. 19d30e0 rt2x00: Add dev_flags to rx descriptor by Ivo van Doorn · 16 years ago
  16. e2839d8 mac80211: configure default wmm params correctly by Vladimir Koutny · 16 years ago
  17. 675ef58 mac80211: prevent tuning during scanning by Mohamed Abbas · 16 years ago
  18. 85249e5 mac80211: tear down of block ack sessions by Ron Rindjunsky · 16 years ago
  19. 7b9d44c mac80211: fixing debug prints for AddBA request by Ron Rindjunsky · 16 years ago
  20. 2e354ed mac80211: fixing delba debug print by Ron Rindjunsky · 16 years ago
  21. fab7d4a mac80211: filter scan results on unusable channels by Johannes Berg · 16 years ago
  22. e048c6e mac80211: use ieee80211_get_channel by Johannes Berg · 16 years ago
  23. 906c730 wireless: add wiphy channel freq to channel struct lookup helper by Johannes Berg · 16 years ago
  24. 857485c iwlwifi: move host command sending functions to core module by Tomas Winkler · 16 years ago
  25. 8622e70 iwlwifi: rename iwl4965_get_channel_info to iwl_get_channel_info by Assaf Krauss · 16 years ago
  26. 410e088 iwlwifi: iwl3945 remove 4965 commands by Tomas Winkler · 16 years ago
  27. ab885f8 iwlwifi-2.6: enables RX TKIP decryption in HW by Emmanuel Grumbach · 16 years ago
  28. 2bc7508 iwlwifi-2.6: enables HW TKIP encryption by Emmanuel Grumbach · 16 years ago
  29. 9ae4fda mac80211: allows driver to request a Phase 1 RX key by Emmanuel Grumbach · 16 years ago
  30. 5d2cdcd mac80211: get a TKIP phase key from skb by Emmanuel Grumbach · 16 years ago
  31. 17e476b iwlwifi-2.6: RX status translation to old scheme by Emmanuel Grumbach · 16 years ago
  32. deb09c4 iwlwifi-2.6: Cleans up set_key flow by Emmanuel Grumbach · 16 years ago
  33. bf85ea4 iwlwifi: Probe Flow - Extracting hw and priv init by Assaf Krauss · 16 years ago
  34. 1d0a082 iwlwifi: Probe Flow - Performing allocation in a separate function by Assaf Krauss · 16 years ago
  35. 00acbc9 iwlwifi: Packing all 4965 parameters by Assaf Krauss · 16 years ago
  36. 316c30d iwlwifi: Re-ordering probe flow (4965) by Assaf Krauss · 16 years ago
  37. 99f7d39 iwlwifi: remove macros containing offsets from eeprom struct by Reinette Chatre · 16 years ago
  38. ff829ae libertas: store rssi as an u32 by Holger Schurig · 16 years ago
  39. e98a88d libertas: remove lots of unused stuff by Holger Schurig · 16 years ago
  40. d4ff0ef libertas: misc power saving adjusts by Holger Schurig · 16 years ago
  41. c49c3b7 libertas: convert GET_LOG to a direct command by Holger Schurig · 16 years ago
  42. c97329e libertas: fix scheduling while atomic bug in CMD_MAC_CONTROL by Holger Schurig · 16 years ago
  43. 8db4a2b libertas: make a handy lbs_cmd_async() command by Holger Schurig · 16 years ago
  44. 712b6cf iwlwifi: Add debugfs to iwl core by Tomas Winkler · 16 years ago
  45. 19758be iwlwifi: Add TX/RX statistcs to driver by Tomas Winkler · 16 years ago
  46. c79dd5b iwlwifi: rename struct iwl4965_priv to struct iwl_priv by Tomas Winkler · 16 years ago
  47. 0a6857e iwlwifi: rename iwl-4965-debug.h back to iwl-debug.h by Tomas Winkler · 16 years ago
  48. 8236e18 iwlwifi: Bug fix, CCMP with HW encryption with AGG by Max Stepanov · 16 years ago
  49. 56ca84c libertas: remove some unused commands by Holger Schurig · 16 years ago
  50. d9e9778 libertas: rename packetfilter to mac_control by Holger Schurig · 16 years ago
  51. 835d3ac libertas: convert CMD_MAC_CONTROL to a direct command by Holger Schurig · 16 years ago
  52. 878628f [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  53. 57da52c [NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  54. 1218854 [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  55. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  56. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  57. 7cbca67 [IPV6]: Support Source Address Selection API (RFC5014). by YOSHIFUJI Hideaki · 16 years ago
  58. 1d5d236 [IPV6]: Use bitfields for hop_limit and mcast_hops. by YOSHIFUJI Hideaki · 16 years ago
  59. 6b75d09 [IPV6]: Optimize hop-limit determination. by YOSHIFUJI Hideaki · 16 years ago
  60. 4725474 [IPV6]: Convert cork.hop_limit and cork.tclass into u8 instead of int. by YOSHIFUJI Hideaki · 16 years ago
  61. c8cdaf9 [IPV4,IPV6]: Share cork.rt between IPv4 and IPv6. by YOSHIFUJI Hideaki · 16 years ago
  62. a9b0572 [IPV6] ADDRCONF: Clean-up ipv6_dev_get_saddr(). by YOSHIFUJI Hideaki · 16 years ago
  63. 9bb182a [XFRM] MIP6: Fix address keys for routing search. by YOSHIFUJI Hideaki · 16 years ago
  64. df8ea19 [XFRM] IPV6: Optimize __xfrm_tunnel_alloc_spi(). by YOSHIFUJI Hideaki · 16 years ago
  65. a002c6f [XFRM] IPV6: Optimize xfrm6_input_addr(). by YOSHIFUJI Hideaki · 16 years ago
  66. 3b6cdf9 [XFRM] IPV6: Use distribution counting sort for xfrm_state/xfrm_tmpl chain. by YOSHIFUJI Hideaki · 16 years ago
  67. 92f1fec [NETNS]: Enable TCP/UDP/ICMP inside namespace. by Denis V. Lunev · 16 years ago
  68. 2342fd7 [NETNS]: Allow to create sockets in non-initial namespace. by Denis V. Lunev · 16 years ago
  69. f145049 [NETNS]: Drop packets in the non-initial namespace on the per/protocol basis. by Denis V. Lunev · 16 years ago
  70. 0be43f8 [NETNS]: Process netfilter hooks in initial namespace only. by Denis V. Lunev · 16 years ago
  71. 05cf89d [NETNS]: Process INET socket layer in the correct namespace. by Denis V. Lunev · 16 years ago
  72. cb84663 [NETNS]: Process IP layer in the context of the correct namespace. by Denis V. Lunev · 16 years ago
  73. 7a6adb9 [NETNS]: Add namespace parameter to ip_cmsg_send. by Denis V. Lunev · 16 years ago
  74. f2c4802 [NETNS]: Add namespace parameter to ip_options_get(...). by Denis V. Lunev · 16 years ago
  75. 0e6bd4a [NETNS]: Add namespace parameter to ip_options_compile. by Denis V. Lunev · 16 years ago
  76. ffc31d3 [NETNS]: /proc/net/arp namespacing. by Denis V. Lunev · 16 years ago
  77. 49e8a27 [NETNS]: Process ARP in the context of the correct namespace. by Denis V. Lunev · 16 years ago
  78. 2feb27d [NETNS]: Minor information leak via /proc/net/ptype file. by Pavel Emelyanov · 16 years ago
  79. 84c375a [NETNS][UDP-Lite]: Register /proc/net/udplite(6) in a namespace. by Pavel Emelyanov · 16 years ago
  80. ff2bac6 [UDP-Lite]: Clean up proc creation a bit. by Pavel Emelyanov · 16 years ago
  81. 757764f [NETNS][TCP]: Register /proc/net/tcp in a namespace. by Pavel Emelyanov · 16 years ago
  82. 15439fe [NETNS][UDP]: Register /proc/net/udp in a namespace. by Pavel Emelyanov · 16 years ago
  83. 06802a8 Merge branch 'master' of ../net-2.6/ by David S. Miller · 16 years ago
  84. 9bd512f [CASSINI]: Use shorter list_splice_init() macro for brevity. by Robert P. J. Day · 16 years ago
  85. 80445cf [SCTP]: Remove redundant wrapper functions. by Florian Westphal · 16 years ago
  86. 2444844 [SCTP]: Replace char msg[] with static const char[]. by Florian Westphal · 16 years ago
  87. 3d3b2d2 fib_trie: print information on all routing tables by Stephen Hemminger · 16 years ago
  88. 2a706ec [AF_PACKET]: Remove unused variable. by Jiri Olsa · 16 years ago
  89. 2051f11 [TCP]: Shrink syncookie_secret by 8 byte. by Florian Westphal · 16 years ago
  90. 310afe8 [NET]: include/linux/udp.h - remove duplicate include by Joe Perches · 16 years ago
  91. cc32e05 [NET]: include/linux/igmp.h - remove duplicate include by Joe Perches · 16 years ago
  92. 414f69d [NET]: include/linux/atalk.h - remove duplicate include by Joe Perches · 16 years ago
  93. 7d164be [NET]: include/net/route.h - remove duplicate include by Joe Perches · 16 years ago
  94. 8f3ea33 sch_htb: fix "too many events" situation by Martin Devera · 16 years ago
  95. 061964f [IPV6]: Remove unused code in ndisc_send_redirect(). by Rami Rosen · 16 years ago
  96. 4b1b366 connector: convert to single-threaded workqueue by Evgeniy Polyakov · 16 years ago
  97. dbee0d3 [ATM]: When proc_create() fails, do some error handling work and return -ENOMEM. by Wang Chen · 16 years ago
  98. da990a2 [SUNGEM]: Fix NAPI assertion failure. by David S. Miller · 16 years ago
  99. 2572c14 BNX2X: prevent ethtool from setting port type by Eliezer Tamir · 16 years ago
  100. d5706ef [8390]: Fix build error. by David S. Miller · 16 years ago