1. d3dd6b4 Merge branch 'linux-3.4.35' into rel-17 by Sachin Nikam · 13 years ago
  2. 4b63cd6 CHROMIUM: tcp: Avoid merging segments on the OOO queue into a cloned SKB by Steve Lin · 13 years ago
  3. 7e5e167 svcrpc: make svc_age_temp_xprts enqueue under sv_lock by J. Bruce Fields · 13 years ago
  4. 8c2223f sock_diag: Fix out-of-bounds access to sock_diag_handlers[] by Mathias Krause · 13 years ago
  5. e5a096a ipv6: use a stronger hash for tcp by Eric Dumazet · 13 years ago
  6. 785e5dc ipv4: fix a bug in ping_err(). by Li Wei · 13 years ago
  7. b5428e47 net: fix infinite loop in __skb_recv_datagram() by Eric Dumazet · 13 years ago
  8. 6e95f97 bridge: set priority of STP packets by Stephen Hemminger · 13 years ago
  9. 94fab0a bridge: Pull ip header into skb->data before looking into ip header. by Sarveshwar Bandi · 13 years ago
  10. f641de9 tcp: fix for zero packets_in_flight was too broad by Ilpo Järvinen · 13 years ago
  11. 2813296 tcp: frto should not set snd_cwnd to 0 by Eric Dumazet · 13 years ago
  12. d6f5498 net: sctp: sctp_endpoint_free: zero out secret key data by Daniel Borkmann · 13 years ago
  13. 8a501d8 net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree by Daniel Borkmann · 13 years ago
  14. 4c921d0 sctp: refactor sctp_outq_teardown to insure proper re-initalization by Neil Horman · 13 years ago
  15. f60f854 packet: fix leakage of tx_ring memory by Phil Sutter · 13 years ago
  16. 909978d ipv6: do not create neighbor entries for local delivery by Marcelo Ricardo Leitner · 13 years ago
  17. 6c1128b pktgen: correctly handle failures when adding a device by Cong Wang · 13 years ago
  18. 07da6b2 ipv6: fix header length calculation in ip6_append_data() by Romain KUNTZ · 13 years ago
  19. 3b69055 ipv6: fix the noflags test in addrconf_get_prefix_route by Romain Kuntz · 13 years ago
  20. 0ad7157 net: prevent setting ttl=0 via IP_TTL by Cong Wang · 13 years ago
  21. a256a4c Bluetooth: Fix handling of unexpected SMP PDUs by Johan Hedberg · 13 years ago
  22. 5a099d7 mac80211: synchronize scan off/on-channel and PS states by Stanislaw Gruszka · 13 years ago
  23. 5a6d608 Bluetooth: Fix incorrect strncpy() in hidp_setup_hid() by Anderson Lizardo · 13 years ago
  24. e4fcbe5 mac80211: fix FT roaming by Johannes Berg · 13 years ago
  25. dec3b6a Bluetooth: Fix sending HCI commands after reset by Szymon Janc · 13 years ago
  26. 50cda8f rbd: remove linger unconditionally by Alex Elder · 13 years ago
  27. 02585b8 ceph: don't reference req after put by Alex Elder · 13 years ago
  28. 31c4647 libceph: remove 'osdtimeout' option by Sage Weil · 13 years ago
  29. 3aa540b libceph: avoid using freed osd in __kick_osd_requests() by Alex Elder · 13 years ago
  30. 9aaab33 libceph: fix osdmap decode error paths by Sage Weil · 13 years ago
  31. 7f5b160 libceph: fix protocol feature mismatch failure path by Sage Weil · 13 years ago
  32. 5bd9eb5 libceph: WARN, don't BUG on unexpected connection states by Alex Elder · 13 years ago
  33. 1cc023b libceph: always reset osds when kicking by Alex Elder · 13 years ago
  34. a9ded43 libceph: move linger requests sooner in kick_requests() by Alex Elder · 13 years ago
  35. 0d3b9ff libceph: register request before unregister linger by Alex Elder · 13 years ago
  36. 1d2522a libceph: don't use rb_init_node() in ceph_osdc_alloc_request() by Alex Elder · 13 years ago
  37. 76fb865 libceph: init event->node in ceph_osdc_create_event() by Alex Elder · 13 years ago
  38. 281c5d9 libceph: init osd->o_node in create_osd() by Alex Elder · 13 years ago
  39. 6ea5c96 libceph: report connection fault with warning by Alex Elder · 13 years ago
  40. 1c0bd4a libceph: socket can close in any connection state by Alex Elder · 13 years ago
  41. b4659d8 ceph: propagate layout error on osd request creation by Sage Weil · 13 years ago
  42. 848842e mac80211: use del_timer_sync for final sta cleanup timer deletion by Johannes Berg · 13 years ago
  43. 5ca99e7 mac80211: fix ibss scanning by Stanislaw Gruszka · 13 years ago
  44. c7cde2b SUNRPC: Fix validity issues with rpc_pipefs sb->s_fs_info by Trond Myklebust · 13 years ago
  45. 11d607d SUNRPC: Ensure we release the socket write lock if the rpc_task exits early by Trond Myklebust · 13 years ago
  46. d5b3199 SUNRPC: Ensure that we free the rpc_task after cleanups are done by Trond Myklebust · 13 years ago
  47. 65ac5ef SUNRPC: continue run over clients list on PipeFS event instead of break by Stanislav Kinsbursky · 13 years ago
  48. 1a0da46 Bluetooth: cancel power_on work when unregistering the device by Gustavo Padovan · 13 years ago
  49. 7e27418 Bluetooth: Add missing lock nesting notation by Gustavo Padovan · 13 years ago
  50. 2ee4432 tcp: RFC 5961 5.2 Blind Data Injection Attack Mitigation by Eric Dumazet · 13 years ago
  51. 29eac37 tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming() by Eric Dumazet · 13 years ago
  52. f451931 tcp: refine SYN handling in tcp_validate_incoming by Eric Dumazet · 13 years ago
  53. d21383f tcp: implement RFC 5961 4.2 by Eric Dumazet · 13 years ago
  54. 34fb350 tcp: implement RFC 5961 3.2 by Eric Dumazet · 13 years ago
  55. c7078c2 net: sched: integer overflow fix by Stefan Hasko · 13 years ago
  56. d46699a inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock by Christoph Paasch · 13 years ago
  57. 6eec241 batman-adv: fix random jitter calculation by Akinobu Mita · 13 years ago
  58. f762136 inet_diag: validate port comparison byte code to prevent unsafe reads by Neal Cardwell · 13 years ago
  59. b2aa2e7 inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run() by Neal Cardwell · 13 years ago
  60. 879fc99 inet_diag: validate byte code to prevent oops in inet_diag_bc_run() by Neal Cardwell · 13 years ago
  61. 457a04b inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV state by Neal Cardwell · 13 years ago
  62. eab34a3 ipv4: ip_check_defrag must not modify skb before unsharing by Johannes Berg · 13 years ago
  63. dff343c sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscall by Tommi Rantala · 13 years ago
  64. d0804c6 sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space fails by Tommi Rantala · 13 years ago
  65. 807f055 tty: serial: tegra: Export symbols for bluesleep by Mursalin Akon · 13 years ago
  66. 47abf71 NFC: Fix nfc_llcp_local chained list insertion by Thierry Escande · 13 years ago
  67. c9fa3f4 can: bcm: initialize ifindex for timeouts without previous frame reception by Oliver Hartkopp · 13 years ago
  68. e41cd8f mac80211: deinitialize ibss-internals after emptiness check by Simon Wunderlich · 13 years ago
  69. 2214cc8 Bluetooth: Fix using uninitialized option in RFCMode by Szymon Janc · 14 years ago
  70. aa3479b bluetooth: hid: make Android code conditional by Mursalin Akon · 13 years ago
  71. dfae3b3 libceph: check for invalid mapping by Sage Weil · 13 years ago
  72. 631015e libceph: avoid NULL kref_put when osd reset races with alloc_msg by Sage Weil · 13 years ago
  73. a872024 rbd: reset BACKOFF if unable to re-queue by Alex Elder · 13 years ago
  74. 21e292e libceph: only kunmap kmapped pages by Alex Elder · 13 years ago
  75. 76cb692 libceph: avoid truncation due to racing banners by Jim Schutt · 13 years ago
  76. 5236930 libceph: delay debugfs initialization until we learn global_id by Sage Weil · 13 years ago
  77. b8e03e3 libceph: fix crypto key null deref, memory leak by Sylvain Munaut · 13 years ago
  78. 5923892 libceph: recheck con state after allocating incoming message by Sage Weil · 13 years ago
  79. 7389a76 libceph: change ceph_con_in_msg_alloc convention to be less weird by Sage Weil · 13 years ago
  80. 328677c2 libceph: avoid dropping con mutex before fault by Sage Weil · 13 years ago
  81. 900fbd9 libceph: verify state after retaking con lock after dispatch by Sage Weil · 13 years ago
  82. da75ae3 libceph: revoke mon_client messages on session restart by Sage Weil · 13 years ago
  83. 6cdaef1 libceph: fix handling of immediate socket connect failure by Sage Weil · 13 years ago
  84. 8992551 libceph: clear all flags on con_close by Sage Weil · 13 years ago
  85. 63c1362 libceph: clean up con flags by Sage Weil · 13 years ago
  86. 265fb7c libceph: replace connection state bits with states by Sage Weil · 13 years ago
  87. cb9f885 libceph: drop unnecessary CLOSED check in socket state change callback by Sage Weil · 13 years ago
  88. 3b5a9ea libceph: close socket directly from ceph_con_close() by Sage Weil · 13 years ago
  89. 1c5b33b libceph: drop gratuitous socket close calls in con_work by Sage Weil · 13 years ago
  90. 5d0f354 libceph: move ceph_con_send() closed check under the con mutex by Sage Weil · 13 years ago
  91. 67c6fc1 libceph: move msgr clear_standby under con mutex protection by Sage Weil · 13 years ago
  92. da6a81e libceph: fix fault locking; close socket on lossy fault by Sage Weil · 13 years ago
  93. ed447f0 libceph: reset connection retry on successfully negotiation by Sage Weil · 13 years ago
  94. eea8ed9 libceph: protect ceph_con_open() with mutex by Sage Weil · 13 years ago
  95. 175c4c2 libceph: (re)initialize bio_iter on start of message receive by Sage Weil · 13 years ago
  96. d43841e libceph: resubmit linger ops when pg mapping changes by Sage Weil · 13 years ago
  97. 7621822 libceph: fix mutex coverage for ceph_con_close by Sage Weil · 13 years ago
  98. b3fd00b libceph: report socket read/write error message by Sage Weil · 13 years ago
  99. 59d0272 libceph: prevent the race of incoming work during teardown by Guanjun He · 13 years ago
  100. 9beb73f libceph: initialize msgpool message types by Sage Weil · 13 years ago