1. dd236fc libceph: prepare for other message data item types by Alex Elder · 12 years ago
  2. fe38a2b libceph: start defining message data cursor by Alex Elder · 12 years ago
  3. 4379450 libceph: abstract message data by Alex Elder · 12 years ago
  4. f9e1577 libceph: be explicit about message data representation by Alex Elder · 12 years ago
  5. 97fb1c7 libceph: define ceph_msg_has_*() data macros by Alex Elder · 12 years ago
  6. 35b6280 libceph: define and use ceph_crc32c_page() by Alex Elder · 12 years ago
  7. afb3d90 libceph: define and use ceph_tcp_recvpage() by Alex Elder · 12 years ago
  8. 34d2d20 libceph: encapsulate reading message data by Alex Elder · 12 years ago
  9. e387d52 libceph: small write_partial_msg_pages() refactor by Alex Elder · 12 years ago
  10. 7862505 libceph: consolidate message prep code by Alex Elder · 12 years ago
  11. bae6acd libceph: use local variables for message positions by Alex Elder · 12 years ago
  12. 98a0370 libceph: don't clear bio_iter in prepare_write_message() by Alex Elder · 12 years ago
  13. 07aa155 libceph: activate message data assignment checks by Alex Elder · 12 years ago
  14. 7063677 libceph: set response data fields earlier by Alex Elder · 12 years ago
  15. 4a73ef2 libceph: record message data byte length by Alex Elder · 12 years ago
  16. ebf18f4 ceph: only set message data pointers if non-empty by Alex Elder · 12 years ago
  17. 27fa838 libceph: isolate other message data fields by Alex Elder · 12 years ago
  18. f1baeb2 libceph: set page info with byte length by Alex Elder · 12 years ago
  19. 02afca6 libceph: isolate message page field manipulation by Alex Elder · 12 years ago
  20. e0c5948 libceph: record byte count not page count by Alex Elder · 12 years ago
  21. 9516e45 libceph: simplify new message initialization by Alex Elder · 12 years ago
  22. 35c7bfb libceph: advance pagelist with list_rotate_left() by Alex Elder · 12 years ago
  23. e788182 libceph: define and use in_msg_pos_next() by Alex Elder · 12 years ago
  24. b3d56fa libceph: kill args in read_partial_message_bio() by Alex Elder · 12 years ago
  25. e1dcb12 libceph: change type of ceph_tcp_sendpage() "more" by Alex Elder · 12 years ago
  26. 6ebc8b3 libceph: minor byte order problems in read_partial_message() by Alex Elder · 12 years ago
  27. 7b11ba3 libceph: define CEPH_MSG_MAX_MIDDLE_LEN by Alex Elder · 12 years ago
  28. 4137577 libceph: clean up skipped message logic by Alex Elder · 12 years ago
  29. 0fff87e libceph: separate read and write data by Alex Elder · 12 years ago
  30. 2ac2b7a6 libceph: distinguish page and bio requests by Alex Elder · 12 years ago
  31. 2794a82 libceph: separate osd request data info by Alex Elder · 12 years ago
  32. 153e516 libceph: don't assign page info in ceph_osdc_new_request() by Alex Elder · 12 years ago
  33. 53ded49 libceph: define mds_alloc_msg() method by Alex Elder · 12 years ago
  34. 1d866d1 libceph: drop mutex while allocating a message by Alex Elder · 12 years ago
  35. 41766f8 libceph: rename ceph_calc_object_layout() by Alex Elder · 12 years ago
  36. ec02a2f libceph: kill ceph_msg->pagelist_count by Alex Elder · 12 years ago
  37. 8f63ca2 libceph: fix wrong opcode use in osd_req_encode_op() by Alex Elder · 12 years ago
  38. 0d5af16 libceph: complete lingering requests only once by Alex Elder · 12 years ago
  39. f51a822 libceph: set page alignment in start_request() by Alex Elder · 12 years ago
  40. d4b515f libceph: distinguish page array and pagelist count by Alex Elder · 12 years ago
  41. 60cf599 libceph: don't pass request to calc_layout() by Alex Elder · 12 years ago
  42. dbe0fc4 libceph: format target object name in caller by Alex Elder · 12 years ago
  43. 47a0581 libceph: pass object number back to calc_layout() caller by Alex Elder · 12 years ago
  44. 07c09b7 libceph: make ceph_msg->bio_seg be unsigned by Alex Elder · 12 years ago
  45. 3ff5f38 libceph: fix a osd request memory leak by Alex Elder · 12 years ago
  46. c846ad9 net: rate-limit warn-bad-offload splats. by Ben Greear · 11 years ago
  47. cb95ec6 pkt_sched: fix error return code in fw_change_attrs() by Wei Yongjun · 11 years ago
  48. e15465e irda: small read past the end of array in debug code by Dan Carpenter · 11 years ago
  49. fd7fc25 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  50. 6a4cd3f Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 11 years ago
  51. 12fb3dd tcp: call tcp_replace_ts_recent() from tcp_ack() by Eric Dumazet · 11 years ago
  52. f83a7ea netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too by Florian Westphal · 11 years ago
  53. 5add189 netfilter: ipset: bitmap:ip,mac: fix listing with timeout by Jozsef Kadlecsik · 11 years ago
  54. 5a22483 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  55. 0fecd75 Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 11 years ago
  56. ea2f2fa Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  57. fe8a93b batman-adv: make is_my_mac() check for the current mesh only by Antonio Quartulli · 12 years ago
  58. 97599dc net: drop dst before queueing fragments by Eric Dumazet · 11 years ago
  59. 06848c1 esp4: fix error return code in esp_output() by Wei Yongjun · 11 years ago
  60. 8f3359b bridge: make user modified path cost sticky by stephen hemminger · 11 years ago
  61. f88c91d ipv6: statically link register_inet6addr_notifier() by Cong Wang · 11 years ago
  62. fb745e9 net/802/mrp: fix possible race condition when calling mrp_pdu_queue() by David Ward · 11 years ago
  63. 8b5b8c2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf into netfilter by David S. Miller · 11 years ago
  64. bef086e Merge branch 'for-john' of git://x-git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 11 years ago
  65. c2d421e netfilter: nf_nat: fix race when unloading protocol modules by Florian Westphal · 11 years ago
  66. 50bceae tcp: Reallocate headroom if it would overflow csum_start by Thomas Graf · 11 years ago
  67. d66954a tcp: incoming connections might use wrong route under synflood by Dmitry Popov · 11 years ago
  68. fe2971a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  69. 7b119dc mac80211: fix cfg80211 interaction on auth/assoc request by Johannes Berg · 11 years ago
  70. f94eeb4 Merge tag 'nfs-for-3.9-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  71. 6eb4c7e netfilter: ipset: hash:*net*: nomatch flag not excluded on set resize by Jozsef Kadlecsik · 11 years ago
  72. 02f815c netfilter: ipset: list:set: fix reference counter update by Jozsef Kadlecsik · 11 years ago
  73. 7b9a035 Merge branch 'fixes-for-3.9' of git://gitorious.org/linux-can/linux-can by David S. Miller · 11 years ago
  74. ca10b9e selinux: add a skb_owned_by() hook by Eric Dumazet · 11 years ago
  75. 3480a21 can: gw: use kmem_cache_free() instead of kfree() by Wei Yongjun · 11 years ago
  76. c802d75 netrom: fix invalid use of sizeof in nr_recvmsg() by Wei Yongjun · 11 years ago
  77. f9c41a6 af_iucv: fix recvmsg by replacing skb_pull() function by Ursula Braun · 11 years ago
  78. 88c5b5c rtnetlink: Call nlmsg_parse() with correct header length by Michael Riesch · 11 years ago
  79. 8cab24f Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 11 years ago
  80. 64e5751 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  81. c988d1e net: ipv4: fix schedule while atomic bug in check_lifetime() by Jiri Pirko · 12 years ago
  82. 05a324b net: ipv4: reset check_lifetime_work after changing lifetime by Jiri Pirko · 12 years ago
  83. 62a40a1 mac80211: fix LED in idle handling by Johannes Berg · 11 years ago
  84. d5e0d0f VSOCK: Fix missing msg_namelen update in vsock_stream_recvmsg() by Mathias Krause · 11 years ago
  85. 680d04e VSOCK: vmci - fix possible info leak in vmci_transport_dgram_dequeue() by Mathias Krause · 11 years ago
  86. 60085c3 tipc: fix info leaks via msg_name in recv_msg/recv_stream by Mathias Krause · 11 years ago
  87. 4a18423 rose: fix info leak via msg_name in rose_recvmsg() by Mathias Krause · 11 years ago
  88. d26d650 NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg() by Mathias Krause · 11 years ago
  89. 3ce5efa netrom: fix info leak via msg_name in nr_recvmsg() by Mathias Krause · 11 years ago
  90. c77a4b9c llc: Fix missing msg_namelen update in llc_ui_recvmsg() by Mathias Krause · 11 years ago
  91. b860d3c l2tp: fix info leak in l2tp_ip6_recvmsg() by Mathias Krause · 11 years ago
  92. a5598bd iucv: Fix missing msg_namelen update in iucv_sock_recvmsg() by Mathias Krause · 11 years ago
  93. 5ae94c0 irda: Fix missing msg_namelen update in irda_recvmsg_dgram() by Mathias Krause · 11 years ago
  94. 2d6fbfe caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg() by Mathias Krause · 11 years ago
  95. c8c4991 Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg() by Mathias Krause · 11 years ago
  96. e11e045 Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg() by Mathias Krause · 11 years ago
  97. 4683f42 Bluetooth: fix possible info leak in bt_sock_recvmsg() by Mathias Krause · 11 years ago
  98. ef3313e ax25: fix info leak via msg_name in ax25_recvmsg() by Mathias Krause · 11 years ago
  99. 9b3e617 atm: update msg_namelen in vcc_recvmsg() by Mathias Krause · 11 years ago
  100. 50a75a8 ipv6/tcp: Stop processing ICMPv6 redirect messages by Christoph Paasch · 11 years ago