1. 505d5c1 Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  2. 3ffbc1d net/sunrpc/xprt_sock: fix regression in connection error reporting. by NeilBrown · 7 years ago
  3. 96080f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  4. e623a48 rds: Make sure updates to cp_send_gen can be observed by Håkon Bugge · 7 years ago
  5. 8799a22 ipv4: initialize fib_trie prior to register_netdev_notifier call. by Mahesh Bandewar · 7 years ago
  6. 153711f rtnetlink: allocate more memory for dev_set_mac_address() by WANG Cong · 7 years ago
  7. 6399f1f ipv6: avoid overflow of offset in ip6_find_1stfragopt by Sabrina Dubroca · 7 years ago
  8. 3753654 Revert "rtnetlink: Do not generate notifications for CHANGEADDR event" by David Ahern · 7 years ago
  9. 6367911 net: Zero terminate ifr_name in dev_ifname(). by David S. Miller · 7 years ago
  10. 98de4e0 wireless: wext: terminate ifr name coming from userspace by Levin, Alexander · 7 years ago
  11. 073dd5a netfilter: fix netfilter_net_init() return by Dan Carpenter · 7 years ago
  12. 3e16afd Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  13. 0ddf3fb udp: preserve skb->dst if required for IP options processing by Paolo Abeni · 7 years ago
  14. 18bcf29 ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check() by Alexander Potapenko · 7 years ago
  15. 36ac344 netfilter: expect: fix crash when putting uninited expectation by Florian Westphal · 7 years ago
  16. 974292d netfilter: nf_tables: only allow in/output for arp packets by Florian Westphal · 7 years ago
  17. 97772bc netfilter: nat: fix src map lookup by Florian Westphal · 7 years ago
  18. cf56c2f netfilter: remove old pre-netns era hook api by Florian Westphal · 7 years ago
  19. 7c40b22 libceph: potential NULL dereference in ceph_msg_data_create() by Dan Carpenter · 7 years ago
  20. 914902a libceph: don't call encode_request_finish() on MOSDBackoff messages by Ilya Dryomov · 7 years ago
  21. f5cc689 libceph: use alloc_pg_mapping() in __decode_pg_upmap_items() by Ilya Dryomov · 7 years ago
  22. c2acfd9 libceph: set -EINVAL in one place in crush_decode() by Ilya Dryomov · 7 years ago
  23. 00c8ebb3 libceph: NULL deref on osdmap_apply_incremental() error path by Dan Carpenter · 7 years ago
  24. f55ce7b netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcv by Mateusz Jurczyk · 7 years ago
  25. 3298456 tcp_bbr: init pacing rate on first RTT sample by Neal Cardwell · 7 years ago
  26. 1d3648e tcp_bbr: remove sk_pacing_rate=0 transient during init by Neal Cardwell · 7 years ago
  27. 79135b8 tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helper by Neal Cardwell · 7 years ago
  28. f19fd62 tcp_bbr: introduce bbr_bw_to_pacing_rate() helper by Neal Cardwell · 7 years ago
  29. 4aea287 tcp_bbr: cut pacing rate only if filled pipe by Neal Cardwell · 7 years ago
  30. 8b97ac5 openvswitch: Fix for force/commit action failures by Greg Rose · 7 years ago
  31. 254d900 ipv4: ip_do_fragment: fix headroom tests by Vasily Averin · 7 years ago
  32. 52f6c58 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  33. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  34. 2173bd0 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  35. 10b3bf5 sctp: fix an array overflow when all ext chunks are set by Xin Long · 7 years ago
  36. c4c4290 net sched actions: rename act_get_notify() to tcf_get_notify() by Roman Mashak · 7 years ago
  37. ccd4eb4 net/packet: Fix Tx queue selection for AF_PACKET by Iván Briano · 7 years ago
  38. 31a4562 net: bridge: fix dest lookup when vlan proto doesn't match by Nikolay Aleksandrov · 7 years ago
  39. 230cd12 netpoll: shut up a kernel warning on refcount by WANG Cong · 7 years ago
  40. b86faee Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  41. 6240300 Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  42. 5d89fb3 net: set fib rule refcount after malloc by David Ahern · 7 years ago
  43. 15a8b93 sunrpc: use constant time memory comparison for mac by Jason A. Donenfeld · 7 years ago
  44. 6afafa7 xprtrdma: Fix documenting comments in frwr_ops.c by Chuck Lever · 7 years ago
  45. d933cc3 xprtrdma: Replace PAGE_MASK with offset_in_page() by Chuck Lever · 7 years ago
  46. e2f6ef0 xprtrdma: FMR does not need list_del_init() by Chuck Lever · 7 years ago
  47. 173b8f4 xprtrdma: Demote "connect" log messages by Chuck Lever · 7 years ago
  48. 1f54189 xprtrdma: Don't defer MR recovery if ro_map fails by Chuck Lever · 7 years ago
  49. 8d75483 xprtrdma: Fix FRWR invalidation error recovery by Chuck Lever · 7 years ago
  50. 431af64 xprtrdma: Fix client lock-up after application signal fires by Chuck Lever · 7 years ago
  51. a80d66c xprtrdma: Rename rpcrdma_req::rl_free by Chuck Lever · 7 years ago
  52. 451d26e xprtrdma: Pass only the list of registered MRs to ro_unmap_sync by Chuck Lever · 7 years ago
  53. 4b196dc6 xprtrdma: Pre-mark remotely invalidated MRs by Chuck Lever · 7 years ago
  54. 04d25b7 xprtrdma: On invalidation failure, remove MWs from rl_registered by Chuck Lever · 7 years ago
  55. 92ea011 SUNRPC: Make slot allocation more reliable by Trond Myklebust · 7 years ago
  56. aa8217d sunrpc: mark all struct svc_version instances as const by Christoph Hellwig · 7 years ago
  57. b9c744c sunrpc: mark all struct svc_procinfo instances as const by Christoph Hellwig · 7 years ago
  58. 0becc11 sunrpc: move pc_count out of struct svc_procinfo by Christoph Hellwig · 7 years ago
  59. d16d186 sunrpc: properly type pc_encode callbacks by Christoph Hellwig · 7 years ago
  60. cc6acc2 sunrpc: properly type pc_decode callbacks by Christoph Hellwig · 7 years ago
  61. 1150ded sunrpc: properly type pc_release callbacks by Christoph Hellwig · 7 years ago
  62. 1c8a540 sunrpc: properly type pc_func callbacks by Christoph Hellwig · 7 years ago
  63. 511e936 sunrpc: mark all struct rpc_procinfo instances as const by Christoph Hellwig · 7 years ago
  64. c551858 sunrpc: move p_count out of struct rpc_procinfo by Christoph Hellwig · 7 years ago
  65. c56c620 sunrpc/auth_gss: fix decoder callback prototypes by Christoph Hellwig · 7 years ago
  66. 555966b sunrpc: fix decoder callback prototypes by Christoph Hellwig · 7 years ago
  67. 993328e sunrpc: properly type argument to kxdrdproc_t by Christoph Hellwig · 7 years ago
  68. df17938 sunrpc/auth_gss: nfsd: fix encoder callback prototypes by Christoph Hellwig · 7 years ago
  69. 8be9d07 sunrpc: fix encoder callback prototypes by Christoph Hellwig · 7 years ago
  70. 0aebdc5 sunrpc: properly type argument to kxdreproc_t by Christoph Hellwig · 7 years ago
  71. ad51271 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  72. b20dae7 svcrdma: fix an incorrect check on -E2BIG and -EINVAL by Colin Ian King · 7 years ago
  73. 5e349fc dccp: make const array error_code static by Colin Ian King · 7 years ago
  74. e4a6a34 bpf: fix return in bpf_skb_adjust_net by Kefeng Wang · 7 years ago
  75. edaf382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  76. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  77. eacd86c net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info() by Michal Hocko · 7 years ago
  78. d3f6cd9 datagram: fix kernel-doc comments by stephen hemminger · 7 years ago
  79. 35a30fc svcrdma: Remove svc_rdma_chunk_ctxt::cc_dir field by Chuck Lever · 7 years ago
  80. 91b022e svcrdma: use offset_in_page() macro by Chuck Lever · 7 years ago
  81. 9450ca8 svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw API by Chuck Lever · 7 years ago
  82. 0d956e6 svcrdma: Clean-up svc_rdma_unmap_dma by Chuck Lever · 7 years ago
  83. 463e63d svcrdma: Remove frmr cache by Chuck Lever · 7 years ago
  84. c84dc90 svcrdma: Remove unused Read completion handlers by Chuck Lever · 7 years ago
  85. 71641d9 svcrdma: Properly compute .len and .buflen for received RPC Calls by Chuck Lever · 7 years ago
  86. cafc739 svcrdma: Use generic RDMA R/W API in RPC Call path by Chuck Lever · 7 years ago
  87. 026d958 svcrdma: Add recvfrom helpers to svc_rdma_rw.c by Chuck Lever · 7 years ago
  88. 8c6ae49 sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqst by Chuck Lever · 7 years ago
  89. 2e3d232 net: ipmr: ipmr_get_table() returns NULL by Dan Carpenter · 7 years ago
  90. 1bfb159 bridge: mdb: fix leak on complete_info ptr on fail path by Eduardo Valentin · 7 years ago
  91. 3bf7878 Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  92. c4fac91 9p: Implement show_options by David Howells · 7 years ago
  93. a906c1a mpls: fix uninitialized in_label var warning in mpls_getroute by Roopa Prabhu · 7 years ago
  94. f51048c bonding: avoid NETDEV_CHANGEMTU event when unregistering slave by WANG Cong · 7 years ago
  95. 0933a57 rds: tcp: use sock_create_lite() to create the accept socket by Sowmini Varadhan · 7 years ago
  96. 0bb05da libceph: osd_state is 32 bits wide in luminous by Ilya Dryomov · 7 years ago
  97. 9eebe45 crush: remove an obsolete comment by Ilya Dryomov · 7 years ago
  98. b88ed8d crush: crush_init_workspace starts with struct crush_work by Ilya Dryomov · 7 years ago
  99. 5cf9c4a libceph, crush: per-pool crush_choose_arg_map for crush_do_rule() by Ilya Dryomov · 7 years ago
  100. 069f322 crush: implement weight and id overrides for straw2 by Ilya Dryomov · 7 years ago