1. b3f0db1 smsc75xx: add missing entry to MAINTAINERS by Steve Glendinning · 12 years ago
  2. 10cbc1d net: qmi_wwan: new devices: UML290 and K5006-Z by Bjørn Mork · 12 years ago
  3. d0418bb net: sh_eth: Add eth support for R8A7779 device by Phil Edworthy · 12 years ago
  4. 61abcb7 netdev/phy: skip disabled mdio-mux nodes by Timur Tabi · 12 years ago
  5. 3296193 dt: introduce for_each_available_child_of_node, of_get_next_available_child by Timur Tabi · 12 years ago
  6. 476ad15 net: netprio: fix cgrp create and write priomap race by John Fastabend · 12 years ago
  7. 48a87cc net: netprio: fd passed in SCM_RIGHTS datagram not set correctly by John Fastabend · 12 years ago
  8. f796c20 net: netprio: fix files lock and remove useless d_path bits by John Fastabend · 12 years ago
  9. 16c0b16 act_mirred: do not drop packets when fails to mirror it by Jason Wang · 12 years ago
  10. 43da5f2 net: fix info leak in compat dev_ifconf() by Mathias Krause · 12 years ago
  11. 2d8a041 ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT) by Mathias Krause · 12 years ago
  12. 7b07f8e dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO) by Mathias Krause · 12 years ago
  13. 276bdb8 dccp: check ccid before dereferencing by Mathias Krause · 12 years ago
  14. 3592aae llc: fix info leak via getsockname() by Mathias Krause · 12 years ago
  15. 04d4fbc l2tp: fix info leak via getsockname() by Mathias Krause · 12 years ago
  16. 792039c Bluetooth: L2CAP - Fix info leak via getsockname() by Mathias Krause · 12 years ago
  17. 9344a97 Bluetooth: RFCOMM - Fix info leak via getsockname() by Mathias Krause · 12 years ago
  18. f9432c5 Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST) by Mathias Krause · 12 years ago
  19. 9ad2de4 Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY) by Mathias Krause · 12 years ago
  20. 3f68ba0 Bluetooth: HCI - Fix info leak via getsockname() by Mathias Krause · 12 years ago
  21. e15ca9a Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER) by Mathias Krause · 12 years ago
  22. 3c0c5cf atm: fix info leak via getsockname() by Mathias Krause · 12 years ago
  23. e862f1a atm: fix info leak in getsockopt(SO_ATMPVC) by Mathias Krause · 12 years ago
  24. e3bc4ff vmxnet3: Fix race between dev_open() and register_netdev() by Steve Hodgson · 12 years ago
  25. c03307e bridge: fix rcu dereference outside of rcu_read_lock by Stephen Hemminger · 12 years ago
  26. 7bab3ae Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  27. 4acd494 ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lock by Ben Hutchings · 12 years ago
  28. 499b95f drivers/net/ethernet/mellanox/mlx4/mcg.c: fix error return code by Julia Lawall · 12 years ago
  29. 137bc99f drivers/net/ethernet/freescale/fs_enet: fix error return code by Julia Lawall · 12 years ago
  30. f37c54b drivers/net/ethernet/ti/davinci_cpdma.c: Remove potential NULL dereference by Julia Lawall · 12 years ago
  31. aadf31d llc: Fix races between llc2 handler use and (un)registration by Ben Hutchings · 12 years ago
  32. f4f8720 llc2: Call llc_station_exit() on llc2_init() failure path by Ben Hutchings · 12 years ago
  33. 6024935 llc2: Fix silent failure of llc_station_init() by Ben Hutchings · 12 years ago
  34. 4855d6f net: ipv6: proc: Fix error handling by Igor Maravic · 12 years ago
  35. 7bd86cc ipv4: Cache local output routes by Yan, Zheng · 12 years ago
  36. aefe5c0 net: sierra_net: replace whitelist with ifnumber match by Bjørn Mork · 12 years ago
  37. 5ea4296 net: qmi_wwan: compress device_id list using macros by Bjørn Mork · 12 years ago
  38. 9b469a6 net: qmi_wwan: add Sierra Wireless devices by Bjørn Mork · 12 years ago
  39. 03304bc net: qmi_wwan: use fixed interface number matching by Bjørn Mork · 12 years ago
  40. 6556bfd netconsole.txt: revision of examples for the receiver of kernel messages by Dirk Gouders · 12 years ago
  41. 6bdb7fe netpoll: re-enable irq in poll_napi() by Amerigo Wang · 12 years ago
  42. 689971b netpoll: handle vlan tags in netpoll tx and rx path by Amerigo Wang · 12 years ago
  43. 6eacf8a vlan: clean up vlan_dev_hard_start_xmit() by Amerigo Wang · 12 years ago
  44. f3da389 vlan: clean up some variable names by Amerigo Wang · 12 years ago
  45. 77ab8a5 netpoll: convert several functions to bool by Amerigo Wang · 12 years ago
  46. e15c3c22 netpoll: check netpoll tx status on the right device by Amerigo Wang · 12 years ago
  47. 4e3828c bridge: use list_for_each_entry() in netpoll functions by Amerigo Wang · 12 years ago
  48. d30362c bridge: add some comments for NETDEV_RELEASE by Amerigo Wang · 12 years ago
  49. 2899656 netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev() by Amerigo Wang · 12 years ago
  50. 91fe4a4 netpoll: use netpoll_rx_on() in netpoll_rx() by Amerigo Wang · 12 years ago
  51. 57c5d46 netpoll: take rcu_read_lock_bh() in netpoll_rx() by Amerigo Wang · 12 years ago
  52. 3335f0c netconsole: do not release spin_lock when calling __netpoll_cleanup by Amerigo Wang · 12 years ago
  53. 38e6bc1 netpoll: make __netpoll_cleanup non-block by Amerigo Wang · 12 years ago
  54. 47be03a2 netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() by Amerigo Wang · 12 years ago
  55. 1e55217 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  56. ddf343f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  57. 930a93a Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  58. f43e04e GPIO: gpio-pxa: fix building without CONFIG_OF by Arnd Bergmann · 12 years ago
  59. 7bac6b4 Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 12 years ago
  60. 7dd6753 ath5k: fix spin_lock_irqsave/spin_lock_bh nesting in mesh by Bob Copeland · 12 years ago
  61. e1352fd ath9k: fix decrypt_error initialization in ath_rx_tasklet() by Lorenzo Bianconi · 12 years ago
  62. f59abbf drm/radeon: fix typo in function header comment by Dmitrii Cherkasov · 12 years ago
  63. 6759a0a drm/radeon/kms: implement timestamp userspace query (v2) by Marek Olšák · 12 years ago
  64. b51ad12 drm/radeon/kms: add MSAA texture support for r600-evergreen by Marek Olšák · 12 years ago
  65. f00245f drm/radeon/kms: reorder code in r600_check_texture_resource by Marek Olšák · 12 years ago
  66. e43b5ec drm/radeon: fence virtual address and free it once idle v4 by Jerome Glisse · 12 years ago
  67. 69b62ad drm/radeon: fix some missing parens in asic macros by Alex Deucher · 12 years ago
  68. 2f29200 drm/radeon: add some new SI pci ids by Alex Deucher · 12 years ago
  69. ecd6795 drm/radeon: fix ordering in pll picking on dce4+ by Alex Deucher · 12 years ago
  70. 81ee8fb drm/radeon: do not reenable crtc after moving vram start address by Jerome Glisse · 13 years ago
  71. 5b23c90 drm/radeon: fix bank tiling parameters on cayman by Alex Deucher · 13 years ago
  72. c8d15ed drm/radeon: fix bank tiling parameters on evergreen by Alex Deucher · 13 years ago
  73. dca571a drm/radeon: fix bank tiling parameters on SI by Christian König · 13 years ago
  74. 6c0ae2a drm/radeon: properly handle crtc powergating by Alex Deucher · 13 years ago
  75. 3838f46 drm/radeon: properly handle SS overrides on TN (v2) by Alex Deucher · 13 years ago
  76. f4254a2 drm/radeon/dce4+: set a more reasonable cursor watermark by Alex Deucher · 13 years ago
  77. 3d61bd4 drm/radeon: fix handling for ddc type 5 on combios by Alex Deucher · 13 years ago
  78. 3bf671a Merge branch 'fixes-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 12 years ago
  79. 4a5a418 leds: renesas: fix error handling by Arnd Bergmann · 12 years ago
  80. 86e99d2 Revert "leds: use led_set_brightness in led_trigger_event" by Fabio Baltieri · 12 years ago
  81. 1c212c6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  82. f82202b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  83. f57b07c bnx2x: Fix compiler warnings by Joren Van Onder · 12 years ago
  84. 7f5c3e3 af_packet: remove BUG statement in tpacket_destruct_skb by danborkmann@iogearbox.net · 12 years ago
  85. 3a7f8c3 macvtap: rcu_dereference outside read-lock section by Denis Efremov · 12 years ago
  86. 21d2f8dc9 Merge tag 'gpio-fixes-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 12 years ago
  87. c8dfbf4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  88. e4e139b Merge tag 'pm-for-3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  89. 88de3d0d Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  90. f720e7e Merge branch 'fixes-for-linus-for-3.6-rc2' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  91. 15fc5de Merge branch 'for-linus-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  92. e375647 printk: Fix calculation of length used to discard records by Jeff Mahoney · 12 years ago
  93. 2359a47 codel: refine one condition to avoid a nul rec_inv_sqrt by Eric Dumazet · 13 years ago
  94. 55461dd ixgbe: add missing braces by Emil Tantilov · 12 years ago
  95. 69f1de1 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  96. b5ec8ee ipv4: fix ip_send_skb() by Eric Dumazet · 12 years ago
  97. e19f15a ath9k: stop btcoex on device suspend by Rajkumar Manoharan · 12 years ago
  98. 5d774b7 wireless: at76c50x: signedness bug in at76_dfu_get_state() by Dan Carpenter · 12 years ago
  99. 60f53cf rndis_wlan: Fix potential memory leak in update_pmkid() by Alexey Khoroshilov · 12 years ago
  100. f41a9b3 ath9k: fix interrupt storms on queued hardware reset by Felix Fietkau · 12 years ago