1. 7b1cffa [NETNS][DCCPV4]: Move the dccp_v4_ctl_sk on the struct net. by Pavel Emelyanov · 16 years ago
  2. 72a2d61 [NETNS][DCCPV4]: Add dummy per-net operations. by Pavel Emelyanov · 16 years ago
  3. 67019cc [NETNS]: Add an empty netns_dccp structure on struct net. by Pavel Emelyanov · 16 years ago
  4. 5f4472c [TCP]: Remove owner from tcp_seq_afinfo. by Denis V. Lunev · 16 years ago
  5. 68fcadd [TCP]: Place file operations directly into tcp_seq_afinfo. by Denis V. Lunev · 16 years ago
  6. 52d6f3f [TCP]: Cleanup /proc/tcp[6] creation/removal. by Denis V. Lunev · 16 years ago
  7. 9427c4b [TCP]: Move seq_ops from tcp_iter_state to tcp_seq_afinfo. by Denis V. Lunev · 16 years ago
  8. 1abf4fb [TCP]: No need to check afinfo != NULL in tcp_proc_(un)register. by Denis V. Lunev · 16 years ago
  9. a4146b1 [TCP]: Replace struct net on tcp_iter_state with seq_net_private. by Denis V. Lunev · 16 years ago
  10. 2cf83af [ATM] drivers/atm/horizon.c: stop inlining largish static functions by Denys Vlasenko · 16 years ago
  11. ac6f781 [INET]: sk_reuse is valbool by Gerrit Renker · 16 years ago
  12. 3654ea0 [TIPC]: Improve socket time conversions by Allan Stephens · 16 years ago
  13. 967369328 [TIPC]: Remove redundant socket wait queue initialization by Allan Stephens · 16 years ago
  14. 6fb9114 Merge branch 'net-2.6.26-misc-20080412b' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-dev by David S. Miller · 16 years ago
  15. 03e1ad7 LSM: Make the Labeled IPsec hooks more stack friendly by Paul Moore · 16 years ago
  16. 0044787 NetLabel: Allow passing the LSM domain as a shared pointer by Paul Moore · 16 years ago
  17. b9f3124 [AF_UNIX]: Use SEQ_START_TOKEN by Joe Perches · 16 years ago
  18. 1a41879 MAINTAINERS: New sctp mailing list by Vlad Yasevich · 16 years ago
  19. 765ff02 [SCTP]: Remove an unused parameter from sctp_cmd_hb_timer_update by Gui Jianfeng · 16 years ago
  20. 9dbc15f [SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate. by Robert P. J. Day · 16 years ago
  21. 30e9356 [SCTP]: Correct /proc/net/assocs formatting error by Neil Horman · 16 years ago
  22. 05f175c [IPV6]: Fix IPV6_RECVERR for connected raw sockets. by YOSHIFUJI Hideaki · 16 years ago
  23. 876c7f4 [IPv6]: Change IPv6 unspecified destination address to ::1 for raw and un-connected sockets by Brian Haley · 16 years ago
  24. 6ac7eb0 [IPV6] MROUTE: Adjust IPV6 multicast routing module to use mroute6 header declarations. by Rami Rosen · 16 years ago
  25. b2a9d7c [IPV6]: Check length of int/boolean optval provided by user in setsockopt(). by YOSHIFUJI Hideaki · 16 years ago
  26. a28398b [IPV6]: Check length of optval provided by user in setsockopt(). by Wang Chen · 16 years ago
  27. 7f1eced [IPV6] MIP6: Use our standard definitions for paddings. by YOSHIFUJI Hideaki · 16 years ago
  28. d7aabf2 [IPV6]: Use in6addr_any where appropriate. by YOSHIFUJI Hideaki · 16 years ago
  29. f3ee401 [IPV6]: Define constants for link-local multicast addresses. by YOSHIFUJI Hideaki · 16 years ago
  30. 9acd9f3 [IPV6]: Make address arguments const. by YOSHIFUJI Hideaki · 16 years ago
  31. dfd982b [IPV6] ADDRCONF: Uninline ipv6_isatap_eui64(). by YOSHIFUJI Hideaki · 16 years ago
  32. 3eb84f4 [IPV6] ADDRCONF: Uninline ipv6_addr_hash(). by YOSHIFUJI Hideaki · 16 years ago
  33. fed85383 [IPV6]: Use XOR and OR rather than mutiple ands for ipv6 address comparisons. by YOSHIFUJI Hideaki · 16 years ago
  34. caad295 [IPV6]: Use ipv6_addr_equal() instead of !ipv6_addr_cmp(). by YOSHIFUJI Hideaki · 16 years ago
  35. ff4e1fb [IPV6] FIB_RULE: Sparse: fib6_rules_cleanup() is of void. by YOSHIFUJI Hideaki · 16 years ago
  36. a9f83bf [IPV6]: Sparse: Reuse previous delaration where appropriate. by YOSHIFUJI Hideaki · 16 years ago
  37. 02e10b9 [IPV6] SIT: Sparse: Use NULL pointer instead of 0. by YOSHIFUJI Hideaki · 16 years ago
  38. aba6096 [IPV6]: Kill several warnings without CONFIG_IPV6_MROUTE. by YOSHIFUJI Hideaki · 16 years ago
  39. c0b8c32 IPV4: use xor rather than multiple ands for route compare by Stephen Hemminger · 16 years ago
  40. 996b1db [SCTP]: Use snmp_mib_{init,free}(). by YOSHIFUJI Hideaki · 16 years ago
  41. 24e8b7e [DCCP]: Use snmp_mib_{init,free}(). by YOSHIFUJI Hideaki · 16 years ago
  42. 387a548 ipv4: fib_trie leaf free optimization by Stephen Hemminger · 16 years ago
  43. ef3660c ipv4: fib_trie remove unused argument by Stephen Hemminger · 16 years ago
  44. 2e1e984 [ATM]: Use SEQ_START_TOKEN by Joe Perches · 16 years ago
  45. 4dfc281 [Syncookies]: Add support for TCP options via timestamps. by Florian Westphal · 16 years ago
  46. 15be75c IPV4: fib_trie use vmalloc for large tnodes by Stephen Hemminger · 16 years ago
  47. 5c06f51 [IPV6]: Remove unused declarations in include/net/ip6_route.h. by Rami Rosen · 16 years ago
  48. 2d7bf36 iucv: Delay bus registration until core is ready. by Cornelia Huck · 16 years ago
  49. 9284d6c iucv: get rid of in_atomic() use. by Heiko Carstens · 16 years ago
  50. 3db8ce3 af_iucv: Use non-deprecated __RW_LOCK_UNLOCKED macro. by Robert P. J. Day · 16 years ago
  51. 4738c1d [SKFILTER]: Add SKF_ADF_NLATTR instruction by Patrick McHardy · 16 years ago
  52. 3cccd60 [IPV6] Remove three method declarations in include/net/ndisc.h. by Rami Rosen · 16 years ago
  53. eab2e0b2 SCTP: Remove useless assignment from __sctp_rcv_lookup_endpoint by Gui Jianfeng · 16 years ago
  54. 935a7f6 SCTP: fix wrong debug counting of bind_bucket by Li Zefan · 16 years ago
  55. e8c3875 SCTP: fix wrong debug counting of datamsg by Li Zefan · 16 years ago
  56. 2fa7527ba IPV4: route rekey timer can be deferrable by Stephen Hemminger · 16 years ago
  57. 1294fc4 IPV4: route use jhash3 by Stephen Hemminger · 16 years ago
  58. 5969f71 IPV4: route inline changes by Stephen Hemminger · 16 years ago
  59. 43db6d6 socket: sk_filter deinline by Stephen Hemminger · 16 years ago
  60. b715631 socket: sk_filter minor cleanups by Stephen Hemminger · 16 years ago
  61. d9c58f3 mac80211: fix key debugfs default_key link by Johannes Berg · 16 years ago
  62. cfcdf40 drivers/net/wireless/p54/net2280.h: silence checkpatch.pl by Christian Lamparter · 16 years ago
  63. fb26971 p54: move to separate directory by Christian Lamparter · 16 years ago
  64. 2c8dccc mac80211: rename files by Johannes Berg · 16 years ago
  65. 3b96766 mac80211: fix key vs. sta locking problems by Johannes Berg · 16 years ago
  66. 7d1559f mac80211: fix sta-info pinning by Johannes Berg · 16 years ago
  67. 4d6141c3 mac80211: fix defined but not used by Jiri Slaby · 16 years ago
  68. e764948 adm8211: remove commented-out code by Pavel Machek · 16 years ago
  69. 513a102 mac80211: BA session debug prints changes by Ron Rindjunsky · 16 years ago
  70. 8cf6a31 b43: use b43_is_mode() call by Michael Buesch · 16 years ago
  71. 5042c50 b43: Fix PHY TX control words in SHM by Michael Buesch · 16 years ago
  72. c97a4cc b43: Fix beacon BH update by Michael Buesch · 16 years ago
  73. 84363e6 mac80211: notify mac from low level driver (iwlwifi) by Mohamed Abbas · 16 years ago
  74. 380a942 mac80211: fix ieee80211_ioctl_giwrate by Johannes Berg · 16 years ago
  75. bebb8a5 mac80211: make debugfs files root-only by Johannes Berg · 16 years ago
  76. a82d992 b43: Beaconing fixes by Michael Buesch · 16 years ago
  77. 182e2e6 iwlwifi: honour regulatory restrictions in scan code by Johannes Berg · 16 years ago
  78. 41a7be4 mac80211: notify upper layers after lower by Reinette Chatre · 16 years ago
  79. 03d29c6 iwlwifi: fix rfkill memory error by Mohamed Abbas · 16 years ago
  80. fe00b5a iwlwifi: ensure led registration complete as part of initialization by Reinette Chatre · 16 years ago
  81. dc92e49 iwlwifi: use ieee80211_frequency_to_channel by Tomas Winkler · 16 years ago
  82. fee1247 iwlwifi: move driver status inliners into iwl-core.h by Tomas Winkler · 16 years ago
  83. 12a81f6 iwlwifi: hw names cleanup by Tomas Winkler · 16 years ago
  84. 133adf0 rt2x00: Use lib->config_filter() during scheduled packet filter config by Ivo van Doorn · 16 years ago
  85. 253898c cfg80211: default to regulatory max power for channel by John W. Linville · 16 years ago
  86. d59f720 b43: Fix TBTT and PU timings by Michael Buesch · 16 years ago
  87. 7b58416 b43: Add more N-PHY stuff by Michael Buesch · 16 years ago
  88. 9cfb000 mac80211: clean up IEEE80211_FC use by Johannes Berg · 16 years ago
  89. 49ec6fa2 mac80211: fix possible sta-debugfs work lockup by Johannes Berg · 16 years ago
  90. d8c17e1 b43: Use SSB block-I/O to do PIO by Michael Buesch · 16 years ago
  91. 3631612 iwl4965: use IWLWIFI_LEDS config variable by Reinette Chatre · 16 years ago
  92. d625a29 ssb: Add support for block-I/O by Michael Buesch · 16 years ago
  93. 93af261 drivers/net/wireless/iwlwifi/iwl-3945.h: correct CONFIG_IWL4965_LEDS typo by John W. Linville · 16 years ago
  94. d72bb40 ssb: Fix build for non-PCIhost by Michael Buesch · 16 years ago
  95. fb14a7e libertas: remove lbs_get_fwversion() by Holger Schurig · 16 years ago
  96. 73ab1f2 libertas: move lbs_update_channel out of assoc.c by Holger Schurig · 16 years ago
  97. 245bf20 libertas: move association code from scan.c into assoc.c by Holger Schurig · 16 years ago
  98. 697900a libertas: move association code from join.c into scan.c by Holger Schurig · 16 years ago
  99. 53f36d7 iwlwifi/Kconfg: make IWLWIFI_LEDS invisible by John W. Linville · 16 years ago
  100. a0b484f iwlwifi: fix some warnings by Johannes Berg · 16 years ago