1. 384943e Bluetooth: Fix wrong module refcount when connection setup fails by Marcel Holtmann · 15 years ago
  2. e1cc1c5 Merge branch 'net-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 by David S. Miller · 15 years ago
  3. 9d34d1a bonding: fix panic if initialization fails by Florian Westphal · 15 years ago
  4. 7aa6a47 IXP4xx: complete Ethernet netdev setup before calling register_netdev(). by Krzysztof Hałasa · 15 years ago
  5. 3ba8c79 IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization. by Krzysztof Hałasa · 15 years ago
  6. be8be9e ipvs: Fix IPv4 FWMARK virtual services by Simon Horman · 15 years ago
  7. e81963b ipv4: Make INET_LRO a bool instead of tristate. by David S. Miller · 15 years ago
  8. 9b05126 net: remove stale reference to fastroute from Kconfig help text by Ashish Karkare · 15 years ago
  9. b805007 net: update skb_recycle_check() for hardware timestamping changes by Lennert Buytenhek · 15 years ago
  10. 581daf7 bnx2: Fix panic in bnx2_poll_work(). by Michael Chan · 15 years ago
  11. 6473990 net-sched: fix bfifo default limit by Patrick McHardy · 15 years ago
  12. 77a2294 igb: resolve panic on shutdown when SR-IOV is enabled by Alexander Duyck · 15 years ago
  13. a860820 Merge branch 'linux-2.6.30.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax by David S. Miller · 15 years ago
  14. 94c7f2d wimax: oops: wimax_dev_add() is the only one that can initialize the state by Inaky Perez-Gonzalez · 15 years ago
  15. d1a2627 wimax: fix oops if netlink fails to add attribute by Inaky Perez-Gonzalez · 15 years ago
  16. 457ca7b Bluetooth: Move dev_set_name() to a context that can sleep by Marcel Holtmann · 15 years ago
  17. 356d6c2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  18. 86b698b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  19. fecc113 netfilter: ctnetlink: fix wrong message type in user updates by Pablo Neira Ayuso · 15 years ago
  20. 280f37a netfilter: xt_cluster: fix use of cluster match with 32 nodes by Pablo Neira Ayuso · 15 years ago
  21. b98b494 netfilter: ip6t_ipv6header: fix match on packets ending with NEXTHDR_NONE by Christoph Paasch · 15 years ago
  22. a7ca7fc netfilter: add missing linux/types.h include to xt_LED.h by Patrick McHardy · 15 years ago
  23. bc83871 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 15 years ago
  24. e151a60 e1000: fix virtualization bug by Jesse Brandeburg · 15 years ago
  25. 815bcc2 bonding: fix alb mode locking regression by Jay Vosburgh · 15 years ago
  26. a67e899 Bluetooth: Fix issue with sysfs handling for connections by Marcel Holtmann · 15 years ago
  27. 6909268 mac80211: pid, fix memory corruption by Jiri Slaby · 15 years ago
  28. 8e53217 mac80211: minstrel, fix memory corruption by Jiri Slaby · 15 years ago
  29. 30a548c cfg80211: fix comment on regulatory hint processing by Luis R. Rodriguez · 15 years ago
  30. b1ed8dd cfg80211: fix bug while trying to process beacon hints on init by Luis R. Rodriguez · 15 years ago
  31. ac46d48 cfg80211: fix race condition with wiphy_apply_custom_regulatory() by Luis R. Rodriguez · 15 years ago
  32. 299f546 iwlwifi: update key flags at time key is set by Reinette Chatre · 15 years ago
  33. c0f0aac cfg80211: fix truncated IEs by Johannes Berg · 15 years ago
  34. 8ccd8f2 mac80211: correct fragmentation threshold check by Johannes Berg · 15 years ago
  35. 3ee59f8 iwlwifi: remove EXPORT_SYMBOL for static symbol by Andreas Schwab · 15 years ago
  36. 9f722c0 usbnet: CDC EEM support (v5) by Omar Laazimani · 15 years ago
  37. 0c26689 tcp: Fix tcp_prequeue() to get correct rto_min value by Satoru SATOH · 15 years ago
  38. 0b2febf ehea: fix invalid pointer access by Hannes Hering · 15 years ago
  39. 379b026 ne2k-pci: Do not register device until initialized. by Lubomir Rintel · 15 years ago
  40. 902e5ea Subject: [PATCH] br2684: restore net_dev initialization by Rabin Vincent · 15 years ago
  41. d0ab8ff net: Only store high 16 bits of kernel generated filter priorities by Robert Love · 15 years ago
  42. 1824a98 virtio_net: Fix function name typo by Alex Williamson · 15 years ago
  43. 23e258e virtio_net: Cleanup command queue scatterlist usage by Alex Williamson · 15 years ago
  44. 1363d9b bonding: correct the cleanup in bond_create() by Jiri Pirko · 15 years ago
  45. c047fcd virtio: add missing include to virtio_net.h by Grant Likely · 15 years ago
  46. 726474b smsc95xx: add support for LAN9512 and LAN9514 by Steve Glendinning · 15 years ago
  47. f293501 smsc95xx: configure LED outputs by Steve Glendinning · 15 years ago
  48. 2382b15 netconsole: take care of NETDEV_UNREGISTER event by Bruno Prémont · 15 years ago
  49. acda074 xt_socket: checks for the state of nf_conntrack by Laszlo Attila Toth · 15 years ago
  50. 689c96c bonding: bond_slave_info_query() fix by Eric Dumazet · 15 years ago
  51. 00b64f2 cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of ‘!’ by Sergey Senozhatsky · 15 years ago
  52. 0f3d042 netfilter: use likely() in xt_info_rdlock_bh() by Eric Dumazet · 15 years ago
  53. ec581f6 net: Fix skb_tx_hash() for forwarding workloads. by Eric Dumazet · 15 years ago
  54. 7a67e56 net: Fix oops when splicing skbs from a frag_list. by Jarek Poplawski · 15 years ago
  55. 93af7ac mv643xx_eth: 64bit mib counter read fix by Lennert Buytenhek · 15 years ago
  56. 1319eba mv643xx_eth: OOM handling fixes by Lennert Buytenhek · 15 years ago
  57. ddc9f82 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  58. c428c89 mac80211: default to automatic power control by Johannes Berg · 15 years ago
  59. d4c4a9a mac80211: fix modprobe deadlock by not calling wep_init under rtnl_lock by Alan Jenkins · 15 years ago
  60. ac7c992 e100: do not go D3 in shutdown unless system is powering off by Thadeu Lima de Souza Cascardo · 15 years ago
  61. bf0de3e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 15 years ago
  62. 942e4a2 netfilter: revised locking for x_tables by Stephen Hemminger · 15 years ago
  63. b7fcb5c ath5k: fix buffer overrun in rate debug code by Bob Copeland · 15 years ago
  64. 74aa9be iwlwifi: notify on scan completion even when shutting down by Johannes Berg · 15 years ago
  65. e805e4d rndis_wlan: fix initialization order for workqueue&workers by Jussi Kivilinna · 15 years ago
  66. 6269b73 wireless: remove unneeded EXPORT_SYMBOL the tickles a powerpc compiler bug by Stephen Rothwell · 15 years ago
  67. 3fdca1e Bluetooth: Fix connection establishment with low security requirement by Marcel Holtmann · 15 years ago
  68. 052b30b Bluetooth: Add different pairing timeout for Legacy Pairing by Marcel Holtmann · 15 years ago
  69. f3784d8 Bluetooth: Ensure that HCI sysfs add/del is preempt safe by Roger Quadros · 15 years ago
  70. bf368e4 net: Avoid extra wakeups of threads blocked in wait_for_packet() by Eric Dumazet · 15 years ago
  71. 37b607c net: Fix typo in net_device_ops description. by Mike Rapoport · 15 years ago
  72. c9503e0 ipv4: Limit size of route cache hash table by Anton Blanchard · 15 years ago
  73. 2296e5a Add reference to CAPI 2.0 standard by Karsten Keil · 15 years ago
  74. 554f200 Documentation/isdn/INTERFACE.CAPI by Tilman Schmidt · 15 years ago
  75. 7ced70c update Documentation/isdn/00-INDEX by Tilman Schmidt · 15 years ago
  76. 495dce1 ixgbe: Fix WoL functionality for 82599 KX4 devices by Waskiewicz Jr, Peter P · 15 years ago
  77. ae0e8e8 veth: prevent oops caused by netdev destructor by Stephen Hemminger · 15 years ago
  78. 6a783c9 xfrm: wrong hash value for temporary SA by Nicolas Dichtel · 15 years ago
  79. 8f955d7 forcedeth: tx timeout fix by Ayaz Abdulla · 15 years ago
  80. c759a6b net: Fix LL_MAX_HEADER for CONFIG_TR_MODULE by Adrian Bunk · 15 years ago
  81. 785a0982 mlx4_en: Handle page allocation failure during receive by Yevgeny Petrilin · 15 years ago
  82. a423330 mlx4_en: Fix cleanup flow on cq activation by Yevgeny Petrilin · 15 years ago
  83. adc667e vlan: update vlan carrier state for admin up/down by Jay Vosburgh · 15 years ago
  84. 1c41e23 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  85. 37e55cf netfilter: xt_recent: fix stack overread in compat code by Jan Engelhardt · 15 years ago
  86. 71951b6 netfilter: nf_ct_dccp: add missing role attributes for DCCP by Pablo Neira Ayuso · 15 years ago
  87. 4b07066 netfilter: Kconfig: TProxy doesn't depend on NF_CONNTRACK by Laszlo Attila Toth · 15 years ago
  88. 5ff4829 netfilter: nf_ct_dccp/udplite: fix protocol registration error by Patrick McHardy · 15 years ago
  89. 29fe1b4 netfilter: ctnetlink: fix gcc warning during compilation by Pablo Neira Ayuso · 15 years ago
  90. cc29c70 net/netrom: Fix socket locking by Jean Delvare · 15 years ago
  91. 50b2ff1 netlabel: Always remove the correct address selector by Paul Moore · 15 years ago
  92. cef309c ucc_geth.c: Fix upsmr setting in RMII mode by Heiko Schocher · 15 years ago
  93. 3f9738f 8139too: fix HW initial flow by Jianjun kong · 15 years ago
  94. 3fa6b5a af_iucv: Fix race when queuing incoming iucv messages by Hendrik Brueckner · 15 years ago
  95. e14ad5f af_iucv: Test additional sk states in iucv_sock_shutdown by Hendrik Brueckner · 15 years ago
  96. fe86e54 af_iucv: Reject incoming msgs if RECV_SHUTDOWN is set by Hendrik Brueckner · 15 years ago
  97. 60d3705 af_iucv: fix oops in iucv_sock_recvmsg() for MSG_PEEK flag by Hendrik Brueckner · 15 years ago
  98. bbe188c af_iucv: consider state IUCV_CLOSING when closing a socket by Ursula Braun · 15 years ago
  99. df833b1 iwlwifi: DMA fixes by Reinette Chatre · 15 years ago
  100. d2ee9cd iwlwifi: add debugging for TX path by Reinette Chatre · 15 years ago