1. 97ed839 drivers/net/Kconfig: fix whitespace for GELIC_WIRELESS entry by John W. Linville · 16 years ago
  2. 94be1a3 [NETFILTER]: nf_queue: don't return error when unregistering a non-existant handler by Patrick McHardy · 16 years ago
  3. 914afea [NETFILTER]: nfnetlink_queue: fix EPERM when binding/unbinding and instance 0 exists by Patrick McHardy · 16 years ago
  4. b7047a1 [NETFILTER]: nfnetlink_log: fix EPERM when binding/unbinding and instance 0 exists by Patrick McHardy · 16 years ago
  5. 019f692 [NETFILTER]: nf_conntrack: replace horrible hack with ksize() by Pekka Enberg · 16 years ago
  6. 3d89e9c [NETFILTER]: nf_conntrack: add \n to "expectation table full" message by Alexey Dobriyan · 16 years ago
  7. 4f4c943 [NETFILTER]: xt_time: fix failure to match on Sundays by Jan Engelhardt · 16 years ago
  8. 7000d38 [NETFILTER]: nfnetlink_log: fix computation of netlink skb size by Eric Leblond · 16 years ago
  9. cabaa9b [NETFILTER]: nfnetlink_queue: fix computation of allocated size for netlink skb. by Eric Leblond · 16 years ago
  10. b5e85de [NETFILTER]: nfnetlink: fix ifdef in nfnetlink_compat.h by Patrick McHardy · 16 years ago
  11. e621e69 [NET]: include <linux/types.h> into linux/ethtool.h for __u* typedef by Kirill A. Shutemov · 16 years ago
  12. e9720ac [NET]: Make /proc/net a symlink on /proc/self/net (v3) by Pavel Emelyanov · 16 years ago
  13. 1ff82fe RxRPC: fix rxrpc_recvmsg()'s returning of msg_name by David Howells · 16 years ago
  14. 02ff05c net/enc28j60: oops fix by David Brownell · 16 years ago
  15. e8a1d91 drivers/net/ac3200.c: replace init_module&cleanup_module with module_init&module_exit by Jon Schindler · 16 years ago
  16. 3cfbb67 drivers/net/apne.c: replace init_module&cleanup_module with module_init&module_exit by Jon Schindler · 16 years ago
  17. 7249d4c drivers/net/arcnet/capmode.c: replace init_module&cleanup_module with module_init&module_exit by Jon Schindler · 16 years ago
  18. 32c9874 drivers/net/appletalk/ltpc.c: replace init_module&cleanup_module with module_init&module_exit by Jon Schindler · 16 years ago
  19. a4e2acf bluetooth: make bnep_sock_cleanup() return void by Tobias Klauser · 16 years ago
  20. 04005dd bluetooth: Make hci_sock_cleanup() return void by Tobias Klauser · 16 years ago
  21. 147e2d5 bluetooth: hci_core: defer hci_unregister_sysfs() by Dave Young · 16 years ago
  22. 09a7603 bluetooth: CONWISE Technology based adapters with buggy SCO support (bugzilla #9027) by SDiZ · 16 years ago
  23. e653181 [PPPOL2TP]: Fix SMP issues in skb reorder queue handling by James Chapman · 16 years ago
  24. cf3752e [PPPOL2TP]: Make locking calls softirq-safe by James Chapman · 16 years ago
  25. 5a346a1 atm: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  26. d4f7751 isdn: replace __inline with inline by Harvey Harrison · 16 years ago
  27. 4eb329a irda: replace __inline with inline by Harvey Harrison · 16 years ago
  28. dfec722 net: replace __inline with inline by Harvey Harrison · 16 years ago
  29. 219b99a [SCTP]: Bring MAX_BURST socket option into ietf API extension compliance by Neil Horman · 16 years ago
  30. 140ee96 SCTP: Fix chunk parameter processing bug by Gui Jianfeng · 16 years ago
  31. 0d66afe make s2io.c:init_tti() static by Adrian Bunk · 16 years ago
  32. f9e7d10 FIXED_PHY must depend on PHYLIB=y by Adrian Bunk · 16 years ago
  33. f37c768 fix drivers/net/atarilance.c compilation by Adrian Bunk · 16 years ago
  34. d94e6fe Intel ethernet adapter: Update MAINTAINERS by Auke Kok · 16 years ago
  35. 5a059e9 ixgbe: fix typo in speed mesage by Emil Tantilov · 16 years ago
  36. f902283 e100: Do suspend/shutdown like e1000 by Auke Kok · 16 years ago
  37. af856bb ehea: Fix missing Kconfig dependency by Thomas Klein · 16 years ago
  38. 36c86bd axnet_cs: change debugging level for "Too much work at interrupt" message. by Komuro · 16 years ago
  39. 27c8bc2 mv643xx_eth: Define module alias for platform device by Martin Michlmayr · 16 years ago
  40. f25f0f8 de2104x: remove BUG_ON() when changing media type by Ondrej Zary · 16 years ago
  41. 8b7c166 dm9161: add configuration for MII/RMII by frederic Rodo · 16 years ago
  42. dea75bd [IPCONFIG]: The kernel gets no IP from some DHCP servers by Stephen Hemminger · 16 years ago
  43. 3123e66 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  44. c256e05 b43legacy: Fix module init message by Michael Buesch · 16 years ago
  45. cdb2a9f rndis_wlan: fix broken data copy by Jussi Kivilinna · 16 years ago
  46. 8a96df8 libertas: compare the current command with response by Sebastian Siewior · 16 years ago
  47. 6305f49 libertas: fix sanity check on sequence number in command response by David Woodhouse · 16 years ago
  48. c2f2d3a p54: fix eeprom parser length sanity checks by Johannes Berg · 16 years ago
  49. 8c28293 p54: fix EEPROM structure endianness by Johannes Berg · 16 years ago
  50. dc63644 ssb: Add pcibios_enable_device() return value check by Yoichi Yuasa · 16 years ago
  51. 1d60ab0 rc80211-pid: fix rate adjustment by Stefano Brivio · 16 years ago
  52. ed58dd4 [ESP]: Add select on AUTHENC by Herbert Xu · 16 years ago
  53. 7adc383 [TCP]: Improve ipv4 established hash function. by David S. Miller · 16 years ago
  54. d9452e9 [NETPOLL]: Revert two bogus cleanups that broke netconsole. by David S. Miller · 16 years ago
  55. ec9b6ad [PPPOL2TP]: Add missing sock_put() in pppol2tp_tunnel_closeall() by Jarek Poplawski · 16 years ago
  56. c8fff1c Subject: [PPPOL2TP] add missing sock_put() in pppol2tp_recv_dequeue() by Jarek Poplawski · 16 years ago
  57. 8e8440f [BLUETOOTH]: l2cap info_timer delete fix in hci_conn_del by Dave Young · 16 years ago
  58. 7e36763 [NET]: Fix race in generic address resolution. by Frank Blaschka · 16 years ago
  59. c3d84a4 iucv: fix build error on !SMP by Heiko Carstens · 16 years ago
  60. d152a7d [TCP]: Must count fack_count also when skipping by Ilpo Järvinen · 16 years ago
  61. 4010237 [TUN]: Fix RTNL-locking in tun/tap driver by Kim B. Heino · 16 years ago
  62. 459eea7 [SCTP]: Use proc_create to setup de->proc_fops. by Pavel Emelyanov · 16 years ago
  63. 5e47879 [IRDA]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  64. 0bc8c7b [TCP]: BIC web page link is corrected. by Sangtae Ha · 16 years ago
  65. 2335f8e [X25]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  66. 6d37a15 [WANROUTER]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  67. d45fba3 [8021Q]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  68. 7702072 [IPV4]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  69. 4436f4c [IPV6]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  70. 160f17e [SCTP]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  71. 25296d5 [PKTGEN]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  72. 46ecf0b [NEIGHBOUR]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  73. 7e02180 [LLC]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  74. 1e15dc9 [IPX]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  75. 2ce8f04 [SUNRPC]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  76. 64758bd Merge branch 'pending' of master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 16 years ago
  77. 16e297b [ATM]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  78. 7e8616d [SCTP]: Update AUTH structures to match declarations in draft-16. by Vlad Yasevich · 16 years ago
  79. b40db68 [SCTP]: Incorrect length was used in SCTP_*_AUTH_CHUNKS socket option by Vlad Yasevich · 16 years ago
  80. 15efbe7 [SCTP]: Clean up naming conventions of sctp protocol/address family registration by Neil Horman · 16 years ago
  81. ed2b5b4 [APPLETALK]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  82. 4d9d2cb [BNX2X]: add bnx2x to MAINTAINERS by Eliezer Tamir · 16 years ago
  83. 8d84a44 [BNX2X]: update version, remove CVS strings by Eliezer Tamir · 16 years ago
  84. 96fc178 [BNX2X]: Fix Xmit bugs by Eliezer Tamir · 16 years ago
  85. e8717a4 [BNX2X]: Prevent PCI queue overflow by Eliezer Tamir · 16 years ago
  86. 228241e [BNX2X]: fix slowpath races and locking by Eliezer Tamir · 16 years ago
  87. 877e9aa [BNX2X]: fix HW attentions and error handling by Eliezer Tamir · 16 years ago
  88. 615f8fd [BNX2X]: fix MSI-X/INT#A errata by Eliezer Tamir · 16 years ago
  89. 0e39e64 [BNX2X]: correct statistics by Eliezer Tamir · 16 years ago
  90. 49d6677 [BNX2X]: Correct RX filtering and MC configuration by Eliezer Tamir · 16 years ago
  91. f141064 [BNX2X]: Correct Link management by Eliezer Tamir · 16 years ago
  92. 2504795 [BNX2X]: Correct init_one() by Eliezer Tamir · 16 years ago
  93. c14423f [BNX2X]: Spelling fixes by Eliezer Tamir · 16 years ago
  94. 21e4318 [IPCOMP]: Disable BH on output when using shared tfm by Herbert Xu · 16 years ago
  95. 60717f7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  96. 2d8d4fd SSB PCI core driver: use new SPROM data structure by Aurelien Jarno · 16 years ago
  97. f9d8f88 Don't build bcm43xx if SSB is static and b43 PCI-SSB bridge is enabled. by Alexey Zaytsev · 16 years ago
  98. c708453 Use a separate config option for the b43 pci to ssb bridge. by Alexey Zaytsev · 16 years ago
  99. 4b7524a libertas: Remove unused exports by Roland Dreier · 16 years ago
  100. 03147df mac80211: fix kmalloc vs. net_ratelimit by Johannes Berg · 16 years ago