1. f2be82b libceph: fix preallocation check in get_reply() by Ilya Dryomov · 11 years ago
  2. 3f0a4ac libceph: rename front to front_len in get_reply() by Ilya Dryomov · 11 years ago
  3. 3cea4c3 libceph: rename ceph_msg::front_max to front_alloc_len by Ilya Dryomov · 11 years ago
  4. f48db1e libceph: use CEPH_MON_PORT when the specified port is 0 by Ilya Dryomov · 11 years ago
  5. 0e32d71 crush: fix crush_choose_firstn comment by Ilya Dryomov · 11 years ago
  6. 2d8be0b crush: attempts -> tries by Ilya Dryomov · 11 years ago
  7. f046bf9 crush: add set_choose_local_[fallback_]tries steps by Ilya Dryomov · 11 years ago
  8. d390bb2 crush: generalize descend_once by Ilya Dryomov · 11 years ago
  9. 917edad crush: CHOOSE_LEAF -> CHOOSELEAF throughout by Ilya Dryomov · 11 years ago
  10. cc10df4 crush: add SET_CHOOSE_TRIES rule step by Ilya Dryomov · 11 years ago
  11. f18650a crush: apply chooseleaf_tries to firstn mode too by Ilya Dryomov · 11 years ago
  12. be3226a crush: new SET_CHOOSE_LEAF_TRIES command by Ilya Dryomov · 11 years ago
  13. 4158608 crush: pass parent r value for indep call by Ilya Dryomov · 11 years ago
  14. ab4ce2b5 crush: clarify numrep vs endpos by Ilya Dryomov · 11 years ago
  15. 9fe0718 crush: strip firstn conditionals out of crush_choose, rename by Ilya Dryomov · 11 years ago
  16. 3102b0a crush: add note about r in recursive choose by Ilya Dryomov · 11 years ago
  17. 9a3b490 crush: use breadth-first search for indep mode by Ilya Dryomov · 11 years ago
  18. c6d98a6 crush: return CRUSH_ITEM_UNDEF for failed placements with indep by Ilya Dryomov · 11 years ago
  19. e8ef19c crush: eliminate CRUSH_MAX_SET result size limitation by Ilya Dryomov · 11 years ago
  20. 2a4ba74 crush: fix some comments by Ilya Dryomov · 11 years ago
  21. 8f99c85 crush: reduce scope of some local variables by Ilya Dryomov · 11 years ago
  22. bfb16d7 crush: factor out (trivial) crush_destroy_rule() by Ilya Dryomov · 11 years ago
  23. b3b33b0 crush: pass weight vector size to map function by Ilya Dryomov · 11 years ago
  24. 2b3e0c9 libceph: update ceph_features.h by Ilya Dryomov · 11 years ago
  25. 12b4629 libceph: all features fields must be u64 by Ilya Dryomov · 11 years ago
  26. 9a1ea2d libceph: resend all writes after the osdmap loses the full flag by Josh Durgin · 11 years ago
  27. d29adb3 libceph: block I/O when PAUSE or FULL osd map flags are set by Josh Durgin · 11 years ago
  28. 37c89bd ceph: Add necessary clean up if invalid reply received in handle_reply() by Li Wang · 11 years ago
  29. 29be634 Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  30. 5fc92de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  31. 3868204 {pktgen, xfrm} Update IPv4 header total len and checksum after tranformation by fan.du · 11 years ago
  32. eff7979 netem: fix gemodel loss generator by stephen hemminger · 11 years ago
  33. ab6c27b netem: fix loss 4 state model by stephen hemminger · 11 years ago
  34. 7c2781f netem: missing break in ge loss generator by stephen hemminger · 11 years ago
  35. 98bf836 net/hsr: Support iproute print_opt ('ip -details ...') by Arvid Brodin · 11 years ago
  36. 213e3bc net/hsr: Very small fix of comment style. by Arvid Brodin · 11 years ago
  37. 7f88c6b ipv6: fix possible seqlock deadlock in ip6_finish_output2 by Hannes Frederic Sowa · 11 years ago
  38. f1d8cba inet: fix possible seqlock deadlocks by Eric Dumazet · 11 years ago
  39. d3f7d56 net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST by Shawn Landden · 11 years ago
  40. db31c55 net: clamp ->msg_namelen instead of returning an error by Dan Carpenter · 11 years ago
  41. ec6f809 af_packet: block BH in prb_shutdown_retire_blk_timer() by Veaceslav Falico · 11 years ago
  42. 39af0c4 net: remove outdated comment for ipv4 and ipv6 protocol handler by Baker Zhang · 11 years ago
  43. 6602831 sit: use kfree_skb to replace dev_kfree_skb by Gao feng · 11 years ago
  44. 6eabca5 sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurements by Xufeng Zhang · 11 years ago
  45. 5e53e68 genetlink/pmcraid: use proper genetlink multicast API by Johannes Berg · 11 years ago
  46. 0f0e215 genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups() by Geert Uytterhoeven · 11 years ago
  47. c297c8b SUNRPC: do not fail gss proc NULL calls with EACCES by Andy Adamson · 11 years ago
  48. 4d0820c sch_tbf: handle too small burst by Eric Dumazet · 11 years ago
  49. 1fa4c71 ipv6: fix leaking uninitialized port number of offender sockaddr by Hannes Frederic Sowa · 11 years ago
  50. 85fbaa7 inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions by Hannes Frederic Sowa · 11 years ago
  51. ca15a07 sit: generate icmpv6 error when receiving icmpv4 error by Oussama Ghorbel · 11 years ago
  52. fb10f80 tcp_memcg: remove useless var old_lim by Gao feng · 11 years ago
  53. b8ee93b gro: Clean up tcpX_gro_receive checksum verification by Herbert Xu · 11 years ago
  54. cc5c00b gro: Only verify TCP checksums for candidates by Herbert Xu · 11 years ago
  55. d6c4161 net: sctp: find the correct highest_new_tsn in sack by Chang Xiangzhong · 11 years ago
  56. d2c2ad5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  57. 044c8d4 kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanly by Yuanhan Liu · 11 years ago
  58. 9d8506c gso: handle new frag_list of frags GRO packets by Herbert Xu · 11 years ago
  59. 220815a genetlink: fix genlmsg_multicast() bug by Johannes Berg · 11 years ago
  60. e40526c packet: fix use after free race in send path when dev is released by Daniel Borkmann · 11 years ago
  61. aec6f90 wimax: remove dead code by Michael Opdenacker · 11 years ago
  62. 78ef359 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 11 years ago
  63. cd2cc01 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  64. 7acd718 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
  65. 68c6beb net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_storage) by Hannes Frederic Sowa · 11 years ago
  66. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  67. b5898cd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  68. e6d69a6 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  69. f873042 bridge: flush br's address entry in fdb when remove the by Ding Tianhong · 11 years ago
  70. d2615bf net: core: Always propagate flag changes to interfaces by Vlad Yasevich · 11 years ago
  71. dcdfdf5 ipv4: fix race in concurrent ip_route_input_slow() by Alexei Starovoitov · 11 years ago
  72. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  73. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  74. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  75. 62b68e9 genetlink: add and use genl_set_err() by Johannes Berg · 11 years ago
  76. c2ebb90 genetlink: remove family pointer from genl_multicast_group by Johannes Berg · 11 years ago
  77. 06fb555 genetlink: remove genl_unregister_mc_group() by Johannes Berg · 11 years ago
  78. 03ed382 hsr: don't call genl_unregister_mc_group() by Johannes Berg · 11 years ago
  79. 2ecf753 quota/genetlink: use proper genetlink multicast APIs by Johannes Berg · 11 years ago
  80. e5dcecb drop_monitor/genetlink: use proper genetlink multicast APIs by Johannes Berg · 11 years ago
  81. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  82. dbde497 tcp: don't update snd_nxt, when a socket is switched from repair mode by Andrey Vagin · 11 years ago
  83. 236c9f8 xfrm: Release dst if this dst is improper for vti tunnel by fan.du · 11 years ago
  84. 840e93f2 netlink: fix documentation typo in netlink_set_err() by Johannes Berg · 11 years ago
  85. acab78b netfilter: ebt_ip6: fix source and destination matching by Luís Fernando Cornachioni Estrozi · 11 years ago
  86. cf970c0 ping: prevent NULL pointer dereference on write to msg_name by Hannes Frederic Sowa · 11 years ago
  87. eca42aa ipv6: Fix inet6_init() cleanup order by Vlad Yasevich · 11 years ago
  88. 029b234 genetlink: rename shadowed variable by Johannes Berg · 11 years ago
  89. bceaa90 inet: prevent leakage of uninitialized memory to user in recv syscalls by Hannes Frederic Sowa · 11 years ago
  90. bcd081a net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=n by Fabio Estevam · 11 years ago
  91. 0c3c6c0 netfilter: nf_conntrack: decrement global counter after object release by Pablo Neira Ayuso · 11 years ago
  92. 8691a9a netfilter: nft_compat: fix error path in nft_parse_compat() by Pablo Neira Ayuso · 11 years ago
  93. 23dfe13 netfilter: fix wrong byte order in nf_ct_seqadj_set internal information by Phil Oester · 11 years ago
  94. c1898c4 netfilter: synproxy: correct wscale option passing by Martin Topholm · 11 years ago
  95. a6441b7 netfilter: synproxy: send mss option to backend by Martin Topholm · 11 years ago
  96. 673fdfe Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  97. 449bf8d Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  98. b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
  99. f52ed89 pkt_sched: fq: fix pacing for small frames by Eric Dumazet · 11 years ago
  100. 65c5189a pkt_sched: fq: warn users using defrate by Eric Dumazet · 11 years ago