1. f753c4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  2. 6d4221b libceph: avoid truncation due to racing banners by Jim Schutt · 12 years ago
  3. e0e3cea af_netlink: force credentials passing [CVE-2012-3520] by Eric Dumazet · 12 years ago
  4. a9915a1 ipv4: fix ip header ident selection in __ip_make_skb() by Eric Dumazet · 12 years ago
  5. 1a7b27c ipv4: Use newinet->inet_opt in inet_csk_route_child_sock() by Christoph Paasch · 12 years ago
  6. 144d56e tcp: fix possible socket refcount problem by Eric Dumazet · 12 years ago
  7. d1c338a libceph: delay debugfs initialization until we learn global_id by Sage Weil · 12 years ago
  8. fae6ef8 net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child() by Neal Cardwell · 12 years ago
  9. 3de7a37 net/core/dev.c: fix kernel-doc warning by Randy Dunlap · 12 years ago
  10. 9d7b0fc net: ipv6: fix oops in inet_putpeer() by Patrick McHardy · 12 years ago
  11. d92c7f8 caif: Do not dereference NULL in chnl_recv_cb() by Jesper Juhl · 12 years ago
  12. 6c71bec Merge git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  13. c0de08d af_packet: don't emit packet on orig fanout group by Eric Leblond · 12 years ago
  14. 476ad15 net: netprio: fix cgrp create and write priomap race by John Fastabend · 12 years ago
  15. 48a87cc net: netprio: fd passed in SCM_RIGHTS datagram not set correctly by John Fastabend · 12 years ago
  16. f796c20 net: netprio: fix files lock and remove useless d_path bits by John Fastabend · 12 years ago
  17. 16c0b16 act_mirred: do not drop packets when fails to mirror it by Jason Wang · 12 years ago
  18. 2614f86 netfilter: nf_ct_expect: fix possible access to uninitialized timer by Pablo Neira Ayuso · 12 years ago
  19. 43da5f2 net: fix info leak in compat dev_ifconf() by Mathias Krause · 12 years ago
  20. 2d8a041 ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT) by Mathias Krause · 12 years ago
  21. 7b07f8eb dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO) by Mathias Krause · 12 years ago
  22. 276bdb8 dccp: check ccid before dereferencing by Mathias Krause · 12 years ago
  23. 3592aae llc: fix info leak via getsockname() by Mathias Krause · 12 years ago
  24. 04d4fbc l2tp: fix info leak via getsockname() by Mathias Krause · 12 years ago
  25. 792039c Bluetooth: L2CAP - Fix info leak via getsockname() by Mathias Krause · 12 years ago
  26. 9344a97 Bluetooth: RFCOMM - Fix info leak via getsockname() by Mathias Krause · 12 years ago
  27. f9432c5 Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST) by Mathias Krause · 12 years ago
  28. 9ad2de4 Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY) by Mathias Krause · 12 years ago
  29. 3f68ba0 Bluetooth: HCI - Fix info leak via getsockname() by Mathias Krause · 12 years ago
  30. e15ca9a Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER) by Mathias Krause · 12 years ago
  31. 3c0c5cf atm: fix info leak via getsockname() by Mathias Krause · 12 years ago
  32. e862f1a atm: fix info leak in getsockopt(SO_ATMPVC) by Mathias Krause · 12 years ago
  33. c03307e bridge: fix rcu dereference outside of rcu_read_lock by Stephen Hemminger · 12 years ago
  34. 7bab3ae Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  35. 4acd494 ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lock by Ben Hutchings · 12 years ago
  36. aadf31d llc: Fix races between llc2 handler use and (un)registration by Ben Hutchings · 12 years ago
  37. f4f8720 llc2: Call llc_station_exit() on llc2_init() failure path by Ben Hutchings · 12 years ago
  38. 6024935 llc2: Fix silent failure of llc_station_init() by Ben Hutchings · 12 years ago
  39. 4855d6f net: ipv6: proc: Fix error handling by Igor Maravic · 12 years ago
  40. 7bd86cc ipv4: Cache local output routes by Yan, Zheng · 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. e15c3c22 netpoll: check netpoll tx status on the right device by Amerigo Wang · 12 years ago
  46. 4e3828c bridge: use list_for_each_entry() in netpoll functions by Amerigo Wang · 12 years ago
  47. d30362c bridge: add some comments for NETDEV_RELEASE by Amerigo Wang · 12 years ago
  48. 2899656 netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev() by Amerigo Wang · 12 years ago
  49. 57c5d46 netpoll: take rcu_read_lock_bh() in netpoll_rx() by Amerigo Wang · 12 years ago
  50. 38e6bc1 netpoll: make __netpoll_cleanup non-block by Amerigo Wang · 12 years ago
  51. 47be03a2 netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() by Amerigo Wang · 12 years ago
  52. 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
  53. 68e035c netfilter: ctnetlink: fix missing locking while changing conntrack from nfqueue by Pablo Neira Ayuso · 12 years ago
  54. 7f5c3e3 af_packet: remove BUG statement in tpacket_destruct_skb by danborkmann@iogearbox.net · 12 years ago
  55. 69f1de1 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  56. b5ec8ee ipv4: fix ip_send_skb() by Eric Dumazet · 12 years ago
  57. bbf2e65 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 12 years ago
  58. 039aafb 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
  59. f22eb25 netfilter: nf_nat_sip: fix via header translation with multiple parameters by Patrick McHardy · 12 years ago
  60. 02b69cb netfilter: nf_ct_sip: fix IPv6 address parsing by Patrick McHardy · 12 years ago
  61. e9324b2 netfilter: nf_ct_sip: fix helper name by Patrick McHardy · 12 years ago
  62. 63d02d1 net: tcp: ipv6_mapped needs sk_rx_dst_set method by Eric Dumazet · 12 years ago
  63. 3a7c384 ipv4: tcp: unicast_sock should not land outside of TCP stack by Eric Dumazet · 12 years ago
  64. 3647101 tcp: must free metrics at net dismantle by Eric Dumazet · 12 years ago
  65. 7364e44 net/core: Fix potential memory leak in dev_set_alias() by Alexey Khoroshilov · 12 years ago
  66. 155e4e1 batman-adv: Fix mem leak in the batadv_tt_local_event() function by Jesper Juhl · 12 years ago
  67. be72f63 sched: add missing group change to qfq_change_class by Paolo Valente · 12 years ago
  68. a37e6e3 net: force dst_default_metrics to const section by Eric Dumazet · 12 years ago
  69. 0c03eca net: fib: fix incorrect call_rcu_bh() by Eric Dumazet · 12 years ago
  70. 99aa347 af_packet: Quiet sparse noise about using plain integer as NULL pointer by Ying Xue · 12 years ago
  71. f4ba394 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  72. 5d299f3 net: ipv6: fix TCP early demux by Eric Dumazet · 12 years ago
  73. 47fd92f net_sched: act: Delete estimator in error path. by Hiroaki SHIMODA · 12 years ago
  74. 9871f1a ip: fix error handling in ip_finish_output2() by Vasiliy Kulikov · 12 years ago
  75. 91d27a8 llc: free the right skb by Sorin Dumitru · 12 years ago
  76. 8e7dfbc tcp_output: fix sparse warning for tcp_wfree by Silviu-Mihai Popescu · 12 years ago
  77. caa0bf6 batman-adv: select an internet gateway if none was chosen by Marek Lindner · 12 years ago
  78. 1f6fc43 cfg80211: process pending events when unregistering net device by Daniel Drake · 12 years ago
  79. 49dfbb9 Bluetooth: Fix socket not getting freed if l2cap channel create fails by Jaganath Kanakkassery · 12 years ago
  80. d08fd0e Bluetooth: smp: Fix possible NULL dereference by Andrei Emeltchenko · 12 years ago
  81. c3e7c0d Bluetooth: Set name_state to unknown when entry name is empty by Ram Malovany · 12 years ago
  82. 7cc8380 Bluetooth: Fix using a NULL inquiry cache entry by Ram Malovany · 12 years ago
  83. c810089 Bluetooth: Fix using NULL inquiry entry by Ram Malovany · 12 years ago
  84. a9ea3ed Bluetooth: Fix legacy pairing with some devices by Szymon Janc · 12 years ago
  85. 269c484 Bluetooth: Fix possible deadlock in SCO code by Gustavo Padovan · 12 years ago
  86. 696ecdc net_sched: gact: Fix potential panic in tcf_gact(). by Hiroaki SHIMODA · 12 years ago
  87. 1a26904 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  88. f0666b1 libceph: fix crypto key null deref, memory leak by Sylvain Munaut · 12 years ago
  89. 899852a cfg80211: Clear "beacon_found" on regulatory restore by Paul Stewart · 12 years ago
  90. 03f6b08 cfg80211: add channel flag to prohibit OFDM operation by Seth Forshee · 12 years ago
  91. e33cdac ipv4: route.c cleanup by Eric Dumazet · 12 years ago
  92. e3c0d04 Fix unexpected SA hard expiration after changing date by Fan Du · 12 years ago
  93. 1485348 tcp: Apply device TSO segment limit earlier by Ben Hutchings · 12 years ago
  94. 30b678d net: Allow driver to limit number of GSO segments per skb by Ben Hutchings · 12 years ago
  95. dd4c926 mac80211: cancel mesh path timer by Johannes Berg · 12 years ago
  96. 2d9957c mac80211: clear timer bits when disconnecting by Johannes Berg · 12 years ago
  97. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  98. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  99. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  100. 6dbb35b Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago