1. c2c77ec Bluetooth: Fix kernel crash on L2CAP stress tests by Andrei Emeltchenko · 15 years ago
  2. aef7d97 Bluetooth: Convert debug files to actually use debugfs instead of sysfs by Marcel Holtmann · 15 years ago
  3. 101545f Bluetooth: Fix potential bad memory access with sysfs files by Marcel Holtmann · 15 years ago
  4. af98441 Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 15 years ago
  5. 37b7ef7 netfilter: ctnetlink: fix reliable event delivery if message building fails by Pablo Neira Ayuso · 15 years ago
  6. 1a50307 netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err() by Pablo Neira Ayuso · 15 years ago
  7. 73852e8 NET_DMA: free skbs periodically by Steven J. Magnani · 15 years ago
  8. f5d410f netlink: fix unaligned access in nla_get_be64() by Pablo Neira Ayuso · 15 years ago
  9. 6830c25 tcp: Fix tcp_mark_head_lost() with packets == 0 by Lennart Schulte · 15 years ago
  10. a50436f net: ipmr/ip6mr: fix potential out-of-bounds vif_table access by Patrick McHardy · 15 years ago
  11. ea93fd9 KS8695: update ksp->next_rx_desc_read at the end of rx loop by Yegor Yefremov · 15 years ago
  12. b894fa2 igb: Add support for 82576 ET2 Quad Port Server Adapter by Carolyn Wyborny · 15 years ago
  13. 29b8dd0 ixgbevf: Message formatting cleanups by Greg Rose · 15 years ago
  14. 4c3a822 ixgbevf: Shorten up delay timer for watchdog task by Greg Rose · 15 years ago
  15. 33bd9f6 ixgbevf: Fix VF Stats accounting after reset by Greg Rose · 15 years ago
  16. fd3686a ixgbe: Set IXGBE_RSC_CB(skb)->DMA field to zero after unmapping the address by Mallikarjuna R Chilakala · 15 years ago
  17. 936332b ixgbe: fix for real_num_tx_queues update issue by Vasu Dev · 15 years ago
  18. 97e3ecd TCP: check min TTL on received ICMP packets by stephen hemminger · 15 years ago
  19. 1041444 ipv6: Remove redundant dst NULL check in ip6_dst_check by Herbert Xu · 15 years ago
  20. d11a4dc ipv4: check rt_genid in dst_check by Timo Teräs · 15 years ago
  21. 11bc308 smsc95xx: Fix tx checksum offload for small packets by Steve Glendinning · 15 years ago
  22. 0ecad5a ixgbe: Fix 82599 KX4 Wake on LAN issue after an improper system shutdown by Mallikarjuna R Chilakala · 15 years ago
  23. 1097cd1 ixgbe: Fix 82599 multispeed fiber link issues due to Tx laser flapping by Mallikarjuna R Chilakala · 15 years ago
  24. 4227f62d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  25. 0641e4f net: Potential null skb->dev dereference by Eric Dumazet · 15 years ago
  26. 54d259d jme: Advance driver version number by Guo-Fu Tseng · 15 years ago
  27. bf5e536 jme: Protect vlgrp structure by pause RX actions. by Guo-Fu Tseng · 15 years ago
  28. 17da69b jme: Fix VLAN memory leak by Guo-Fu Tseng · 15 years ago
  29. 658cc52 KS8851: Avoid NULL pointer in set rx mode by Abraham Arce · 15 years ago
  30. b634f87 tcp: Fix OOB POLLIN avoidance. by Alexandra Kossovsky · 15 years ago
  31. 22001a1 gigaset: fix build failure by Tilman Schmidt · 15 years ago
  32. 535297a vhost: fix error handling in vring ioctls by Michael S. Tsirkin · 15 years ago
  33. 0e25557 vhost: fix interrupt mitigation with raw sockets by Michael S. Tsirkin · 15 years ago
  34. 87faf3c bridge: Make first arg to deliver_clone const. by David S. Miller · 15 years ago
  35. 32dec5d bridge br_multicast: Don't refer to BR_INPUT_SKB_CB(skb)->mrouters_only without IGMP snooping. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  36. 858a18a route: Fix caught BUG_ON during rt_secret_rebuild_oneshot() by Vitaliy Gusev · 15 years ago
  37. 8440853 bridge br_multicast: Fix skb leakage in error path. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  38. 0ba8c9e bridge br_multicast: Fix handling of Max Response Code in IGMPv3 message. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  39. 21edbb2 NET: netpoll, fix potential NULL ptr dereference by Jiri Slaby · 15 years ago
  40. a2f46ee tipc: fix lockdep warning on address assignment by Neil Horman · 15 years ago
  41. c3259c8 l2tp: Fix UDP socket reference count bugs in the pppol2tp driver by James Chapman · 15 years ago
  42. db443c4 smsc95xx: wait for PHY to complete reset during init by Steve Glendinning · 15 years ago
  43. 3feec90 l2tp: Fix oops in pppol2tp_xmit by James Chapman · 15 years ago
  44. d0cad87 smsc75xx: SMSC LAN75xx USB gigabit ethernet adapter driver by Steve Glendinning · 15 years ago
  45. c5e49fb ne: Do not use slashes in irq name string by Atsushi Nemoto · 15 years ago
  46. edee393 NET: ksz884x, fix lock imbalance by Jiri Slaby · 15 years ago
  47. 6ad3414 gigaset: correct range checking off by one error by Tilman Schmidt · 15 years ago
  48. c8406ea iwlwifi: Silence tfds_in_queue message by Adel Gadllah · 15 years ago
  49. 4fdec03 ath9k: fix BUG_ON triggered by PAE frames by Felix Fietkau · 15 years ago
  50. 3f60ebc wl1251: fix potential crash by Grazvydas Ignotas · 15 years ago
  51. 7f7708f bridge: Fix br_forward crash in promiscuous mode by Michael Braun · 15 years ago
  52. 0821ec5 bridge: Move NULL mdb check into br_mdb_ip_get by Herbert Xu · 15 years ago
  53. d00561a ISDN: Add PCI ID for HFC-2S/4S Beronet Card PCIe by Lars Ellenberg · 15 years ago
  54. 4961e02 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  55. d14a0eb net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisation by Gerrit Renker · 15 years ago
  56. b8d6897 myri: remove dead code by Dan Carpenter · 15 years ago
  57. 873a69a gigaset: prune use of tty_buffer_request_room by Tilman Schmidt · 15 years ago
  58. 3a0a3a6 gigaset: correct clearing of at_state strings on RING by Tilman Schmidt · 15 years ago
  59. bc35b4e gigaset: avoid registering CAPI driver more than once by Tilman Schmidt · 15 years ago
  60. 4d823be obsolete config in kernel source: HSO_AUTOPM by Christoph Egger · 15 years ago
  61. 6329da5 obsolete config in kernel source: USE_INTERNAL_TIMER by Christoph Egger · 15 years ago
  62. d287d66 atm: use for_each_set_bit() by Akinobu Mita · 15 years ago
  63. a1ca14a phonet: use for_each_set_bit() by Akinobu Mita · 15 years ago
  64. f28f9e4 timestamping: fix example build by Randy Dunlap · 15 years ago
  65. 876e956 drivers/net: drop redundant memset by Julia Lawall · 15 years ago
  66. 255f5c3 i4l: change magic numbers in Eicon DIVA ISDN driver to symbolic names by Ian Munsie · 15 years ago
  67. 8b4017d i4l: silence compiler warnings for array access in Eicon DIVA ISDN driver by Ian Munsie · 15 years ago
  68. dec9951 isdn: misplaced parenthesis in pof_handle_data() by Roel Kluin · 15 years ago
  69. 9baddeb bnx2x: change smp_mb() comment to conform the true by Stanislaw Gruszka · 15 years ago
  70. 0efc22f bnx2x: remove not necessary compiler barrier by Stanislaw Gruszka · 15 years ago
  71. 2d99cf1 bnx2x: use smp_mb() to keep ordering of read write operations by Stanislaw Gruszka · 15 years ago
  72. d4a2ac3 be2net: fix mccq create for big endian architectures by Ajit Khaparde · 15 years ago
  73. d4fdcd9 TI DaVinci EMAC: Convert to dev_pm_ops by chaithrika@ti.com · 15 years ago
  74. be5bce2 net: davinci emac: use dma_{map, unmap}_single API for cache coherency by Sekhar Nori · 15 years ago
  75. 211a0d9 e100: Fix ring parameter change handling regression. by David S. Miller · 15 years ago
  76. a3d3203 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  77. f937331 init dynamic bin_attribute structures by Wolfram Sang · 15 years ago
  78. ec28dcc Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into release by Len Brown · 15 years ago
  79. 149fe9c ACPI: processor: push file static MADT pointer into internal map_madt_entry() by Alex Chiang · 15 years ago
  80. eae701c ACPI: processor: refactor internal map_lsapic_id() by Alex Chiang · 15 years ago
  81. d674209 ACPI: processor: refactor internal map_x2apic_id() by Alex Chiang · 15 years ago
  82. 1113073 ACPI: processor: refactor internal map_lapic_id() by Alex Chiang · 15 years ago
  83. d8191fa ACPI: processor: driver doesn't need to evaluate _PDC by Alex Chiang · 15 years ago
  84. 3b1da4c ACPI: processor: remove early _PDC optin quirks by Alex Chiang · 15 years ago
  85. 5d554a7 ACPI: processor: add internal processor_physically_present() by Alex Chiang · 15 years ago
  86. 78ed8bd ACPI: processor: move acpi_get_cpuid into processor_core.c by Alex Chiang · 15 years ago
  87. 2e9d5e4 ACPI: processor: export acpi_get_cpuid() by Alex Chiang · 15 years ago
  88. 4d5d4cd ACPI: processor: mv processor_pdc.c processor_core.c by Alex Chiang · 15 years ago
  89. 0131aa3 ACPI: processor: mv processor_core.c processor_driver.c by Alex Chiang · 15 years ago
  90. 4c81ba4 ACPI: plan to delete "acpi=ht" boot option by Len Brown · 15 years ago
  91. 8144c88 ACPI: remove "acpi=ht" DMI blacklist by Len Brown · 15 years ago
  92. 7e0e9c0 PNPACPI: add bus number support by Bjorn Helgaas · 15 years ago
  93. fa35b492 PNPACPI: add window support by Bjorn Helgaas · 15 years ago
  94. 9d7cca0 resource: add window support by Bjorn Helgaas · 15 years ago
  95. 0f4050c resource: add bus number support by Bjorn Helgaas · 15 years ago
  96. cd7e9fc resource: expand IORESOURCE_TYPE_BITS to make room for bus resource type by Bjorn Helgaas · 15 years ago
  97. 181427a tomoyo: fix potential use after free by Dan Carpenter · 15 years ago
  98. d060705 acpiphp: Execute ACPI _REG method for hotadded devices by Shaohua Li · 15 years ago
  99. 70287db ACPI video: Be more liberal in validating _BQC behaviour by Matthew Garrett · 15 years ago
  100. bca14dd Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago