1. 7a2b03c fib_rules: __rcu annotates ctarget by Eric Dumazet · 14 years ago
  2. b33eab0 tunnels: add __rcu annotations by Eric Dumazet · 14 years ago
  3. e0ad61e net: add __rcu annotations to protocol by Eric Dumazet · 14 years ago
  4. 1c31720 ipv4: add __rcu annotations to routes.c by Eric Dumazet · 14 years ago
  5. c1b6009 qlge: bugfix: Restoring the vlan setting. by Ron Mercer · 14 years ago
  6. f203af7 be2net: Schedule/Destroy worker thread in probe()/remove() rather than open()/close() by Somnath Kotur · 14 years ago
  7. 853dc2e ipv6: fix refcnt problem related to POSTDAD state by Ursula Braun · 14 years ago
  8. 66c68bc net: NETIF_F_HW_CSUM does not imply FCoE CRC offload by Ben Hutchings · 14 years ago
  9. af1905d net: Fix some corner cases in dev_can_checksum() by Ben Hutchings · 14 years ago
  10. cd0ea24 gianfar: Fix crashes on RX path (Was Re: [Bugme-new] [Bug 19692] New: linux-2.6.36-rc5 crash with gianfar ethernet at full line rate traffic) by Jarek Poplawski · 14 years ago
  11. 7a876b0 IPv6: Temp addresses are immediately deleted. by Glenn Wurster · 14 years ago
  12. aed6550 IPv6: Create temporary address if none exists. by Glenn Wurster · 14 years ago
  13. ded85aa fib_hash: fix rcu sparse and logical errors by Eric Dumazet · 14 years ago
  14. ebb9fed fib: fix fib_nl_newrule() by Eric Dumazet · 14 years ago
  15. 1941bf8 drivers/atm/eni.c: Remove multiple uses of KERN_<level> by Joe Perches · 14 years ago
  16. f2dc0d1 tg3: Do not call device_set_wakeup_enable() under spin_lock_bh by Rafael J. Wysocki · 14 years ago
  17. 78fd9c4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  18. b9958a9 can: mcp251x: fix reception of standard RTR frames by Marc Kleine-Budde · 14 years ago
  19. 9a27586 can: flexcan: fix use after free of priv by Marc Kleine-Budde · 14 years ago
  20. 06d6e6d drivers/net: sgiseeq: fix return on error by Nicolas Kaiser · 14 years ago
  21. 7932c2e netfilter: Add missing CONFIG_SYSCTL checks in ipv6's nf_conntrack_reasm.c by David S. Miller · 14 years ago
  22. 10d8c46 pch_can: depends on PCI by Randy Dunlap · 14 years ago
  23. 43a951e ipv4: add __rcu annotations to ip_ra_chain by Eric Dumazet · 14 years ago
  24. 0d7da9d net: add __rcu annotation to sk_filter by Eric Dumazet · 14 years ago
  25. 1c87733 net_ns: add __rcu annotations by Eric Dumazet · 14 years ago
  26. 6e3f7fa rps: add __rcu annotations by Eric Dumazet · 14 years ago
  27. f6318e5 netfilter: fix module dependency issues with IPv6 defragmentation, ip6tables and xt_TPROXY by KOVACS Krisztian · 14 years ago
  28. 6f0bcf1 tunnels: add _rcu annotations by Eric Dumazet · 14 years ago
  29. 3cc77ec net/802: add __rcu annotations by Eric Dumazet · 14 years ago
  30. 198caec ipv6: ip6_ptr rcu annotations by Eric Dumazet · 14 years ago
  31. b616b09 vlan: rcu annotations by Eric Dumazet · 14 years ago
  32. 5202e17 tms380tr: Use mdelay() in tms380tr_wait(). by David S. Miller · 14 years ago
  33. 11a766c net: Increase xmit RECURSION_LIMIT to 10. by David S. Miller · 14 years ago
  34. 0926f91 mlx4_en: Fix out of bounds array access by Eli Cohen · 14 years ago
  35. b336369 macb: Don't re-enable interrupts while in polling mode by Joshua Hoke · 14 years ago
  36. c6ce2f4 be2net: Fix CSO for UDP packets by Somnath Kotur · 14 years ago
  37. 63a7694 be2net: Call netif_carier_off() after register_netdev() by Somnath Kotur · 14 years ago
  38. 18edc84 cxgb3: fix device opening error path by Divy Le Ray · 14 years ago
  39. 822395b iwlwifi: quiet a noisy printk by Don Fry · 14 years ago
  40. fac6b6a ath9k: resume aggregation immediately after a hardware reset by Felix Fietkau · 14 years ago
  41. dafeac3 carl9170: fix scheduling while atomic by Christian Lamparter · 14 years ago
  42. c8716d9 mac80211: Fix ibss station got expired immediately by Rajkumar Manoharan · 14 years ago
  43. 30115c2 b43: N-PHY: fix infinite-loop-typo by Rafał Miłecki · 14 years ago
  44. 04348f2 wl1251: fix module names by Grazvydas Ignotas · 14 years ago
  45. 0299a50 ath9k: fix handling of rate control probe frames by Felix Fietkau · 14 years ago
  46. 0845735 ath9k: fix crash in ath_update_survey_stats by Felix Fietkau · 14 years ago
  47. 2d3fca1 ath9k_hw: Fix divide by zero cases in paprd. by Senthil Balasubramanian · 14 years ago
  48. 0dfa6db ath9k_hw: Fix TX carrier leakage for IEEE compliance on AR9003 2.2 by Luis R. Rodriguez · 14 years ago
  49. a171fba cfg80211: fix regression on processing country IEs by Luis R. Rodriguez · 14 years ago
  50. 3d2f2cd carl9170: fix memory leak issue in async cmd macro wrappers by Christian Lamparter · 14 years ago
  51. 5f4e6b2 mac80211: don't sanitize invalid rates by Christian Lamparter · 14 years ago
  52. cae7f95 carl9170: fix async command buffer leak by Christian Lamparter · 14 years ago
  53. 9192f71 ath5k: Properly initialize ath_common->cc_lock. by Ben Greear · 14 years ago
  54. 20b25744 ath9k: Properly initialize ath_common->cc_lock. by Ben Greear · 14 years ago
  55. 99b88a0 mac80211: cancel restart_work explicitly instead of depending on flush_scheduled_work() by Tejun Heo · 14 years ago
  56. e341b2d l2tp: static functions should not be exported by Stephen Rothwell · 14 years ago
  57. fd59cba typhoon: update to new VLAN acceleration model by David Dillow · 14 years ago
  58. 154ccd8 typhoon: wait for RX mode commands to finish by David Dillow · 14 years ago
  59. 5c398dc netlink: fix netlink_change_ngroups() by Eric Dumazet · 14 years ago
  60. 7f8a688 slhc: Don't export symbols twice by Denis Kirjanov · 14 years ago
  61. 1c55781 jme: Support WoL after shutdown by Guo-Fu Tseng · 14 years ago
  62. b889416 tproxy: Add missing CAP_NET_ADMIN check to ipv6 side by Balazs Scheidler · 14 years ago
  63. 0561cf3 vmxnet3: fix typo setting confPA by Harvey Harrison · 14 years ago
  64. 81e8e56 vmxnet3: annotate hwaddr members as __iomem pointers by Harvey Harrison · 14 years ago
  65. 3843e51 vmxnet3: remove set_flag_le{16,64} helpers by Harvey Harrison · 14 years ago
  66. 19ecae2 cxgb4: update to utilize the newer VLAN infrastructure by Dimitris Michailidis · 14 years ago
  67. 8f6d9f4 cxgb4: fix crash due to manipulating queues before registration by Dimitris Michailidis · 14 years ago
  68. 2d3359f can: tscan1: add driver for TS-CAN1 boards by Andre B. Oliveira · 14 years ago
  69. 7e223de ip6_tunnel dont update the mtu on the route. by Anders Franzen · 14 years ago
  70. d618222 pktgen: clean up handling of local/transient counter vars by Paul Gortmaker · 14 years ago
  71. 38df7a3 e1000: make e1000_reinit_safe local by stephen hemminger · 14 years ago
  72. 8d96286 bnx2x: make local function static and remove dead code by stephen hemminger · 14 years ago
  73. fa274cb qlge: disable unsed dump code by stephen hemminger · 14 years ago
  74. ac40921 qlge: make local functions static by stephen hemminger · 14 years ago
  75. 42821a5 vxge: make functions local and remove dead code by stephen hemminger · 14 years ago
  76. 89ff05e phylib: make local function static by stephen hemminger · 14 years ago
  77. ff2d8d6 atlx: make local functions/data static by stephen hemminger · 14 years ago
  78. 0fb1e54 atl1c: make functions static by stephen hemminger · 14 years ago
  79. 49b0522 benet: make be_poll_rx local by stephen hemminger · 14 years ago
  80. 3f3a5fd benet: remove dead code by stephen hemminger · 14 years ago
  81. fc13084 l2tp: make local function static by stephen hemminger · 14 years ago
  82. 9740d78 mlx4: make functions local and remove dead code. by stephen hemminger · 14 years ago
  83. 00389b0 can: at91_can: add KBUILD_MODNAME to bittiming constant by Marc Kleine-Budde · 14 years ago
  84. 882055c can: at91_can: convert dev_<level> printing to netdev_<level> by Marc Kleine-Budde · 14 years ago
  85. 7672fe7 can: at91_can: convert readl, writel their __raw pendants by Marc Kleine-Budde · 14 years ago
  86. b156fd0 can: at91_can: set bittiming in chip_start by Marc Kleine-Budde · 14 years ago
  87. 33a6f29 can: at91_can: implement and use at91_get_berr_counter by Marc Kleine-Budde · 14 years ago
  88. a9d992e can: at91_can: fix section mismatch warning by Marc Kleine-Budde · 14 years ago
  89. b61f674 can: at91_can: fix compiler warning in at91_irq_err_state by Marc Kleine-Budde · 14 years ago
  90. 759a6c7 can: at91_can: fix use after free of priv by Marc Kleine-Budde · 14 years ago
  91. 8a0e0a4 can: at91_can: fix reception of extended frames by Marc Kleine-Budde · 14 years ago
  92. dbe9132 can: at91_can: use correct bit to enable CAN_CTRLMODE_3_SAMPLES by Marc Kleine-Budde · 14 years ago
  93. b21d18b can: Topcliff: Add PCH_CAN driver. by Masayuki Ohtake · 14 years ago
  94. 6cebb17 connector: remove lazy workqueue creation by Tejun Heo · 14 years ago
  95. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  96. 8de547e Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/edac by Linus Torvalds · 14 years ago
  97. 76c39e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  98. 1765a1f Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  99. bdaf12b Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  100. 7c024e9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 14 years ago